diff --git a/pages/index/index.vue b/pages/index/index.vue index abf3938..51c34ca 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1130,7 +1130,7 @@ function changeMove(event) { // padding-bottom: calc(32rpx + env(safe-area-inset-bottom)); .title { - margin-bottom: 20rpx; + margin-bottom: 34rpx; } @@ -1176,7 +1176,7 @@ function changeMove(event) { line-height: 1; } .input { - padding: 10rpx; + padding: 8rpx 20rpx; background-color: #EBEBEB; border-radius: 8rpx; margin: 0 10rpx; diff --git a/pages/unlock/index.vue b/pages/unlock/index.vue index a442c11..306a538 100644 --- a/pages/unlock/index.vue +++ b/pages/unlock/index.vue @@ -104,8 +104,7 @@ - - 订单号:{{ state.orderData.orderNo }} + 订单号:{{ state.orderData.orderNo }} 复制 @@ -1340,10 +1339,11 @@ onShow(() => { .box2 { display: flex; flex-direction: column; + padding-bottom: 10rpx; .item { display: flex; - margin-bottom: 20rpx; + margin-bottom: 16rpx; .label { padding-right: 10rpx; @@ -1372,12 +1372,13 @@ onShow(() => { display: flex; flex-direction: column; border-bottom: 1px solid rgba(120, 123, 126, 0.1); - margin-bottom: 20rpx; + margin-bottom: 30rpx; :deep(.uv-button) { margin-left: 8rpx; height: 30rpx; width: 70rpx; + padding: 0; } } @@ -1429,7 +1430,7 @@ onShow(() => { /* 底部地址行 */ .bottom { display: flex; - margin-bottom: 20rpx; + margin-bottom: 30rpx; image { margin-top: 2rpx; @@ -1453,6 +1454,7 @@ onShow(() => { line-height: 60rpx; color: #6f6f6f; font-weight: bold; + border-width: 1px !important; } } } @@ -1494,10 +1496,11 @@ onShow(() => { .box2 { display: flex; flex-direction: column; + padding-bottom: 10rpx; .item { display: flex; - margin-bottom: 20rpx; + margin-bottom: 16rpx; .label { padding-right: 10rpx; @@ -1525,7 +1528,7 @@ onShow(() => { display: flex; flex-direction: column; border-bottom: 1px solid rgba(120, 123, 126, 0.1); - margin-bottom: 20rpx; + margin-bottom: 30rpx; :deep(.uv-button) { margin-left: 8rpx; @@ -1605,6 +1608,7 @@ onShow(() => { line-height: 60rpx; color: #6f6f6f; font-weight: bold; + border-width: 1px !important; } } }