Commit 51148db1 authored by 肖健's avatar 肖健

Merge remote-tracking branch 'origin/dev_cd' into dev_jd

parents a87ff134 dd930c9f
...@@ -428,6 +428,7 @@ ...@@ -428,6 +428,7 @@
height: 100rpx; height: 100rpx;
background: url(@/static/move-car/move-car-code5.png) no-repeat; background: url(@/static/move-car/move-car-code5.png) no-repeat;
background-size: contain; background-size: contain;
letter-spacing:6rpx;
} }
.item__value { .item__value {
......
...@@ -18,7 +18,9 @@ ...@@ -18,7 +18,9 @@
<view class=""> <view class="">
感谢您使用挪车二维码。 感谢您使用挪车二维码。
</view> </view>
请完成<text>车辆信息</text><text>联系方式</text>的填写以便享受挪车服务。 <view style="">
请完成<text>车辆信息</text><text>联系方式</text>的填写以便享受挪车服务。
</view>
</div> </div>
</div> </div>
<div class="car_info"> <div class="car_info">
...@@ -526,8 +528,8 @@ export default { ...@@ -526,8 +528,8 @@ export default {
} }
.contentMoveCar { .contentMoveCar {
// background-color: #fff; background-color: #fff;
padding:40rpx 40rpx 0; padding:40rpx 40rpx 10rpx;
.item__label { .item__label {
font-size: 34rpx; font-size: 34rpx;
...@@ -551,10 +553,12 @@ export default { ...@@ -551,10 +553,12 @@ export default {
text-align: center; text-align: center;
background: url(@/static/move-car/move-car-code5.png) no-repeat; background: url(@/static/move-car/move-car-code5.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
letter-spacing:6rpx;
view{ view{
font-size: 30rpx; font-size: 30rpx;
font-weight: 500; font-weight: 500;
margin-bottom:6rpx; margin-bottom:6rpx;
letter-spacing:0;
} }
} }
...@@ -576,8 +580,8 @@ export default { ...@@ -576,8 +580,8 @@ export default {
text-align: center; text-align: center;
box-sizing: border-box; box-sizing: border-box;
padding:16rpx 30rpx 26rpx; padding:16rpx 30rpx 26rpx;
background: url(@/static/move-car/move-car-code6.png) no-repeat; background:#FEF4E9;
background-size: 100% 100%; border-radius:10rpx;
text{ text{
font-size: 28rpx; font-size: 28rpx;
font-weight: bold; font-weight: bold;
...@@ -590,8 +594,6 @@ export default { ...@@ -590,8 +594,6 @@ export default {
box-shadow: 0rpx 0rpx 28rpx 1rpx rgba(232, 232, 232, 0.2); box-shadow: 0rpx 0rpx 28rpx 1rpx rgba(232, 232, 232, 0.2);
border-radius: 20rpx; border-radius: 20rpx;
padding: 32rpx 40rpx; padding: 32rpx 40rpx;
position: relative;
top: -56rpx;
.car__num__self { .car__num__self {
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