样式
This commit is contained in:
parent
8af1682f58
commit
e950cb8425
@ -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;
|
||||
|
||||
@ -104,8 +104,7 @@
|
||||
<view class="orderList">
|
||||
<view class="orderInfo">
|
||||
<image class="close-icon" src="/static/home/close.svg" @click="closeDetailPopup"></image>
|
||||
<!-- <uv-button shape="circle">复制</uv-button> -->
|
||||
<view class="orderOn">订单号:{{ state.orderData.orderNo }} </view>
|
||||
<view class="orderOn">订单号:{{ state.orderData.orderNo }} <uv-button shape="circle" @click="copyOrderOn(state.orderData)">复制</uv-button> </view>
|
||||
<view class="box1">
|
||||
<!-- 顶部:左中右布局 -->
|
||||
<view class="top">
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user