Commit 8f5ab84c by weijiguang

优化订单详情UI

parent 81e66a57
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
<button class="function_item_text" open-type="contact" bindcontact="handleContact" session-from="sessionFrom"> <button class="function_item_text" open-type="contact" bindcontact="handleContact" session-from="sessionFrom">
<view class="serverBox"> <view class="serverBox">
<u-icon name="server-fill" color="#000000" size="16"></u-icon> <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>
<view > <view >
<image class="icno-arrow" :src="'../../../static/imgs/jiantouhei.png'" /> <image class="icno-arrow" :src="'../../../static/imgs/jiantouhei.png'" />
...@@ -440,10 +440,10 @@ export default { ...@@ -440,10 +440,10 @@ export default {
} }
.qr_code { .qr_code {
height: 340rpx; height: 351rpx;
width: 354rpx; width: 355rpx;
display: block; display: block;
margin: 72rpx auto; margin-top: 48rpx;
position: relative; position: relative;
padding-bottom: 40rpx; padding-bottom: 40rpx;
margin-bottom: 0rpx; margin-bottom: 0rpx;
...@@ -456,6 +456,7 @@ export default { ...@@ -456,6 +456,7 @@ export default {
} }
} }
.scan_tips { .scan_tips {
padding-bottom: 32rpx;
font-size: 28rpx; font-size: 28rpx;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
...@@ -744,6 +745,9 @@ export default { ...@@ -744,6 +745,9 @@ export default {
border-radius: 0px; border-radius: 0px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
color: #333333;
font-weight: 400;
font-style: normal;
.serverBox{ .serverBox{
display: flex; 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