index.less 5.7 KB

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