index.less 2.3 KB

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