index.less 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  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: 238px;
  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. display: inline-block;
  38. font-weight: normal;
  39. width: 42px;
  40. height: 20px;
  41. border: 1px solid #262626;
  42. border-radius: 4px;
  43. text-align: center;
  44. font-size: 12px;
  45. // color: #3B9ED0;
  46. color: #262626;
  47. line-height: 18px;
  48. margin: 0 0 -2px 10px;
  49. cursor: pointer;
  50. }
  51. }
  52. .chronic{
  53. background: rgba(242,150,91,0.1);
  54. }
  55. .content{
  56. font-size: 14px;
  57. padding:6px 15px;
  58. .list{
  59. border-bottom: 1px solid #EAEDF1;
  60. padding-bottom: 10px;
  61. position: relative;
  62. .infoPic{
  63. vertical-align: middle;
  64. margin: 0 5px;
  65. cursor: pointer;
  66. }
  67. >p{
  68. margin-top: 10px;
  69. }
  70. .listName{
  71. color:#3B9ED0;
  72. cursor: pointer;
  73. display: inline-block;
  74. width: 73%;
  75. }
  76. .listResult{
  77. .add-record;
  78. }
  79. .infoBox{
  80. position: absolute;
  81. top:27px;
  82. width: 388px;
  83. background: #fff;
  84. z-index: 66;
  85. border: 1px solid #EAEDF1;
  86. box-shadow: 0 5px 10px 0 rgba(0,0,0,0.10);
  87. .infoTitle{
  88. height: 40px;
  89. line-height: 40px;
  90. padding-left: 18px;
  91. // border-bottom: 1px solid #EAEDF1;
  92. background: #DFEAFE;
  93. img{
  94. vertical-align: text-top;
  95. }
  96. .closeIcon{
  97. // vertical-align: middle;
  98. float: right;
  99. }
  100. }
  101. .infoCon{
  102. padding: 15px 26px 25px;
  103. }
  104. }
  105. }
  106. .marTop{
  107. margin-top: 10px;
  108. position: relative;
  109. .limit{
  110. display: inline-block;
  111. width: 72%;
  112. }
  113. img{
  114. vertical-align: middle;
  115. }
  116. }
  117. .blue{
  118. color:#3B9ED0;
  119. cursor: pointer;
  120. }
  121. /* .mainList{
  122. .listBtn{
  123. display: inline-block;
  124. width: 96px;
  125. height: 26px;
  126. line-height: 26px;
  127. text-align: center;
  128. border: 1px solid #EAEDF1;
  129. border-radius: 4px;
  130. }
  131. .listResult{
  132. line-height: 26px;
  133. i{
  134. cursor: pointer;
  135. }
  136. }
  137. .mainBox{
  138. top: 65px;
  139. .infoOption{
  140. padding: 20px 0;
  141. }
  142. .infoConBtn{
  143. text-align: right;
  144. border-top: 1px solid #EAEDF1;
  145. padding-top: 10px;
  146. span{
  147. color:#3B9ED0;
  148. display: inline-block;
  149. width: 66px;
  150. height: 32px;
  151. line-height: 32px;
  152. text-align: center;
  153. border: 1px solid #3B9ED0;
  154. border-radius: 4px;
  155. }
  156. }
  157. }
  158. } */
  159. .infoOption{
  160. padding: 20px 0;
  161. }
  162. .infoConBtn{
  163. text-align: right;
  164. border-top: 1px solid #EAEDF1;
  165. padding-top: 10px;
  166. span{
  167. color:#3B9ED0;
  168. display: inline-block;
  169. width: 66px;
  170. height: 32px;
  171. line-height: 32px;
  172. text-align: center;
  173. border: 1px solid #3B9ED0;
  174. border-radius: 4px;
  175. }
  176. }
  177. .list:last-child{
  178. border-bottom:none;
  179. }
  180. }
  181. }
  182. .toast-title{
  183. position: absolute;
  184. top: 17px;
  185. font-size: 16px;
  186. // border-bottom: 1px solid #666;
  187. width: 87%;
  188. height: 25px;
  189. }
  190. .toast-cont{
  191. line-height: 24px;
  192. font-size: 14px;
  193. height: 370px;
  194. overflow-y: auto;
  195. padding: 10px;
  196. li{
  197. margin-top: 10px;
  198. cursor: pointer;
  199. }
  200. .res{
  201. color:#3B9ED0;
  202. margin-left: 10px;
  203. }
  204. .scaleName{
  205. display: inline-block;
  206. max-width: 290px;
  207. }
  208. .listResult{
  209. .add-record;
  210. cursor: pointer;
  211. }
  212. }
  213. .footer{
  214. .print{
  215. width: 111px;
  216. height: 34px;
  217. line-height: 34px;
  218. outline: none;
  219. border-radius: 4px;
  220. /*color: #3B9ED0;*/
  221. border: 0 none;
  222. cursor: pointer;
  223. background: #fff;
  224. margin-right: 20px;
  225. img{
  226. width: 20px;
  227. vertical-align: middle;
  228. margin-right: 4px;
  229. }
  230. }
  231. .okBtn{
  232. width: 80px;
  233. height: 34px;
  234. line-height: 32px;
  235. text-align: center;
  236. outline: none;
  237. border-radius: 4px;
  238. cursor: pointer;
  239. border: 1px solid #3B9ED0;
  240. box-sizing: border-box;
  241. margin-left: 20px;
  242. background: #3B9ED0;
  243. color: #fff;
  244. float: right;
  245. margin-right: 20px;
  246. }
  247. }
  248. .chooseItem{
  249. display: inline-block;
  250. margin-right: 10px;
  251. }
  252. .forMulBtn{
  253. height: 32px;
  254. line-height: 32px;
  255. text-align: center;
  256. color: #fff;
  257. // background: #DBDBDB;
  258. background: #3B9ED0;
  259. border-radius: 4px;
  260. cursor: auto;
  261. margin-top: 15px;
  262. cursor: pointer;
  263. }
  264. .recomand{
  265. color:#3B9ED0;
  266. }
  267. .dis-name {
  268. position: relative;
  269. cursor: pointer;
  270. }
  271. .info-img {
  272. position: absolute;
  273. width: 15px;
  274. top: -14px;
  275. left: 50%;
  276. margin-left: -7px;
  277. cursor: pointer;
  278. }