样式
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));
|
// padding-bottom: calc(32rpx + env(safe-area-inset-bottom));
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 34rpx;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1176,7 +1176,7 @@ function changeMove(event) {
|
|||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
.input {
|
.input {
|
||||||
padding: 10rpx;
|
padding: 8rpx 20rpx;
|
||||||
background-color: #EBEBEB;
|
background-color: #EBEBEB;
|
||||||
border-radius: 8rpx;
|
border-radius: 8rpx;
|
||||||
margin: 0 10rpx;
|
margin: 0 10rpx;
|
||||||
|
|||||||
@ -104,8 +104,7 @@
|
|||||||
<view class="orderList">
|
<view class="orderList">
|
||||||
<view class="orderInfo">
|
<view class="orderInfo">
|
||||||
<image class="close-icon" src="/static/home/close.svg" @click="closeDetailPopup"></image>
|
<image class="close-icon" src="/static/home/close.svg" @click="closeDetailPopup"></image>
|
||||||
<!-- <uv-button shape="circle">复制</uv-button> -->
|
<view class="orderOn">订单号:{{ state.orderData.orderNo }} <uv-button shape="circle" @click="copyOrderOn(state.orderData)">复制</uv-button> </view>
|
||||||
<view class="orderOn">订单号:{{ state.orderData.orderNo }} </view>
|
|
||||||
<view class="box1">
|
<view class="box1">
|
||||||
<!-- 顶部:左中右布局 -->
|
<!-- 顶部:左中右布局 -->
|
||||||
<view class="top">
|
<view class="top">
|
||||||
@ -1340,10 +1339,11 @@ onShow(() => {
|
|||||||
.box2 {
|
.box2 {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
padding-bottom: 10rpx;
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 16rpx;
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
padding-right: 10rpx;
|
padding-right: 10rpx;
|
||||||
@ -1372,12 +1372,13 @@ onShow(() => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
border-bottom: 1px solid rgba(120, 123, 126, 0.1);
|
border-bottom: 1px solid rgba(120, 123, 126, 0.1);
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 30rpx;
|
||||||
|
|
||||||
:deep(.uv-button) {
|
:deep(.uv-button) {
|
||||||
margin-left: 8rpx;
|
margin-left: 8rpx;
|
||||||
height: 30rpx;
|
height: 30rpx;
|
||||||
width: 70rpx;
|
width: 70rpx;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1429,7 +1430,7 @@ onShow(() => {
|
|||||||
/* 底部地址行 */
|
/* 底部地址行 */
|
||||||
.bottom {
|
.bottom {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 30rpx;
|
||||||
|
|
||||||
image {
|
image {
|
||||||
margin-top: 2rpx;
|
margin-top: 2rpx;
|
||||||
@ -1453,6 +1454,7 @@ onShow(() => {
|
|||||||
line-height: 60rpx;
|
line-height: 60rpx;
|
||||||
color: #6f6f6f;
|
color: #6f6f6f;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
border-width: 1px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1494,10 +1496,11 @@ onShow(() => {
|
|||||||
.box2 {
|
.box2 {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
padding-bottom: 10rpx;
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 16rpx;
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
padding-right: 10rpx;
|
padding-right: 10rpx;
|
||||||
@ -1525,7 +1528,7 @@ onShow(() => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
border-bottom: 1px solid rgba(120, 123, 126, 0.1);
|
border-bottom: 1px solid rgba(120, 123, 126, 0.1);
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 30rpx;
|
||||||
|
|
||||||
:deep(.uv-button) {
|
:deep(.uv-button) {
|
||||||
margin-left: 8rpx;
|
margin-left: 8rpx;
|
||||||
@ -1605,6 +1608,7 @@ onShow(() => {
|
|||||||
line-height: 60rpx;
|
line-height: 60rpx;
|
||||||
color: #6f6f6f;
|
color: #6f6f6f;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
border-width: 1px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user