Compare commits
No commits in common. "bdefe87d9bba69a3963e3d76b5a84aca302a5075" and "528956881e2d000aaa59d5ac51da66f9decb6b63" have entirely different histories.
bdefe87d9b
...
528956881e
@ -1144,7 +1144,7 @@ function changeMove(event) {
|
||||
// padding-bottom: calc(32rpx + env(safe-area-inset-bottom));
|
||||
|
||||
.title {
|
||||
margin-bottom: 34rpx;
|
||||
margin-bottom: 20rpx;
|
||||
|
||||
}
|
||||
|
||||
@ -1190,7 +1190,7 @@ function changeMove(event) {
|
||||
line-height: 1;
|
||||
}
|
||||
.input {
|
||||
padding: 8rpx 20rpx;
|
||||
padding: 10rpx;
|
||||
background-color: #EBEBEB;
|
||||
border-radius: 8rpx;
|
||||
margin: 0 10rpx;
|
||||
|
||||
@ -104,7 +104,8 @@
|
||||
<view class="orderList">
|
||||
<view class="orderInfo">
|
||||
<image class="close-icon" src="/static/home/close.svg" @click="closeDetailPopup"></image>
|
||||
<view class="orderOn">订单号:{{ state.orderData.orderNo }} <uv-button shape="circle" @click="copyOrderOn(state.orderData)">复制</uv-button> </view>
|
||||
<!-- <uv-button shape="circle">复制</uv-button> -->
|
||||
<view class="orderOn">订单号:{{ state.orderData.orderNo }} </view>
|
||||
<view class="box1">
|
||||
<!-- 顶部:左中右布局 -->
|
||||
<view class="top">
|
||||
@ -1383,11 +1384,10 @@ onShow(() => {
|
||||
.box2 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-bottom: 10rpx;
|
||||
|
||||
.item {
|
||||
display: flex;
|
||||
margin-bottom: 16rpx;
|
||||
margin-bottom: 20rpx;
|
||||
|
||||
.label {
|
||||
padding-right: 10rpx;
|
||||
@ -1416,13 +1416,12 @@ onShow(() => {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border-bottom: 1px solid rgba(120, 123, 126, 0.1);
|
||||
margin-bottom: 30rpx;
|
||||
margin-bottom: 20rpx;
|
||||
|
||||
:deep(.uv-button) {
|
||||
margin-left: 8rpx;
|
||||
height: 30rpx;
|
||||
width: 70rpx;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1474,7 +1473,7 @@ onShow(() => {
|
||||
/* 底部地址行 */
|
||||
.bottom {
|
||||
display: flex;
|
||||
margin-bottom: 30rpx;
|
||||
margin-bottom: 20rpx;
|
||||
|
||||
image {
|
||||
margin-top: 2rpx;
|
||||
@ -1498,7 +1497,6 @@ onShow(() => {
|
||||
line-height: 60rpx;
|
||||
color: #6f6f6f;
|
||||
font-weight: bold;
|
||||
border-width: 1px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1540,11 +1538,10 @@ onShow(() => {
|
||||
.box2 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-bottom: 10rpx;
|
||||
|
||||
.item {
|
||||
display: flex;
|
||||
margin-bottom: 16rpx;
|
||||
margin-bottom: 20rpx;
|
||||
|
||||
.label {
|
||||
padding-right: 10rpx;
|
||||
@ -1572,7 +1569,7 @@ onShow(() => {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border-bottom: 1px solid rgba(120, 123, 126, 0.1);
|
||||
margin-bottom: 30rpx;
|
||||
margin-bottom: 20rpx;
|
||||
|
||||
:deep(.uv-button) {
|
||||
margin-left: 8rpx;
|
||||
@ -1652,7 +1649,6 @@ onShow(() => {
|
||||
line-height: 60rpx;
|
||||
color: #6f6f6f;
|
||||
font-weight: bold;
|
||||
border-width: 1px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user