|
@@ -1,3 +1,5 @@
|
|
|
+@import './reset.less';
|
|
|
+
|
|
|
.container{
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
@@ -96,7 +98,7 @@ table{
|
|
|
|
|
|
.recordScoreOperaBtn{
|
|
|
cursor: pointer;
|
|
|
- color: #5A8EEE;
|
|
|
+ color: @activeColor;
|
|
|
}
|
|
|
.recordScoreBtn{
|
|
|
cursor: pointer;
|
|
@@ -107,8 +109,8 @@ table{
|
|
|
text-align: center;
|
|
|
border-radius:4px;
|
|
|
box-sizing: border-box;
|
|
|
- border: 1px solid #5A8EEE;
|
|
|
- color: #5A8EEE;
|
|
|
+ border: 1px solid @activeColor;
|
|
|
+ color: @activeColor;
|
|
|
}
|
|
|
.filterBox{
|
|
|
margin-bottom: 15px;
|
|
@@ -136,11 +138,11 @@ table{
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
input:focus{
|
|
|
- border: 1px solid #5a8eee ;
|
|
|
+ border: 1px solid @activeColor ;
|
|
|
outline: 0;
|
|
|
- -webkit-box-shadow:#5a8eee 0px 0px 2px;
|
|
|
- -moz-box-shadow: #5a8eee 0px 0px 2px;
|
|
|
- box-shadow: #5a8eee 0px 0px 2px;
|
|
|
+ -webkit-box-shadow:@activeColor 0px 0px 2px;
|
|
|
+ -moz-box-shadow: @activeColor 0px 0px 2px;
|
|
|
+ box-shadow: @activeColor 0px 0px 2px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -190,7 +192,7 @@ table{
|
|
|
display: inline-block;
|
|
|
width:60px;
|
|
|
height:36px;
|
|
|
- background:#5A8EEE;
|
|
|
+ background:@activeColor;
|
|
|
border-radius:4px;
|
|
|
color: #fff;
|
|
|
text-align: center;
|
|
@@ -246,7 +248,7 @@ table{
|
|
|
text-align: center;
|
|
|
}
|
|
|
.patientNameSpan{
|
|
|
- color: #5A8EEE;
|
|
|
+ color: @activeColor;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
@@ -295,7 +297,7 @@ table{
|
|
|
width: 6px;
|
|
|
}
|
|
|
.activePage{
|
|
|
- color: #5A8EEE;
|
|
|
+ color: @activeColor;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -339,7 +341,7 @@ table{
|
|
|
top: 5px;
|
|
|
}
|
|
|
.ui-state-active, .ui-widget-content .ui-state-active {
|
|
|
- background-color: #5a8eee !important;
|
|
|
+ background-color: @activeColor !important;
|
|
|
color: #fff;
|
|
|
}
|
|
|
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
|