@@ -8,7 +8,6 @@
line-height: 50px;
border-bottom: 1px dotted #989DA3;
position: relative;
- background: #EAF7FD;
span {
font-size: unset;
}
@@ -27,7 +26,7 @@
.diag-box:nth-child(1) {
.diag-number{
- color: #3B9ED0;
+ color: @bannerBg;
@@ -44,7 +43,6 @@
margin-left: 5px;
.diag-first {
- background: #EAF7FD;;
color: #3B9ED0;
border: 1px solid #3B9ED0;
border-radius: 4px;
@@ -155,8 +153,8 @@
overflow: hidden;
.diag-up, .diag-down, .diag-del {
- width: 20px;
- margin-bottom: 4px;
+ width: 14px;
+ margin-bottom: 8px;
cursor: pointer;
.confirm-info {