mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
更新css样式
This commit is contained in:
parent
a1593960e1
commit
1c17c74ba9
@ -122,9 +122,9 @@ input::-ms-clear {display:none}
|
||||
input[type=checkbox],input[type=radio] {-webkit-appearance:none;appearance:none;width:18px;height:18px;margin:0;cursor:pointer;vertical-align:bottom;background:#fff;border:1px solid #dcdcdc;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative}
|
||||
input[type=checkbox]:active,input[type=radio]:active {border-color:#c6c6c6;background:#ebebeb}
|
||||
input[type=checkbox]:hover {border-color:#c6c6c6;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);box-shadow:inset 0 1px 1px rgba(0,0,0,0.1)}
|
||||
input[type=radio] {-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;width:15px;height:15px}
|
||||
input[type=radio] {-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;width:18px;height:18px}
|
||||
input[type=checkbox]:checked,input[type=radio]:checked {background:#fff}
|
||||
input[type=radio]:checked::after {content:'';display:block;position:relative;top:6px;left:6px;width:12px;height:12px;background:#666;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em}
|
||||
input[type=radio]:checked::after {content:'';display:block;position:relative;top:2px;left:2px;width:12px;height:12px;background:#666;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em}
|
||||
input[type=checkbox]:checked::after {display:block;position:absolute;top:-2px;left:-4px;content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAtklEQVQ4y2P4//8/A7Ux1Q0cxoaCADIbCUgCMTvVXAoE5kA8CYidyXYpGrAH4iVAHIXiCwoMDQTimUBcBsRMlBrKCsTpUANzkC0j11BuIK6EGlgKsoAkQ4FgChD7AzELVI8YEDdDDawDYk6YQaQY6gg1oAqILYC4D8oHGcyLbBAphoJAKtQgGO4EYiHk2CLHUJAXm6AG9gCxNHoSIMdQEJCFGqiALaGSayjMxQwUGzq0S6nhZygA2ojsbh6J67kAAAAASUVORK5CYII=')}
|
||||
input[type=checkbox]:focus,input[type=radio]:focus{outline:none}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user