index.less 5.7 KB

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