1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- @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;
- position: fixed;
- left: 50%;
- top: 50px;
- right: 10px;
- margin-left: -500px;
- width: 1000px;
- /*padding-right: 122px;*/
- .activeWrap {
- position: absolute;
- right: 0;
- top: 0;
- width: 122px;
- line-height: 28px;
- }
- }
- .operations, .health{
- float: left;
- // border: 1px @border-color solid;
- // height: 61px;
- width: 122px;
- border-left: 0px solid #fff;
- text-align: center;
- // line-height: 61px;
- color: @blue;
- span{
- cursor: pointer;
- display: inline-block;
- height: 60px;
- line-height: 60px;
- }
- img {
- width: 20px;
- height: 20px;
- position: relative;
- top: 5px;
- }
- }
- .health{
- opacity: 0.3;
- color: rgba(0,0,0,0.6);
- filter:alpha(opacity=30);
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30);";
- }
- .font{
- font-size: 13px;
- }
|