index.less 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. @import "~@less/variables.less";
  2. .push-content-wrapper{
  3. // padding-top: 50px;
  4. padding: 0px 15px;
  5. line-height: 20px;
  6. width: @push-width;
  7. overflow: hidden;
  8. .push-content {
  9. width: 436px;
  10. overflow-y: auto;
  11. }
  12. .vigilant{
  13. background: #FF8D54;
  14. overflow: hidden;
  15. padding: 10px 15px;
  16. .title{
  17. color:#fff;
  18. font-size: 14px;
  19. font-weight: bold;
  20. float: left;
  21. margin: 10px 0px 0 0;
  22. img {
  23. float: left;
  24. margin: 0px 5px 0 0px;
  25. width: 20px;
  26. }
  27. }
  28. .vigilantContent {
  29. float:left;
  30. padding: 0 0 0 15px;
  31. span {
  32. font-size: 14px;
  33. color: #fff;
  34. display:inline-block;
  35. }
  36. }
  37. .push-diag-item {
  38. display: inline-block;
  39. margin-right: 10px;
  40. margin-top: 10px;
  41. cursor: pointer;
  42. }
  43. }
  44. .diagnose{
  45. padding-bottom: 15px;
  46. .doubt{
  47. border:1px solid #EAEDF1;
  48. h1{
  49. font-size: 14px;
  50. color: #000;
  51. padding: 4px 15px;
  52. background: #FAEBEC;
  53. font-weight: bold;
  54. img {
  55. float:left;
  56. margin-top: 0px;
  57. margin-right: 5px;
  58. }
  59. }
  60. div{
  61. font-size: 14px;
  62. padding:6px 0 6px 15px;
  63. span{
  64. cursor: pointer;
  65. }
  66. }
  67. }
  68. }
  69. .recommend {
  70. border:1px solid #EAEDF1;
  71. margin-bottom: 15px;
  72. h1{
  73. font-size: 14px;
  74. color: #000;
  75. padding: 8px 6px 8px 15px;
  76. background: #EAF7FA;
  77. font-weight: bold;
  78. img {
  79. float:left;
  80. margin-top: 0px;
  81. margin-right: 5px;
  82. }
  83. div{
  84. .btnCom;
  85. float: right;
  86. width: 50px;
  87. border: 1px solid #3B9ED0;
  88. padding:0px;
  89. margin-top: -3px;
  90. font-weight: normal;
  91. height: 28px;
  92. line-height: 28px;
  93. font-size: 12px;
  94. }
  95. }
  96. .contentBox {
  97. font-size: 14px;
  98. padding:6px 0px 6px 15px;
  99. }
  100. }
  101. }
  102. .diag-item {
  103. display: inline-block;
  104. padding: 0px 10px 0px 0px;
  105. }
  106. .billing {
  107. color: #3B9ED0;
  108. }
  109. .disTips {
  110. padding: 10px 20px 0;
  111. font-size: 10px;
  112. color: #979797;
  113. text-align: center;
  114. }