子卷出入站

This commit is contained in:
2022-11-09 13:30:32 +08:00
parent 4d19700411
commit ed086b9bd5
13 changed files with 306 additions and 178 deletions

View File

@@ -260,21 +260,15 @@ uni-button:after {
left: 0;
right: 0;
text-align: center;
z-index: 100;
}
.msg_wrapper::after {
content: "";
display: inline-block;
height: 100%;
width: 0;
vertical-align: middle;
z-index: 201;
display: flex;
justify-content: center;
align-items: center;
}
.msg_box {
display: inline-block;
width: 90%;
max-width: 420px;
padding: 20rpx;
vertical-align: middle;
background-color: #fff;
border-radius: 4px;
border: 1px solid #ebeef5;
@@ -282,55 +276,19 @@ uni-button:after {
overflow: hidden;
backface-visibility: hidden;
}
.input_item {
width: 100%;
height: 70rpx;
border-radius: 4px;
border: 1px solid #DCDFE6;
font-size: 28rpx;
line-height: 70rpx;
color: #606266;
padding: 0 10px;
}
.zd_mask {
.msg_mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: .2;
opacity: .7;
background: #000;
z-index: 99;
}
.msg_item {
display: flex;
justify-content: space-between;
align-items: center;
height: 70rpx;
line-height: 70rpx;
margin-bottom: 30rpx;
}
.msg_txt {
font-size: 32rpx;
line-height: 70rpx;
color: #333;
}
.label_item {
width: 150rpx;
font-size: 32rpx;
line-height: 70rpx;
color: #333;
}
.from_item {
width: calc(100% - 160rpx);
font-size: 28rpx;
line-height: 70rpx;
color: #606266;
z-index: 200;
}
.msg_btns {
height: 70rpx;
line-height: 70rpx;
width: 100%;
max-width: 300px;
margin: 40rpx auto 0;
@@ -339,14 +297,7 @@ uni-button:after {
align-items: center;
}
.msg_btn {
width: 160rpx;
height: 70rpx;
line-height: 70rpx;
font-size: 28rpx;
color: #fff;
background-color: #d7592f;
border-radius: 5px;
text-align: center;
border-radius: 10rpx;
}
.msg_btn:disabled {
background-color: #c9c9c9;