cdss.less 6.2 KB

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