|
|
@@ -365,7 +365,7 @@ props:{
|
|
|
.checkbox > input:checked + span {
|
|
|
background:#fff;
|
|
|
border:1px solid rgba(0,200,175,1);
|
|
|
- background:#00C8AF url(/static/img/g.png) no-repeat center center;
|
|
|
+ background:@color url(/static/img/g.png) no-repeat center center;
|
|
|
}
|
|
|
|
|
|
.checkbox > input:disabled {
|
|
|
@@ -398,14 +398,14 @@ props:{
|
|
|
font-size:12px;
|
|
|
cursor: pointer;
|
|
|
display: inline-block;
|
|
|
- color: #00C8AF;
|
|
|
+ color: @color;
|
|
|
margin: 0 10px;
|
|
|
&:nth-child(2) {
|
|
|
- background-color: #00C8AF;
|
|
|
+ background-color: @color;
|
|
|
color: #fff;
|
|
|
}
|
|
|
&:nth-child(1) {
|
|
|
- border:1px solid #00C8AF;
|
|
|
+ border:1px solid @color;
|
|
|
}
|
|
|
}
|
|
|
.disable{
|