index.less 3.6 KB

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