diff --git a/subPackages/techan/order.vue b/subPackages/techan/order.vue index 23c0d04..40e991c 100644 --- a/subPackages/techan/order.vue +++ b/subPackages/techan/order.vue @@ -30,9 +30,9 @@ {{ contacts.province_text + contacts.city_text + contacts.district_text + contacts.detail_addr }} - + - @@ -542,7 +542,7 @@ view { .box { width: 100%; min-height: 100rpx; - padding: 28rpx 20rpx; + padding: 20rpx; background: #ffffff; border-radius: 16rpx; } @@ -898,8 +898,9 @@ view { display: flex; align-items: center; justify-content: space-between; + height: 100%; image { - width: 31rpx; + width: 36rpx; height: 36rpx; } .contacts-left { @@ -1069,15 +1070,18 @@ view { } .button { - font-size: 30rpx; - font-weight: 400; - color: #000000; + text-align: center; width: 100%; height: 80rpx; line-height: 80rpx; background-color: #ffffff; - border-radius: 60rpx; + border-radius: 40rpx; + font-family: PingFang SC; + font-weight: 400; + font-size: 33rpx; + color: #000000; + } }