@@ -90,9 +90,6 @@
background: @activeBg;
border-right: 3px @activeColor solid;
}
- .slide-up{
- color: @activeColor;
- }
.list-1,.list-1-show{
position: relative;
&:after{
@@ -116,9 +113,6 @@
display: none;
li.page{
text-indent: 30px;
- &:hover {
@@ -127,9 +121,6 @@
background: url("../images/icon_up.png") no-repeat;
- .page:hover {
li{
line-height: @menuLiHt;
text-indent: 15px;
@@ -1,6 +1,7 @@
@import './reset.less';
.main-part{
height: 100%;
+ margin-top: 20px;
.waring {
color: #FF4D4F;
@@ -8,11 +9,12 @@
height: 18px;
.patient-info{
- height: 50px;
- line-height: 50px;
- margin-top: 10px;
+ height: 44px;
+ line-height: 44px;
text-align: center;
+ background:linear-gradient(123deg,#5A8EEE 0%,#7EABFF 100%);
span{
+ color: #fff;
margin-right: 40px;
@@ -28,11 +30,11 @@
.list-1{
+ p:hover{
+ color: @activeColor;
+ }
content: " ";
display: inline-block;
@@ -7,9 +7,10 @@
<title>质控评分</title>
<script type="text/html" id="subMenuTmpl">
{{if sonMode.length}}
- <li class="list-1">${name}
+ <li class="list-1">
+ <p>${name}</p>
{{else}}
- <li class="page" code="${name}">${name}
+ <li class="page" code="${name}"><p>${name}</p>
{{/if}}
<ul>
{{each sonMode}}