index.less 814 B

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