diff --git a/pages.json b/pages.json index a110958..c11c181 100644 --- a/pages.json +++ b/pages.json @@ -210,7 +210,7 @@ { "path": "pages/personcenter/aboutus", "style": { - "navigationBarTitleText": "关于我们" + "navigationBarTitleText": "客服电话" } }, { diff --git a/pages/personcenter/aboutus.vue b/pages/personcenter/aboutus.vue index 1f82fb1..289414e 100644 --- a/pages/personcenter/aboutus.vue +++ b/pages/personcenter/aboutus.vue @@ -1,65 +1,132 @@ + @import url('../../static/css/common.css'); + + page { + background: #fff; + } + + .v-about { + padding: 20rpx 40rpx; + } + + .v-about-top { + display: flex; + align-items: center; + } + + .v-about-top-left { + flex: auto; + padding-left: 20rpx; + } + + .v-about-top-right {} + + .v-about-top-img { + width: 200rpx; + } + + .v-about-top-tel { + width: 50rpx; + } + + .v-about-top-text { + color: #ae3523; + font-size: 50rpx; + font-weight: 600; + } + + .v-about-top-eg { + color: #ae3523; + font-weight: 600; + } + + .v-about-item { + display: flex; + margin: 40rpx 0; + align-items: center; + padding: 25rpx 40rpx; + border-radius: 10rpx; + color: #fff; + font-weight: 600; + font-size: 30rpx; + background-color: #ae3523; + } + + .v-about-item .num { + position: relative; + flex: auto; + font-size: 36rpx; + } + + .v-about-item .num::after { + content: ""; + position: absolute; + right: 30rpx; + top: 50%; + transform: translate(0, -50%); + width: 2rpx; + height: 95%; + background-color: #fff; + } + \ No newline at end of file diff --git a/pages/personcenter/personcenter.vue b/pages/personcenter/personcenter.vue index 4a3c5fb..48293e9 100644 --- a/pages/personcenter/personcenter.vue +++ b/pages/personcenter/personcenter.vue @@ -32,7 +32,7 @@ 我的应用 - + 我的预约 @@ -355,13 +355,13 @@ export default { url: '/pages/suggest/sug_list' }); } else if (obj == 'myReserve') { - if (this.$util.isBlack(aes.aesDecrypt(uni.getStorageSync('unionid')))) { + /* if (this.$util.isBlack(aes.aesDecrypt(uni.getStorageSync('unionid')))) { uni.showToast({ title: '请先授权', icon: 'none' }); return; - } + } */ uni.navigateTo({ url: '/pages/myReserve/myReserve' }); diff --git a/static/ancss/an.css b/static/ancss/an.css index 6970157..36e1dc3 100644 --- a/static/ancss/an.css +++ b/static/ancss/an.css @@ -180,7 +180,7 @@ s首页菜单 .an_t{ position: relative;} .an_t:after{ display: block; position: absolute; right:0; top:10px; width: 20rpx; height: 20rpx; border-top:3rpx solid #AAA; border-right: 3rpx solid #aaa; transform: rotate(45deg); content: '';} -.an_t_1{position: relative; font-size: 38rpx; padding-bottom: 10rpx; font-weight: bold; } +.an_t_1{position: relative; font-size: 38rpx; padding-bottom: 10rpx; font-weight: bold; color: #ae3523 !important; } .an_t_2{ font-size: 28rpx; } .at_size_1{ width:80rpx; height: 80rpx;} .at_t{font-size: 30rpx; padding-top:5rpx} diff --git a/static/animg/v-phone.svg b/static/animg/v-phone.svg new file mode 100644 index 0000000..f8b6691 --- /dev/null +++ b/static/animg/v-phone.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + diff --git a/static/animg/v-server.svg b/static/animg/v-server.svg new file mode 100644 index 0000000..a6c1429 --- /dev/null +++ b/static/animg/v-server.svg @@ -0,0 +1 @@ + \ No newline at end of file