index.less 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. @import './common.less';
  2. .iframeWrap {
  3. margin: 10px auto 50px;
  4. padding: 20px;
  5. overflow: auto;
  6. max-width: 400px;
  7. .conditionHintPub {
  8. border: 1px solid #F2F2F2;
  9. margin-bottom: 15px;
  10. li {
  11. padding-right: 18px;
  12. float: left;
  13. line-height: 24px;
  14. }
  15. .conditionMain {
  16. padding: 17px;
  17. }
  18. .alertModal{
  19. position: relative;
  20. .mayResult {
  21. color: #838383;
  22. position: relative;
  23. }
  24. .mayResultSelect {
  25. line-height: 28px;
  26. .makesureResult {
  27. cursor: pointer;
  28. color: @colorBlue;
  29. }
  30. .sanjiao {
  31. width: 18px;
  32. height: 18px;
  33. display: inline-block;
  34. position: relative;
  35. top: 3px;
  36. background: url('../images/select.png') center center no-repeat;
  37. }
  38. }
  39. }
  40. .treatPlan {
  41. font-weight: bold;
  42. padding-bottom: 5px;
  43. }
  44. .treatPlanWrap {
  45. padding-bottom: 10px;
  46. border-bottom: 1px solid @grayColor;
  47. }
  48. .treatMedicine {
  49. padding-top: 10px;
  50. .medicinePart {
  51. margin: 8px 0;
  52. position: relative;
  53. }
  54. .medicine {
  55. border-bottom: 1px solid @grayColor;
  56. position: relative;
  57. cursor: pointer;
  58. a {
  59. display: none;
  60. width: 28px;
  61. height: 28px;
  62. position: absolute;
  63. top: -20px;
  64. left: 50%;
  65. margin-left: -14px;
  66. background: url("../images/tmp1.png") center center no-repeat;
  67. }
  68. a:hover {
  69. background: url("../images/tmp2.png") center center no-repeat;
  70. }
  71. }
  72. .medicine:hover {
  73. color: @colorBlue;
  74. a {
  75. display: inline-block;
  76. }
  77. }
  78. .medicineDis {
  79. color: @grayColor;
  80. border-bottom: 1px solid @grayColor;
  81. }
  82. .medicineWaring {
  83. background-color: #f4c051;
  84. color: #000;
  85. font-size: 12px;
  86. border-radius: 4px;
  87. border: 1px solid #fff;
  88. line-height: 18px;
  89. }
  90. .medicineWaringDis {
  91. background-color: #fff;
  92. color: @grayColor;
  93. font-size: 12px;
  94. border-radius: 4px;
  95. line-height: 18px;
  96. border: 1px solid @grayColor;
  97. }
  98. }
  99. p {
  100. line-height: 24px;
  101. span {
  102. display: inline-block;
  103. }
  104. }
  105. }
  106. .conditionHintWz{
  107. h4 {
  108. background-color: @bgcBlue;
  109. i {
  110. background: url("../images/inquire.png") center center no-repeat;
  111. }
  112. }
  113. }
  114. .conditionHintTg{
  115. h4 {
  116. background-color: @bgcBlue;
  117. i {
  118. background: url("../images/tgjc.png") center center no-repeat;
  119. }
  120. }
  121. }
  122. .conditionHintInspect{
  123. h4 {
  124. background-color: @bgcBlue;
  125. i {
  126. background: url("../images/inspect.png") center center no-repeat;
  127. }
  128. }
  129. }
  130. .conditionHintMay{
  131. h4 {
  132. background-color: @bgcMay;
  133. i {
  134. background: url("../images/yszd.png") center center no-repeat;
  135. }
  136. }
  137. }
  138. .conditionHintWarings{
  139. display: none;
  140. h4 {
  141. color: @colorWaring;
  142. i {
  143. background: url("../images/warings.png") center center no-repeat;
  144. }
  145. }
  146. li{
  147. float: left;
  148. line-height: 24px;
  149. }
  150. li:hover {
  151. color: @colorBlue;
  152. }
  153. }
  154. .conditionHintKnzd{
  155. display: none;
  156. h4 {
  157. i {
  158. background: url("../images/knzd.png") center center no-repeat;
  159. }
  160. }
  161. ul {
  162. li {
  163. float: left;
  164. line-height: 24px;
  165. }
  166. li:hover {
  167. color: @colorBlue;
  168. }
  169. }
  170. }
  171. .conditionHintZhiliao{
  172. h4 {
  173. background-color: @bgcPlan;
  174. i {
  175. background: url("../images/zhiliao.png") center center no-repeat;
  176. }
  177. }
  178. }
  179. .conditionHintTips{
  180. .mayIllness {
  181. padding-bottom: 5px;
  182. a {
  183. border-bottom: 1px solid @grayColor;
  184. }
  185. }
  186. h4 {
  187. background-color: @bgcWaring;
  188. i {
  189. background: url("../images/tips.png") center center no-repeat;
  190. }
  191. }
  192. }
  193. .illnessTable {
  194. color: @colorBlue;
  195. line-height: 28px;
  196. }
  197. .conditionHint{
  198. }
  199. h4 {
  200. color: #000;
  201. height: 40px;
  202. line-height: 40px;
  203. background-color: @bgcMay;
  204. font-size: 16px;
  205. font-weight: bold;
  206. }
  207. h4 {
  208. i {
  209. content: '';
  210. width: 40px;
  211. height: 40px;
  212. float: left;
  213. }
  214. }
  215. }
  216. .commonTreat,.conditionHintKnzdLis,.conditionHintWaringsLis,.conditionHintWzLis,.conditionHintTgLis,.conditionHintInspectLis,.conditionHintAssistLis{
  217. position: relative;
  218. }
  219. .conditionHintInspectNull {
  220. border-bottom: 1px solid @grayColor;
  221. padding-bottom: 5px;
  222. margin-bottom: 5px;
  223. }
  224. .conditionHintAssistLis,.conditionHintInspectLis {
  225. padding: 5px 0;
  226. .slideDown {
  227. padding: 5px 0 5px 0px;
  228. }
  229. li:first-child{
  230. padding-right: 5px;
  231. }
  232. }
  233. .commonTreat {
  234. .slideup {
  235. top: -20px;
  236. }
  237. }
  238. .pushEmpty {
  239. color: #ADADAD;
  240. }
  241. .medicinePartLimitHeight {
  242. height: 25px;
  243. overflow: hidden;
  244. position: relative;
  245. }
  246. .slideDown {
  247. background-color: #fff;
  248. position: absolute;
  249. top: 0px;
  250. right: 0px;
  251. color: @colorBlue;
  252. height: 25px;
  253. line-height: 25px;
  254. box-shadow: -2px 0px 15px 0px #fff;
  255. cursor: pointer;
  256. i{
  257. width: 10px;
  258. height: 7px;
  259. display: inline-block;
  260. position: relative;
  261. top: -2px;
  262. background: url('../images/down.png') center center no-repeat;
  263. }
  264. }
  265. .slideup {
  266. background-color: #fff;
  267. position: relative;
  268. float: right;
  269. bottom: 0px;
  270. right: 0px;
  271. color: @colorBlue;
  272. cursor: pointer;
  273. i{
  274. width: 10px;
  275. height: 7px;
  276. display: inline-block;
  277. position: relative;
  278. top: -2px;
  279. background: url('../images/up.png') center center no-repeat;
  280. }
  281. }
  282. .disclaimer {
  283. height: 40px;
  284. width: 100%;
  285. line-height: 40px;
  286. text-align: center;
  287. position: fixed;
  288. bottom: 0;
  289. background-color: #ececec;
  290. left: 0;
  291. a {
  292. display: block;
  293. }
  294. }
  295. .infoMsg {
  296. width: 20px;
  297. height: 20px;
  298. position: absolute;
  299. top: 2px;
  300. right: 0px;
  301. display: none;
  302. background: url('../images/msg1.png') center center no-repeat;
  303. }
  304. .infoMsg:hover {
  305. background: url('../images/msg2.png') center center no-repeat;
  306. }
  307. .infoMsgParent {
  308. position: relative;
  309. }
  310. .infoMsgParent:hover {
  311. .infoMsg {
  312. display: block;
  313. }
  314. }