index.less 1008 B

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