index.less 6.3 KB

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