|
@@ -70,7 +70,7 @@ body.console {
|
|
|
|
|
|
.title {
|
|
|
font-size: 16px;
|
|
|
- font-weight: bold;
|
|
|
+ // font-weight: bold;
|
|
|
border-bottom: 1px solid @themeBorderClr;
|
|
|
height: 36px;
|
|
|
line-height: 36px;
|
|
@@ -101,7 +101,7 @@ body.console {
|
|
|
line-height: 44px;
|
|
|
padding-left: 15px;
|
|
|
font-size: 14px;
|
|
|
- font-weight: bold;
|
|
|
+ // font-weight: bold;
|
|
|
letter-spacing: 1px;
|
|
|
p {
|
|
|
display: inline-block;
|
|
@@ -219,8 +219,8 @@ body.console {
|
|
|
width: 100%;
|
|
|
}
|
|
|
.explainLi {
|
|
|
- height: 30px;
|
|
|
- line-height: 30px;
|
|
|
+ height: 22px;
|
|
|
+ line-height: 22px;
|
|
|
span {
|
|
|
display: inline-block;
|
|
|
}
|
|
@@ -331,9 +331,15 @@ body.console {
|
|
|
}
|
|
|
}
|
|
|
tr {
|
|
|
- border-bottom: 1px solid @themeBorderClr;
|
|
|
+ // border-bottom: 1px solid @themeBorderClr;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
+
|
|
|
+ tr:nth-child(2n+1) {
|
|
|
+ background: #283B69;
|
|
|
+ /*border-bottom: 1px solid @activeBg;
|
|
|
+ box-sizing: border-box;*/
|
|
|
+ }
|
|
|
.td01 {
|
|
|
width: 30px;
|
|
|
}
|
|
@@ -377,7 +383,7 @@ body.console {
|
|
|
cursor: pointer;
|
|
|
p {
|
|
|
text-align: center;
|
|
|
- font-weight: bold;
|
|
|
+ // font-weight: bold;
|
|
|
font-size: 16px;
|
|
|
padding-bottom: 2px;
|
|
|
margin-bottom: 10px;
|
|
@@ -419,7 +425,7 @@ body.console {
|
|
|
padding: 0 15px;
|
|
|
box-sizing: border-box;
|
|
|
border-bottom: 1px solid @themeBorderClr;
|
|
|
- font-weight: bold;
|
|
|
+ // font-weight: bold;
|
|
|
font-size: 16px;
|
|
|
color: @fstColor;
|
|
|
cursor: pointer;
|