index.less 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. @import "~@less/variables.less";
  2. .title-wrapper{
  3. .contentZIndex2;
  4. // overflow: hidden;
  5. /*padding: 12px 20px 8px 20px;*/
  6. margin-bottom: 40px;
  7. background-color: #fff;
  8. border-bottom: 1px solid #BBBFC1;
  9. position: fixed;
  10. left: 50%;
  11. top: 50px;
  12. right: 10px;
  13. margin-left: -500px;
  14. width: 1000px;
  15. /*padding-right: 122px;*/
  16. .activeWrap {
  17. position: absolute;
  18. right: 0;
  19. top: 0;
  20. width: 122px;
  21. line-height: 28px;
  22. }
  23. }
  24. .operations, .health{
  25. float: left;
  26. // border: 1px @border-color solid;
  27. // height: 61px;
  28. width: 122px;
  29. border-left: 0px solid #fff;
  30. text-align: center;
  31. // line-height: 61px;
  32. color: @blue;
  33. span{
  34. cursor: pointer;
  35. display: inline-block;
  36. height: 60px;
  37. line-height: 60px;
  38. }
  39. img {
  40. width: 20px;
  41. height: 20px;
  42. position: relative;
  43. top: 5px;
  44. }
  45. }
  46. .health{
  47. opacity: 0.3;
  48. color: rgba(0,0,0,0.6);
  49. filter:alpha(opacity=30);
  50. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30);";
  51. }
  52. .font{
  53. font-size: 13px;
  54. }