index.less 5.9 KB

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