Commit 8f5ab84c by weijiguang

优化订单详情UI

parent 81e66a57
......@@ -101,7 +101,7 @@
<button class="function_item_text" open-type="contact" bindcontact="handleContact" session-from="sessionFrom">
<view class="serverBox">
<u-icon name="server-fill" color="#000000" size="16"></u-icon>
<span :style="{'margin-left':'16rpx'}">有疑问,联系客服</span>
<span :style="{'margin-left':'16rpx'}">联系客服</span>
</view>
<view >
<image class="icno-arrow" :src="'../../../static/imgs/jiantouhei.png'" />
......@@ -440,10 +440,10 @@ export default {
}
.qr_code {
height: 340rpx;
width: 354rpx;
height: 351rpx;
width: 355rpx;
display: block;
margin: 72rpx auto;
margin-top: 48rpx;
position: relative;
padding-bottom: 40rpx;
margin-bottom: 0rpx;
......@@ -456,6 +456,7 @@ export default {
}
}
.scan_tips {
padding-bottom: 32rpx;
font-size: 28rpx;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
......@@ -744,6 +745,9 @@ export default {
border-radius: 0px;
display: flex;
justify-content: space-between;
color: #333333;
font-weight: 400;
font-style: normal;
.serverBox{
display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment