You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
930 B
Plaintext
55 lines
930 B
Plaintext
|
2 years ago
|
@import "../channelOrder/index.wxss";
|
||
|
|
.weui-cell {
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
.f15{
|
||
|
|
font-size: 15px;
|
||
|
|
}
|
||
|
|
.titleMain view{
|
||
|
|
/* position: absolute; */
|
||
|
|
padding-bottom: 20px;
|
||
|
|
padding-left: 13px;
|
||
|
|
border-left: 2px solid #cccccc;
|
||
|
|
left: 16px;
|
||
|
|
line-height: 20px;
|
||
|
|
height: 22px;
|
||
|
|
font-size: 16px;
|
||
|
|
font-weight: bold;
|
||
|
|
color: #333333;
|
||
|
|
}
|
||
|
|
.bb4 + .titleMain view{
|
||
|
|
color: var(--color-be) !important;
|
||
|
|
}
|
||
|
|
.bb4 + .titleMain .iconfont{
|
||
|
|
background-color: var(--color-be) !important;
|
||
|
|
}
|
||
|
|
.titleMain .iconfont{
|
||
|
|
position: absolute;
|
||
|
|
top: 0px;
|
||
|
|
left: -10px;
|
||
|
|
display: inline-block;
|
||
|
|
width: 20px;
|
||
|
|
height: 20px;
|
||
|
|
font-size: 13px;
|
||
|
|
font-weight: normal;
|
||
|
|
text-align: center;
|
||
|
|
line-height: 22px;
|
||
|
|
border-radius: 50%;
|
||
|
|
background: #cccccc;
|
||
|
|
color: #ffffff;
|
||
|
|
}
|
||
|
|
.ui-step {
|
||
|
|
padding-bottom: 10px;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
.hasHigh{
|
||
|
|
height: calc(100vh - 210px);
|
||
|
|
}
|
||
|
|
.weui-dialog{
|
||
|
|
top:calc(50% - 100rpx);
|
||
|
|
}
|
||
|
|
.heiover{
|
||
|
|
height: 0;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|