index.less 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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. }
  132. .mainList{
  133. .listBtn{
  134. display: inline-block;
  135. width: 96px;
  136. height: 26px;
  137. line-height: 26px;
  138. text-align: center;
  139. border: 1px solid #EAEDF1;
  140. border-radius: 4px;
  141. }
  142. .listResult{
  143. line-height: 26px;
  144. i{
  145. cursor: pointer;
  146. }
  147. }
  148. .mainBox{
  149. top: 65px;
  150. .infoOption{
  151. padding: 20px 0;
  152. }
  153. .infoConBtn{
  154. text-align: right;
  155. border-top: 1px solid #EAEDF1;
  156. padding-top: 10px;
  157. span{
  158. color:#3B9ED0;
  159. display: inline-block;
  160. width: 66px;
  161. height: 32px;
  162. line-height: 32px;
  163. text-align: center;
  164. border: 1px solid #3B9ED0;
  165. border-radius: 4px;
  166. }
  167. }
  168. }
  169. }
  170. .infoOption{
  171. padding: 20px 0;
  172. }
  173. .infoConBtn{
  174. text-align: right;
  175. border-top: 1px solid #EAEDF1;
  176. padding-top: 10px;
  177. span{
  178. color:#3B9ED0;
  179. display: inline-block;
  180. width: 66px;
  181. height: 32px;
  182. line-height: 32px;
  183. text-align: center;
  184. border: 1px solid #3B9ED0;
  185. border-radius: 4px;
  186. }
  187. }
  188. .list:last-child{
  189. border-bottom:none;
  190. }
  191. }
  192. }
  193. .toast-title{
  194. position: absolute;
  195. top: 17px;
  196. font-size: 16px;
  197. // border-bottom: 1px solid #666;
  198. width: 87%;
  199. height: 25px;
  200. }
  201. .toast-cont{
  202. line-height: 24px;
  203. font-size: 14px;
  204. // margin-top: 15px;
  205. height: 222px;
  206. overflow-y: auto;
  207. padding: 10px 0 0 10px;
  208. li{
  209. margin-top: 10px;
  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. }