点位管理
This commit is contained in:
@@ -107,7 +107,7 @@ uni-button:after {
|
||||
.zd_content {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
padding: 92rpx 15rpx 82rpx 14rpx;
|
||||
padding: 92rpx 14rpx 82rpx 14rpx;
|
||||
}
|
||||
.zd_wrapper {
|
||||
width: 100%;
|
||||
@@ -288,72 +288,3 @@ uni-button:after {
|
||||
z-index: 300 !important;
|
||||
}
|
||||
|
||||
/** 弹窗 */
|
||||
.msg_wrapper {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
z-index: 201;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.msg_wrapper_1 {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.msg_box {
|
||||
width: 90%;
|
||||
padding: 20rpx;
|
||||
background-color: #fff;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #ebeef5;
|
||||
box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
|
||||
.msg_mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: .7;
|
||||
background: #000;
|
||||
z-index: 200;
|
||||
}
|
||||
|
||||
.msg_btns {
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
margin: 40rpx auto 0;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.msg_btn {
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.msg_btn:disabled {
|
||||
background-color: #c9c9c9;
|
||||
}
|
||||
.uni-select__input-placeholder,.uni-select__selector-empty, .uni-select__selector-item {
|
||||
font-size: 28rpx !important
|
||||
}
|
||||
.sin_input {
|
||||
width: 150rpx;
|
||||
font-size: 28rpx;
|
||||
line-height: 150rpx;
|
||||
height: 68rpx;
|
||||
color: #323232;
|
||||
padding: 0 .1rem;
|
||||
border: 1px solid #a1a1a1;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.layout-t tr.checked td .sin_input {
|
||||
color: #8a8a8a;
|
||||
border: 1px solid #ffffff;
|
||||
}
|
||||
Reference in New Issue
Block a user