新增二期呼叫套轴,分切上料2加功能

This commit is contained in:
2026-08-06 16:49:16 +08:00
parent 29ccbcc358
commit 36f5d4afd4
8 changed files with 578 additions and 9 deletions

View File

@@ -113,6 +113,19 @@ uni-button:after {
background-color: #E9B451;
}
.icon_close::before {
content: "\e6dc";
}
.icon_close {
width: 48rpx;
height: 48rpx;
font-size: 40rpx;
font-weight: 700;
color: #323232;
line-height: 48rpx;
}
/** */
.zd_container {
width: 100%;
@@ -170,6 +183,11 @@ uni-button:after {
.filter_label_1 {
line-height: 30rpx;
}
.filter_label_2 {
line-height: 56rpx;
text-align: left;
text-align-last: auto;
}
.filter_search {
width: 100rpx;
height: 70rpx;
@@ -202,6 +220,12 @@ uni-button:after {
height: 30rpx;
margin-top: 20rpx;
}
.filter_input_wraper_2 {
width: 100%;
height: 80rpx;
line-height: 80rpx;
margin-bottom: 10rpx;
}
.filter_input_wraper_inn_text {
line-height: 30rpx;
font-size: 28rpx;
@@ -446,6 +470,9 @@ uni-button[disabled]:not([type]) {
top: 100%;
transform: translateY(0%);
}
.pophide2 {
transform: translateY(140%);
}
.msg_wrapper {
position: fixed;
top: auto;
@@ -615,4 +642,82 @@ uni-button[disabled]:not([type]) {
}
.down_icon {
text-align: center;
}
}
.msg_wrapper_2 {
position: fixed;
top: auto;
bottom: calc(7% - var(--status-bar-height));
left: 7%;
width: 86%;
height: 86%;
background-color: #ffffff;
box-shadow: 0 -8px 16px 0 rgba(28,31,33,.1);
border-top-left-radius: 20rpx;
border-top-right-radius: 20rpx;
z-index: 301;
transition: all .3s;
}
.pop-title_wraper_2 {
padding: 20rpx 24rpx;
border-bottom: 1rpx solid #dcdfe6;
margin-bottom: 20rpx;
flex-shrink: 0;
}
.pop-title_2 {
font-size: 34rpx;
line-height: 34rpx;
font-weight: 700;
color: #333;
}
.msg_content_2 {
height: calc(100% - 220rpx);
padding: 0 24rpx;
overflow-y: auto;
position: relative;
z-index: 10000;
}
.msg_filter {
width: 100%;
min-height: 100%;
}
.msg_tip_2 {
font-size: 32rpx;
line-height: 32rpx;
font-weight: 700;
color: #333;
margin-bottom: 20rpx;
text-align: left;
padding-left: 20rpx;
}
.msg_tip_2:before {
position: absolute;
left: 0;
content: '';
width: 8rpx;
height: 30rpx;
background-color: #007aff;
border-radius: 4rpx;
}
.msg_tip_2_blue:before {
background-color: #007aff;
}
.msg_tip_2_yellow:before {
background-color: #ff791a;
}
.msg_fgx {
width: 100%;
height: 1rpx;
background: #dcdfe6;
margin: 40rpx 0;
}
.filter_input_wraper_2-bottom {
margin-bottom: 40rpx;
}
.submitbar-popup {
width: 100%;
flex-shrink:0;
background-color: #fff;
padding: 20rpx 0 19rpx 0;
box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7);
}