index.less 5.9 KB

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