|
@@ -1,39 +1,36 @@
|
|
|
@import "~@less/variables.less";
|
|
|
.title-wrapper{
|
|
|
.contentZIndex2;
|
|
|
- // overflow: hidden;
|
|
|
- /*padding: 12px 20px 8px 20px;*/
|
|
|
- // margin-bottom: 40px;
|
|
|
background-color: #fff;
|
|
|
- border-bottom: 1px solid #BBBFC1;
|
|
|
+ /*border-top: 1px solid #BBBFC1;
|
|
|
+ border-bottom: 1px solid #BBBFC1;*/
|
|
|
+ padding-left: 15px;
|
|
|
position: fixed;
|
|
|
left: 50%;
|
|
|
top: 50px;
|
|
|
margin-left: -600px;
|
|
|
max-width: 1200px;
|
|
|
- /*padding-right: 122px;*/
|
|
|
.activeWrap {
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
top: 0;
|
|
|
- width: 122px;
|
|
|
+ width: 198px;
|
|
|
line-height: 28px;
|
|
|
+ border: 1px solid #BBBFC1;
|
|
|
+ border-left: none;
|
|
|
+ margin-right: 15px;
|
|
|
}
|
|
|
}
|
|
|
.operations, .health{
|
|
|
float: left;
|
|
|
-// border: 1px @border-color solid;
|
|
|
- // height: 61px;
|
|
|
- width: 122px;
|
|
|
- border-left: 0px solid #fff;
|
|
|
+ width: 198px;
|
|
|
text-align: center;
|
|
|
- // line-height: 61px;
|
|
|
color: @blue;
|
|
|
span{
|
|
|
cursor: pointer;
|
|
|
display: inline-block;
|
|
|
- height: 60px;
|
|
|
- line-height: 60px;
|
|
|
+ height: 66px;
|
|
|
+ line-height: 66px;
|
|
|
}
|
|
|
img {
|
|
|
width: 20px;
|