Commit d77d6b90 by weijiguang

优化弹出二维码框样式

parent 18a100d0
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
</div> </div>
<div class="flow_describe"> <div class="flow_describe">
<h3>扫码流程</h3> <h3>扫码流程</h3>
<image :mode="'aspectFit'" width="600px" class="flow_img" src="/static/imgs/order_flow.png"></image> <image :mode="'aspectFit'" class="flow_img" src="/static/imgs/order_flow.png"></image>
</div> </div>
<div class="flow_describe"> <div class="flow_describe">
<h3>注意事项</h3> <h3>注意事项</h3>
...@@ -126,8 +126,6 @@ export default { ...@@ -126,8 +126,6 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
.btn { .btn {
...@@ -144,16 +142,13 @@ export default { ...@@ -144,16 +142,13 @@ export default {
color: #FFFFFF; color: #FFFFFF;
font-size: 20rpx; font-size: 20rpx;
text-align: center; text-align: center;
} }
} }
.order_flow { .order_flow {
background: #FFFFFF; background: #FFFFFF;
border-radius: 10rpx; border-radius: 10rpx;
margin-top: 32rpx; padding-top: 25rpx;
padding-top: 65rpx;
.code { .code {
font-size: 36rpx; font-size: 36rpx;
...@@ -161,7 +156,6 @@ export default { ...@@ -161,7 +156,6 @@ export default {
font-weight: 600; font-weight: 600;
color: #000000; color: #000000;
text-align: center; text-align: center;
} }
.qr_code { .qr_code {
...@@ -191,15 +185,14 @@ export default { ...@@ -191,15 +185,14 @@ export default {
} }
.flow_describe { .flow_describe {
width: 686rpx; width: 590rpx;
background: #FFFFFF; background: #FFFFFF;
box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(166, 166, 166, 0.5); box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(166, 166, 166, 0.5);
border-radius: 10rpx; border-radius: 10rpx;
margin: 0 auto; margin: 0 auto;
margin-top: 20rpx;
padding: 30rpx; padding: 30rpx;
h3 { h3 {
font-size: 28rpx; font-size: 28rpx;
font-family: PingFangSC-Semibold, PingFang SC; font-family: PingFangSC-Semibold, PingFang SC;
...@@ -208,8 +201,8 @@ export default { ...@@ -208,8 +201,8 @@ export default {
} }
.flow_img { .flow_img {
width: 600rpx; width: 590rpx;
height: 214rpx; height: 211rpx;
display: block; display: block;
margin: 24rpx auto; margin: 24rpx auto;
} }
......
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