mirror of
https://github.com/Tencent/weui.git
synced 2026-03-13 08:02:03 +08:00
style: 更正表单cell的点击态场景
This commit is contained in:
8
dist/style/weui.css
vendored
8
dist/style/weui.css
vendored
File diff suppressed because one or more lines are too long
2
dist/style/weui.min.css
vendored
2
dist/style/weui.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -81,17 +81,6 @@ z-index:
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
&:not(.weui-cell_readonly){
|
||||
&:not(.weui-cell_disabled){
|
||||
&:not(.weui-cell_vcode){
|
||||
&:not(.weui-cell_switch){
|
||||
&:active{
|
||||
background-color:#ECECEC;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.weui-cell_primary{
|
||||
align-items: flex-start;
|
||||
|
||||
@@ -84,6 +84,19 @@
|
||||
background-color: @weuiColorWarn;
|
||||
}
|
||||
.weui-cells_form {
|
||||
.weui-cell{
|
||||
&:not(.weui-cell_readonly){
|
||||
&:not(.weui-cell_disabled){
|
||||
&:not(.weui-cell_vcode){
|
||||
&:not(.weui-cell_switch){
|
||||
&:active{
|
||||
background-color:#ECECEC;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.weui-cell__bd{
|
||||
display:flex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user