|
@ -5,7 +5,7 @@ |
|
|
<view class="back" @tap="navigateBack"> |
|
|
<view class="back" @tap="navigateBack"> |
|
|
<uni-icons type="left" size="20"></uni-icons> |
|
|
<uni-icons type="left" size="20"></uni-icons> |
|
|
</view> |
|
|
</view> |
|
|
<text class="title">联系客服</text> |
|
|
|
|
|
|
|
|
<text class="nav-title">联系客服</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="main-content"> |
|
|
<view class="main-content"> |
|
|
<view class="content-card"> |
|
|
<view class="content-card"> |
|
@ -148,10 +148,10 @@ export default { |
|
|
padding: 20rpx; |
|
|
padding: 20rpx; |
|
|
margin-left: -20rpx; |
|
|
margin-left: -20rpx; |
|
|
} |
|
|
} |
|
|
.title { |
|
|
|
|
|
|
|
|
.nav-title { |
|
|
flex: 1; |
|
|
flex: 1; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
font-size: 34rpx; |
|
|
|
|
|
|
|
|
font-size: 32rpx; |
|
|
font-weight: 500; |
|
|
font-weight: 500; |
|
|
color: #222; |
|
|
color: #222; |
|
|
} |
|
|
} |
|
|