You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
630 B
44 lines
630 B
.shixun-checkbox .wx-checkbox-input{
|
|
flex: none;
|
|
}
|
|
.body{
|
|
height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
}
|
|
.scroll-body{
|
|
flex: 1;
|
|
height: 1px;
|
|
flex-basis: 1px;
|
|
|
|
}
|
|
.shixun-wrp{
|
|
background: white;
|
|
padding: 12px;
|
|
margin-bottom: 2px;
|
|
}
|
|
.shixun-item{
|
|
padding-left: 8px;
|
|
}
|
|
.operations{
|
|
display: flex;
|
|
background: white;
|
|
}
|
|
.operation{
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
view.operation{
|
|
display: flex;
|
|
flex: 2;
|
|
}
|
|
button.operation{
|
|
flex: 3;
|
|
background: #00b0f0;
|
|
color: white;
|
|
border-radius: 0;
|
|
}
|
|
.weui-half-screen-dialog__hd__side .weui-icon-btn.weui-icon-btn_more{
|
|
display: none;
|
|
} |