index.less 871 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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: 10px;
  11. top: 50px;
  12. right: 470px;
  13. min-width: 548px;
  14. }
  15. .operations, .health{
  16. float: left;
  17. // border: 1px @border-color solid;
  18. // height: 61px;
  19. width: 12%;
  20. border-left: 0px solid #fff;
  21. text-align: center;
  22. // line-height: 61px;
  23. color: @blue;
  24. span{
  25. cursor: pointer;
  26. display: inline-block;
  27. height: 20px;
  28. line-height: 20px;
  29. }
  30. img {
  31. width: 20px;
  32. height: 20px;
  33. position: relative;
  34. top: 5px;
  35. }
  36. }
  37. .health{
  38. opacity: 0.3;
  39. color: rgba(0,0,0,0.6);
  40. filter:alpha(opacity=30);
  41. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30);";
  42. }
  43. .font{
  44. font-size: 13px;
  45. }