配料任务修改

This commit is contained in:
2025-02-15 12:51:56 +08:00
parent e563eebf91
commit 5bcf7cfc2c
4 changed files with 115 additions and 35 deletions

View File

@@ -52,10 +52,7 @@ uni-button:after {
display: block;
line-height: 80rpx;
font-size: 28rpx;
color: #323232;
font-weight: bold;
letter-spacing: 4rpx;
padding-left: 10rpx;
color: #3e3e3e;
/* text-align:justify;
text-align-last: justify;
text-justify: inter-ideograph; */
@@ -162,8 +159,8 @@ uni-button:after {
top: 0;
background: #d7d7d7;
font-size: 26rpx;
line-height: 28rpx;
padding: 35rpx 10rpx;
line-height: 58rpx;
padding: 14rpx 20rpx;
color: #7d7d7d;
background-color: #dcdfea;
font-weight: bold;
@@ -377,29 +374,29 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
transform: translateY(0);
}
.pophide {
transform: translateY(100%);
transform: translateY(300%);
}
.msg_wrapper {
position: fixed;
top: auto;
bottom: 0;
left: 0;
width: 100%;
height: calc(100% - var(--status-bar-height) - 72rpx);
top: 30%;
left: 5%;
width: 90%;
padding: 40rpx 30rpx;
background-color: #f6f6f6;
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;
transition: all .5s;
}
.msg_tip {
font-size: 28rpx;
line-height: 58rpx;
color: #6798ef;
font-weight: bold;
}
.msg_content {
width: 100%;
height: 100%;
overflow-y: scroll;
}
.msg_box {
width: 100%;
margin: 10rpx 0;
}
.msg_mask {
position: fixed;
@@ -412,26 +409,23 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
z-index: 300;
}
.msg_btns {
width: 100%;
margin: 40rpx auto 0;
}
.msg_btn {
font-size: 34rpx;
line-height: 78rpx;
font-size: 30rpx;
line-height: 68rpx;
color: #fff;
background-color: #ff6a00;
border: 1rpx solid #ff6a00;
border-radius: 44rpx;
box-shadow: 0 8rpx 18rpx 0 rgba(0,0,0,.2);
border-radius: 34rpx;
box-shadow: 0 4rpx 9rpx 0 rgba(0,0,0,.2);
margin-top: 20rpx;
}
.msg_btn_cancle {
background-color: #fff;
border: 1rpx solid #ff6a00;
font-size: 34rpx;
line-height: 78rpx;
border-radius: 44rpx;
color: #000;
box-shadow: 0 8rpx 18rpx 0 rgba(0,0,0,.2);
border-color: #fff;
color: #666;
box-shadow: 0 4rpx 9rpx 0 rgba(0,0,0,.2);
}
.msg_btn:disabled {
background-color: #c9c9c9;
@@ -560,4 +554,12 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
}
.point-item_n5:nth-child(n+6) {
margin-top: 20rpx
}
.checkbox {
width: 40rpx;
height: 40rpx;
line-height: 40rpx;
border: 1rpx solid #6798ef;
text-align: center;
margin: 0 auto;
}