index.less 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. @import "~@less/mixin.less";
  2. .tips{
  3. border:1px solid #EAEDF1;
  4. margin-bottom: 15px;
  5. .tips-title{
  6. font-size: 14px;
  7. color: #000;
  8. padding: 8px 15px;
  9. background: #EAF7FA;
  10. font-weight: bold;
  11. background: rgba(242,150,91,0.1);
  12. .tips-name{
  13. width: 238px;
  14. display: inline-block;
  15. img {
  16. float:left;
  17. margin-top: 0px;
  18. margin-right: 5px;
  19. }
  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: #262626;
  45. line-height: 18px;
  46. margin: 0 0 -2px 10px;
  47. }
  48. }
  49. .toggle-btn{
  50. display: inline-block;
  51. float: right;
  52. cursor: pointer;
  53. }
  54. .content{
  55. font-size: 14px;
  56. padding:6px 15px;
  57. transition:display 2s;
  58. -moz-transition:display 2s; /* Firefox 4 */
  59. -webkit-transition:display 2s; /* Safari and Chrome */
  60. -o-transition:display 2s; /* Opera */
  61. .list{
  62. border-bottom: 1px solid #EAEDF1;
  63. padding-bottom: 10px;
  64. position: relative;
  65. .infoPic{
  66. vertical-align: middle;
  67. margin: 0 5px;
  68. cursor: pointer;
  69. }
  70. >p{
  71. margin-top: 10px;
  72. }
  73. .listName{
  74. color:#3B9ED0;
  75. cursor: pointer;
  76. display: inline-block;
  77. width: 73%;
  78. }
  79. .listResult{
  80. .add-record;
  81. }
  82. .addResult{
  83. color: #3B9ED0;
  84. text-align: left;
  85. padding-left: 5px;
  86. cursor: default;
  87. }
  88. }
  89. .marTop{
  90. margin-top: 10px;
  91. position: relative;
  92. .limit{
  93. display: inline-block;
  94. width: 72%;
  95. }
  96. img{
  97. vertical-align: middle;
  98. }
  99. }
  100. .blue{
  101. color:#3B9ED0;
  102. cursor: pointer;
  103. }
  104. .infoOption{
  105. padding: 20px 0;
  106. }
  107. .list:last-child{
  108. border-bottom:none;
  109. }
  110. }
  111. .slide{
  112. display: none;
  113. }
  114. }
  115. .toast-title{
  116. position: absolute;
  117. top: 17px;
  118. font-size: 16px;
  119. // border-bottom: 1px solid #666;
  120. width: 87%;
  121. height: 25px;
  122. }
  123. .toast-cont{
  124. line-height: 24px;
  125. font-size: 14px;
  126. height: 370px;
  127. overflow-y: auto;
  128. padding: 10px;
  129. li{
  130. margin-top: 10px;
  131. cursor: pointer;
  132. }
  133. .res{
  134. color:#3B9ED0;
  135. margin-left: 10px;
  136. }
  137. .scaleName{
  138. display: inline-block;
  139. max-width: 290px;
  140. }
  141. .listResult{
  142. .add-record;
  143. cursor: pointer;
  144. }
  145. }
  146. .chooseItem{
  147. display: inline-block;
  148. margin-right: 10px;
  149. }
  150. .forMulBtn{
  151. .btnCom;
  152. height: 32px;
  153. line-height: 32px;
  154. color: #fff;
  155. background: #3B9ED0;
  156. margin-top: 15px;
  157. cursor: pointer;
  158. }
  159. .recomand{
  160. color:#3B9ED0;
  161. }
  162. .dis-name {
  163. position: relative;
  164. cursor: pointer;
  165. }
  166. .info-img {
  167. position: absolute;
  168. width: 15px;
  169. top: -14px;
  170. left: 50%;
  171. margin-left: -7px;
  172. cursor: pointer;
  173. }