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.
14 lines
281 B
Plaintext
14 lines
281 B
Plaintext
|
2 years ago
|
@import "../editDetail/index.wxss";
|
||
|
|
.weui-actionsheet{
|
||
|
|
border-top-left-radius: 0;
|
||
|
|
border-top-right-radius: 0;
|
||
|
|
}
|
||
|
|
.weui-actionsheet__title:before {
|
||
|
|
border-bottom: 0;
|
||
|
|
}
|
||
|
|
.weui-check + .iconfont{
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
.weui-check[aria-checked="true"] + .iconfont{
|
||
|
|
display: block;
|
||
|
|
}
|