邓洁 : 用户管理雏形及checkbox样式更改
This commit is contained in:
@@ -186,7 +186,7 @@ body,
|
||||
background-image: url("../images/topAndDown/sp_dbbj.png");
|
||||
|
||||
.el-carousel__mask {
|
||||
display: none;
|
||||
display: none
|
||||
}
|
||||
|
||||
.el-carousel {
|
||||
@@ -526,16 +526,28 @@ input[type="number"] {
|
||||
width: 40px !important;
|
||||
height: 40px !important;
|
||||
border-radius: 25px !important;
|
||||
border: 4px solid #05FEFF!important;
|
||||
background-color: transparent!important;
|
||||
}
|
||||
|
||||
.el-checkbox__input.is-checked .el-checkbox__inner {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
background-color: #05FEFF !important;
|
||||
//background-color: #05FEFF !important;
|
||||
}
|
||||
|
||||
.el-checkbox__input.is-checked .el-checkbox__inner::after {
|
||||
display: none;
|
||||
//display: none;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
border-width: 3px;
|
||||
//border-left: 0;
|
||||
//border-top: 0;
|
||||
border-radius: 25px;
|
||||
top: 6px;
|
||||
left:6px;
|
||||
//left: 12px;
|
||||
font-size: 30px;
|
||||
background: #05FEFF;
|
||||
border-color: transparent!important;
|
||||
}
|
||||
|
||||
//取消 确定按钮
|
||||
|
||||
Reference in New Issue
Block a user