index.less 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. @import "~@less/variables.less";
  2. @import "~@less/base.less";
  3. .tips{
  4. ul, ol {
  5. padding: 0 0 0 15px;
  6. }
  7. ul li {
  8. list-style: disc;
  9. }
  10. ol li{
  11. list-style: decimal;
  12. }
  13. border:1px solid #EAEDF1;
  14. .tips-title,h1{
  15. font-size: 14px;
  16. color: #000;
  17. padding: 8px 15px;
  18. background: #EAF7FA;
  19. font-weight: bold;
  20. img {
  21. float:left;
  22. margin-top: 0px;
  23. margin-right: 5px;
  24. }
  25. }
  26. .tips-title{
  27. .tips-name{
  28. width: 255px;
  29. display: inline-block;
  30. }
  31. h2{
  32. display: inline-block;
  33. }
  34. .tips-btn{
  35. display: inline-block;
  36. float: right;
  37. }
  38. .redTips{
  39. display: inline-block;
  40. font-size: 12px;
  41. -webkit-transform:scale(0.9);
  42. color: red;
  43. font-weight: normal;
  44. white-space: nowrap;
  45. }
  46. .tipsDetails {
  47. .btnCom;
  48. display: inline-block;
  49. font-weight: normal;
  50. width: 42px;
  51. height: 20px;
  52. border: 1px solid #262626;
  53. font-size: 12px;
  54. // color: #3B9ED0;
  55. color: #262626;
  56. line-height: 18px;
  57. margin: 0 0 -2px 10px;
  58. }
  59. }
  60. .chronic{
  61. background: rgba(242,150,91,0.1);
  62. }
  63. .content{
  64. font-size: 14px;
  65. padding:6px 15px;
  66. word-break: break-all;
  67. .title {
  68. font-size: 14px;
  69. line-height: 18px;
  70. margin-bottom:10px;
  71. a{
  72. .btnCom;
  73. display: inline-block;
  74. font-size: 14px;
  75. color: #3B9ED0;
  76. width: 42px;
  77. border: 1px solid #3B9ED0;
  78. margin-left: 10px;
  79. text-decoration: none;
  80. }
  81. .tips-details {
  82. .btnCom;
  83. display: inline-block;
  84. width: 42px;
  85. height: 20px;
  86. border: 1px solid #3B9ED0;
  87. font-size: 14px;
  88. color: #3B9ED0;
  89. line-height: 18px;
  90. margin: 0 10px -2px;
  91. }
  92. }
  93. .warn{
  94. padding: 10px 0px 0px 0px;
  95. font-size: 10px;
  96. color: #979797;
  97. text-align: center;
  98. }
  99. .list{
  100. border-bottom: 1px solid #EAEDF1;
  101. padding-bottom: 10px;
  102. position: relative;
  103. .infoPic{
  104. vertical-align: middle;
  105. margin: 0 5px;
  106. }
  107. >p{
  108. margin-top: 10px;
  109. }
  110. .listName{
  111. color:#3B9ED0;
  112. }
  113. .listResult{
  114. float: right;
  115. color: #000012;
  116. i{
  117. color: #F98F24;
  118. }
  119. img{
  120. vertical-align: middle;
  121. }
  122. }
  123. }
  124. .list:last-child{
  125. border-bottom:none;
  126. }
  127. }
  128. img {
  129. display: none;
  130. }
  131. }