|
@@ -11,7 +11,7 @@
|
|
|
font-size: 16px;
|
|
|
border-bottom: 1px #E2E5EF solid;
|
|
|
/*top:0;
|
|
|
- background:linear-gradient(123deg,rgba(90,142,238,1) 0%,rgba(126,171,255,1) 100%);;
|
|
|
+ background:linear-gradient(123deg,#00A1FF 0%,rgba(126,171,255,1) 100%);;
|
|
|
text-indent: 20px;
|
|
|
color: #fff;*/
|
|
|
.login{
|
|
@@ -348,7 +348,7 @@
|
|
|
height:36px;
|
|
|
line-height: 36px;
|
|
|
text-align: center;
|
|
|
- background:rgba(90,142,238,1);
|
|
|
+ background:#00A1FF;
|
|
|
border-radius:4px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
@@ -424,7 +424,7 @@
|
|
|
height:36px;
|
|
|
line-height: 36px;
|
|
|
text-align: center;
|
|
|
- background:rgba(90,142,238,1);
|
|
|
+ background:#00A1FF;
|
|
|
border-radius:4px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
@@ -513,7 +513,7 @@
|
|
|
height:36px;
|
|
|
line-height: 36px;
|
|
|
text-align: center;
|
|
|
- background:rgba(90,142,238,1);
|
|
|
+ background:#00A1FF;
|
|
|
border-radius:4px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
@@ -714,9 +714,9 @@
|
|
|
}
|
|
|
|
|
|
.midifyEditDel{
|
|
|
- color: #FF4D4F !important;
|
|
|
- border: 1px solid #FF4D4F !important;
|
|
|
- background-color: #fff !important;
|
|
|
+ color: #fff !important;
|
|
|
+ border: 1px solid #00A1FF !important;
|
|
|
+ background-color: #00A1FF !important;
|
|
|
margin-right: 15px;
|
|
|
}
|
|
|
.delTips {
|