cdss.less 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. @import './common.less';
  2. body{
  3. overflow: hidden;
  4. position: relative;
  5. background: #fff;
  6. }
  7. .bodyWrap{
  8. position: fixed;
  9. width: 100%;
  10. height: 100%;
  11. }
  12. .iframeWrap {
  13. margin: 10px auto 50px;
  14. // padding: 0 20px 20px 20px;
  15. min-width: 340px;
  16. overflow-y: hidden;
  17. }
  18. .contentWrapper{
  19. position: relative;
  20. overflow-y: auto;
  21. }
  22. .responsibility {
  23. text-align: center;
  24. font-size: 12px;
  25. color: #979797;
  26. padding-top: 15px;
  27. position: absolute;
  28. left: 0;
  29. width: 100%;
  30. bottom: 14px;
  31. background-color: #fff;
  32. }
  33. .disclaimer {
  34. height: 36px;
  35. width: 100%;
  36. line-height: 36px;
  37. position: fixed;
  38. bottom: 0;
  39. background-color: #EFF1F6;
  40. left: 0;
  41. z-index: 98;
  42. .version-tip{
  43. margin-left: 20px;
  44. display: inline-block;
  45. font-size: 12px;
  46. line-height: 12px;
  47. padding-right: 34px;
  48. cursor: pointer;
  49. &.new-icon{
  50. background: url(../images/new.png) 100% 0px no-repeat;
  51. background-size: 27px;
  52. }
  53. }
  54. .logo {
  55. // float: left;
  56. font-size: 12px;
  57. margin-left: 15px;
  58. }
  59. .disclaimerInfo {
  60. float: right;
  61. font-size: 12px;
  62. margin-right: 20px;
  63. }
  64. }
  65. .disclaimerInfo {
  66. cursor: pointer;
  67. }
  68. .moreInfo {
  69. display: inline-block;
  70. width:42px;
  71. height:20px;
  72. border-radius:4px;
  73. border:1px solid #267FD7;
  74. line-height:20px;
  75. color: #267FD7;
  76. text-align: center;
  77. margin-left: 20px;
  78. cursor: pointer;
  79. }
  80. .staticWin {
  81. color: #040428;
  82. text-decoration: underline;
  83. cursor: pointer;
  84. }
  85. .line {
  86. width: 100%;
  87. height: 1px;
  88. background: #D1D1D1;
  89. }
  90. .empty{
  91. position: relative;
  92. top: 200px;
  93. }
  94. .emptyImg{
  95. width: 130px;
  96. position: relative;
  97. left: 50%;
  98. margin-left: -65px;
  99. }
  100. .emptyTxt{
  101. text-align: center;
  102. color: #AAA;
  103. font-size: 12px;
  104. margin-top: 15px;
  105. }
  106. // .titleIcon{
  107. // width: 16px;
  108. // margin: 0px 12px 0 12px;
  109. // position: relative;
  110. // top: 2px;
  111. // }
  112. // .warningbox{
  113. // .titleIcon{
  114. // width: 16px;
  115. // margin: 0px 12px 0 -5px;
  116. // position: relative;
  117. // top: 2px;
  118. // }
  119. // }
  120. .loading{
  121. position: fixed;
  122. width: 100%;
  123. height: 100%;
  124. left: 0;
  125. top: 0;
  126. z-index: 100;
  127. display: none;
  128. }
  129. .loadingMask{
  130. position: absolute;
  131. width: 100%;
  132. height: 100%;
  133. background-color: #fff;
  134. opacity: 0.5;
  135. filter:alpha(opacity=50);
  136. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50);";
  137. }
  138. .loadingImg{
  139. width: 40px;
  140. position: absolute;
  141. left: 50%;
  142. top: 50%;
  143. margin: -20px 0 0 -20px;
  144. }
  145. .emergency {
  146. position: fixed;
  147. right: 20px;
  148. top: 0;
  149. .disPub {
  150. width: 40px;
  151. height: 40px;
  152. line-height: 40px;
  153. position: absolute;
  154. left: 0;
  155. text-align: center;
  156. border-radius: 50%;
  157. color: #fff;
  158. background-color: #f93333;
  159. }
  160. .singleDis {
  161. left: -25px;
  162. display: none;
  163. }
  164. .allDis {
  165. display: none;
  166. z-index: 10;
  167. moz-user-select: -moz-none;
  168. -moz-user-select: none;
  169. -o-user-select: none;
  170. -webkit-user-select: none;
  171. -ms-user-select: none;
  172. user-select: none;
  173. position: fixed;
  174. top: 0;
  175. right: 5px;
  176. width: auto;
  177. height: 40px;
  178. line-height: 40px;
  179. border-radius: 22px;
  180. border: 2px solid #f93333;
  181. background-color: #fff;
  182. padding-left: 50px;
  183. padding-right: 30px;
  184. cursor: pointer;
  185. .right {
  186. position: absolute;
  187. right: 5px;
  188. top: 9px;
  189. }
  190. }
  191. }
  192. // CDSS6.0
  193. .tab{
  194. color: @tabColor;
  195. margin-right: 20px;
  196. display: inline-block;
  197. }
  198. .moduleItem{
  199. border: 1px solid #EAEDF1;
  200. margin: 0 0 10px 0;
  201. }
  202. .longBox,.shortBox{
  203. padding: 5px 15px;
  204. }
  205. .longBox{
  206. display: none;
  207. }
  208. .pushItemBox{
  209. position: relative;
  210. display: inline-block;
  211. margin-right: 15px;
  212. padding-top: 10px;
  213. }
  214. .pushItemName{
  215. position: relative;
  216. display: inline-block;
  217. }
  218. .infoImg{
  219. width: 18px;
  220. position: absolute;
  221. top: -7px;
  222. left: 50%;
  223. margin: 0 0 0 -9px;
  224. cursor: pointer;
  225. display: none;
  226. }
  227. .pushItemBox:hover{
  228. .infoImg{
  229. display: block;
  230. }
  231. }
  232. .showMore,.showLess{
  233. display: inline-block;
  234. cursor: pointer;
  235. float: right;
  236. line-height: 31px;
  237. color: #3B9ED0;
  238. }
  239. .moduleTitle{
  240. height: 35px;
  241. line-height: 35px;
  242. font-size: 14px;
  243. font-weight: 600;
  244. .titleIcon{
  245. width: 24px;
  246. position: relative;
  247. top: 6px;
  248. margin: 0 8px;
  249. }
  250. }
  251. .iconArrowImg{
  252. width: 14px;
  253. }
  254. .moduleBox{
  255. padding: 5px 0;
  256. }
  257. .moduleBoxTitle{
  258. padding: 0 15px;
  259. line-height: 31px;
  260. font-weight: 500;
  261. }
  262. .iconMark{
  263. width: 4px;
  264. position: absolute;
  265. left: 20px;
  266. top: 8px;
  267. }
  268. .billingPushItem{
  269. padding: 0 15px 0 30px;
  270. position: relative;
  271. line-height: 31px;
  272. }
  273. .moduleItem{
  274. border-radius: 4px;
  275. .moduleBox{
  276. border-bottom: 1px solid #EAEDF1;
  277. }
  278. .moduleBox:last-child{
  279. border-bottom: 0;
  280. }
  281. }
  282. .tabList{
  283. line-height: 39px;
  284. margin-bottom: 10px;
  285. padding: 0 20px 0 20px;
  286. box-sizing: border-box;
  287. }
  288. .tab{
  289. font-size:18px;
  290. color: #777777;
  291. position: relative;
  292. cursor: pointer;
  293. }
  294. .activeTab{
  295. color:#3B9ED0;
  296. font-weight: 600;
  297. .activeLine{
  298. display: inline-block;
  299. width: 34%;
  300. height: 3px;
  301. left: 32%;
  302. background: #3B9ED0;
  303. position: absolute;
  304. bottom: 0;
  305. }
  306. }
  307. .moduleWrapper{
  308. display: none;
  309. }
  310. .recommendWrap{
  311. position: absolute;
  312. box-sizing: border-box;
  313. width: 100%;
  314. padding: 0 20px 50px 20px;
  315. }
  316. .staticSearchB ul{
  317. position: absolute;
  318. height: 480px;
  319. // width: 100%;
  320. /* right: 30px; */
  321. left: 0;
  322. overflow: auto;
  323. }
  324. .warning{
  325. background: #FF8042;
  326. color: #fff;
  327. padding: 10px 40px;
  328. }
  329. .warningTitImg{
  330. width: 24px;
  331. position: absolute;
  332. left: -28px;
  333. top: -3px;
  334. }
  335. .warningTitle{
  336. position: relative;
  337. margin-right: 15px;
  338. }
  339. .medicalKonwledgeWrap{
  340. padding: 0 30px;
  341. }