|
@@ -16,7 +16,7 @@ body{
|
|
|
.contentWrapper{
|
|
|
margin-left: 40px;
|
|
|
padding:10px 12px 0;
|
|
|
- /*background: #fff;*/
|
|
|
+ overflow-y: auto;
|
|
|
}
|
|
|
.responsibility {
|
|
|
text-align: center;
|
|
@@ -219,15 +219,15 @@ body{
|
|
|
.pushItemName{
|
|
|
position: relative;
|
|
|
display: inline-block;
|
|
|
-
|
|
|
+ line-height: 21px;
|
|
|
}
|
|
|
.infoImg{
|
|
|
- width: 9px;
|
|
|
+ width: 12px;
|
|
|
position: absolute;
|
|
|
- top: 6px;
|
|
|
+ top: 4px;
|
|
|
cursor: pointer;
|
|
|
display: none;
|
|
|
- right: 5px;
|
|
|
+ right: 3px;
|
|
|
}
|
|
|
.pushItemBox:hover{
|
|
|
.infoImg{
|
|
@@ -243,13 +243,13 @@ body{
|
|
|
.moduleTitle{
|
|
|
height: 35px;
|
|
|
line-height: 35px;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 16px;
|
|
|
color: @fontClr;
|
|
|
font-weight: 600;
|
|
|
border-radius: 8px 8px 0 0;
|
|
|
margin-bottom: 10px;
|
|
|
.titleIcon{
|
|
|
- width: 20px;
|
|
|
+ width: 24px;
|
|
|
position: relative;
|
|
|
top: 5px;
|
|
|
margin: 0 5px 0 14px;
|
|
@@ -259,7 +259,7 @@ body{
|
|
|
width:14px;
|
|
|
}
|
|
|
.iconArrowImg{
|
|
|
- width: 14px;
|
|
|
+ width: 10px;
|
|
|
// position: relative;
|
|
|
// top: 2px;
|
|
|
}
|
|
@@ -552,8 +552,10 @@ body{
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-.evaluationtitle:hover{
|
|
|
- text-decoration: underline;
|
|
|
- color: #0000FF;
|
|
|
- cursor: pointer;
|
|
|
+.evaluationtitle{
|
|
|
+ color: @linkColor;
|
|
|
+ cursor: pointer;
|
|
|
+ &+.infoImg{
|
|
|
+ right: 8px;
|
|
|
+ }
|
|
|
}
|