子卷装箱

This commit is contained in:
2024-08-01 18:40:06 +08:00
parent 0001fb5c8f
commit 14b8a6f92a
7 changed files with 421 additions and 3 deletions

View File

@@ -47,6 +47,17 @@ uni-button:after {
background-color: #D7592F ;
border: 1rpx solid #D7592F ;
}
.icon_minus-filled {
display: inline-block;
color: #fff;
width: 42rpx;
height: 42rpx;
background-color: #4e6ef2;
font-size: 28rpx;
line-height: 38rpx;
border: 1rpx solid #4e6ef2;
border-radius: 8rpx;
}
.icon_back {
font-size: 52rpx;
line-height: 52rpx;
@@ -125,6 +136,11 @@ uni-button:after {
padding: 0 14rpx;
border-radius: 0;
}
.zd_wrapper-2 {
width: 100%;
background-color: #fff;
padding: 14rpx 14rpx 0 14rpx;
}
.filter_item {
display: flex;
align-items: center;
@@ -381,6 +397,14 @@ uni-button[disabled]:not([type]) {
.pophide {
transform: translateY(100%);
}
.popshow1 {
top: 50%;
transform: translateY(-50%);
}
.pophide1 {
top: 100%;
transform: translateY(0%);
}
.msg_wrapper {
position: fixed;
top: auto;
@@ -412,6 +436,9 @@ uni-button[disabled]:not([type]) {
margin-bottom: 86rpx;
overflow-y: scroll;
}
.msg_content_1 {
height: calc(100% - 116rpx)
}
.msg_box {
width: 100%;
}
@@ -425,6 +452,9 @@ uni-button[disabled]:not([type]) {
background: #000;
z-index: 300;
}
.msg_mask_1 {
z-index: 310;
}
.msg_btns {
width: 100%;
max-width: 300px;
@@ -463,4 +493,37 @@ uni-button[disabled]:not([type]) {
font-weight: 700;
color: #ff6a00;
margin-top: 30rpx;
}
.msg_modal {
position: fixed;
z-index: 311;
width: 80%;
left: 10%;
background-color: #fff;
text-align: center;
border-radius: 3px;
overflow: hidden;
padding: 30rpx;
}
.msg_tip {
font-size: 32rpx;
line-height: 32rpx;
font-weight: 700;
color: #333;
margin-bottom: 30rpx;
text-align: center;
}
.msg_p1 {
font-size: 26rpx;
line-height: 30rpx;
color: #323232;
text-align: left;
margin-bottom: 16rpx;
}
.msg_p2 {
font-size: 28rpx;
line-height: 30rpx;
color: #ff6a00;
text-align: left;
margin-bottom: 16rpx;
}