|
|
@ -110,7 +110,7 @@ |
|
|
|
<view class="toService" @click="openService"> |
|
|
|
<image src="http://36.138.125.206:8081/ceres-local-file/image/orderdetail_customer.png" |
|
|
|
class="service-img"></image> |
|
|
|
<text>联系客服</text> |
|
|
|
<!-- <text>联系客服</text>--> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="order-info-box"> |
|
|
@ -1104,17 +1104,17 @@ |
|
|
|
|
|
|
|
.toService { |
|
|
|
//line-height: 40rpx; |
|
|
|
padding: 6rpx 20rpx; |
|
|
|
border: 1rpx solid #252744; |
|
|
|
border-radius: 340rpx; |
|
|
|
padding: 6rpx 0rpx; |
|
|
|
//border: 1rpx solid #252744; |
|
|
|
//border-radius: 340rpx; |
|
|
|
cursor: pointer; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
|
|
|
|
.service-img { |
|
|
|
width: 32rpx; |
|
|
|
height: 32rpx; |
|
|
|
margin-right: 12rpx; |
|
|
|
width: 36rpx; |
|
|
|
height: 36rpx; |
|
|
|
//margin-right: 12rpx; |
|
|
|
} |
|
|
|
|
|
|
|
text { |
|
|
|