index.less 2.5 KB

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