index.css 6.9 KB

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