更改样式:Nestable样式移除字体设置,统一使用body设置字体大小
This commit is contained in:
parent
71c57d564a
commit
7b516d68ce
|
@ -8,7 +8,6 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
font-size: 13px;
|
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -36,7 +35,6 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
min-height: 20px;
|
min-height: 20px;
|
||||||
font-size: 13px;
|
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -78,7 +76,6 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border: 0;
|
border: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
font-size: 12px;
|
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -164,27 +161,24 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dd3-content label span {
|
.dd3-content label span.active {
|
||||||
position: absolute;
|
color: darkred;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dd3-content label span.active {
|
.dd3-content label span i {
|
||||||
color: darkred;
|
width: 22px;
|
||||||
}
|
display: inline-block;
|
||||||
|
text-align: center;
|
||||||
.dd3-content label span i {
|
margin-right: 4px;
|
||||||
width: 22px;
|
}
|
||||||
display: inline-block;
|
|
||||||
text-align: center;
|
|
||||||
margin-right: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dd3-content label input {
|
.dd3-content label input {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dd3-content > span {
|
.dd3-content span {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 6px;
|
top: 6px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue