cdssHorizontal.less 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  1. @import './common.less';
  2. .bodyWrap{
  3. padding: 0 0 0 73px;
  4. position: relative;
  5. min-height: 244px;
  6. border: 1px solid #E6E6E6;
  7. min-width: 1127px;
  8. }
  9. .versionWrapper{
  10. display: inline-block;
  11. width: 43px;
  12. height: 100%;
  13. position: absolute;
  14. background:#E6E6E6;
  15. color:#9C9C9C;
  16. font-size: 12px;
  17. left: 0px;
  18. }
  19. .versionTop{
  20. position: absolute;
  21. width: 100%;
  22. height: 160px;
  23. cursor: pointer;
  24. }
  25. .versionBottom{
  26. position: absolute;
  27. width: 100%;
  28. height: 70px;
  29. bottom: 0;
  30. font-size: 12px;
  31. cursor: pointer;
  32. }
  33. .pushDisclaimer{
  34. display: inline-block;
  35. width: 13px;
  36. position: absolute;
  37. top: 10px;
  38. left: 7px;
  39. font-size: 12px;
  40. }
  41. .logoTxt{
  42. display: inline-block;
  43. width: 10px;
  44. position: absolute;
  45. left: 25px;
  46. top: 10px;
  47. font-size: 12px;
  48. }
  49. .versionTxt{
  50. display: inline-block;
  51. width: 10px;
  52. position: absolute;
  53. font-size: 12px;
  54. left: 7px;
  55. }
  56. .tabList{
  57. position: absolute;
  58. width: 30px;
  59. height: 100%;
  60. left: 43px;
  61. border: 1px solid #3B9ED0;
  62. color: #3B9ED0;
  63. box-sizing: border-box;
  64. }
  65. .tab {
  66. display: inline-block;
  67. cursor: pointer;
  68. width: 100%;
  69. }
  70. .tabName{
  71. display:inline-block;
  72. width: 16px;
  73. position: relative;
  74. left: 6px;
  75. text-align: center;
  76. top: 50%;
  77. }
  78. .activeTab{
  79. background: #3B9ED0;
  80. color:#fff;
  81. }
  82. .contentBox{
  83. position: absolute;
  84. height: 100%;
  85. overflow-y: auto;
  86. }
  87. .moduleWrapper{
  88. position: absolute;
  89. width: 100%;
  90. height: 100%;
  91. }
  92. .leftWrapper,.rightWrapper{
  93. position: relative;
  94. height: 100%;
  95. display: inline-block;
  96. box-sizing: border-box;
  97. }
  98. .leftWrapper{
  99. width: 60%;
  100. // border-right: 1px solid #E6E6E6;
  101. float: left;
  102. padding: 0 20px 0 10px;
  103. box-sizing: border-box;
  104. }
  105. .rightWrapper{
  106. width: 40%;
  107. padding: 0 20px;
  108. display: none;
  109. }
  110. .leftBox,.rightBox{
  111. position: relative;
  112. }
  113. .moduleWrapper{
  114. display:none;
  115. }
  116. .moduleItem {
  117. padding: 0 0 0 110px;
  118. box-sizing: border-box;
  119. line-height: 27px;
  120. }
  121. .moduleItemTitBox{
  122. display: inline-block;
  123. width: 110px;
  124. height: 27px;
  125. box-sizing: border-box;
  126. position: absolute;
  127. left: 0;
  128. margin-top: -1px;
  129. }
  130. .titleIcon{
  131. width: 20px;
  132. margin: 0px 5px 0 5px;
  133. position: relative;
  134. top: 4px;
  135. }
  136. .treatIcon{
  137. width: 20px;
  138. position: relative;
  139. top: 6px
  140. }
  141. .infoImg{
  142. width: 15px;
  143. }
  144. .moduleTitle{
  145. font-size: 14px;
  146. font-weight: 600;
  147. color: #157FD5;
  148. }
  149. .diag .moduleTitle{
  150. color: #FF656B;
  151. }
  152. .rightBox .moduleTitle{
  153. color: #1E1E1E;
  154. }
  155. .warning .moduleTitle{
  156. color: #fff;
  157. background: #FF7836;
  158. }
  159. .pushItemBox{
  160. padding-right: 18px;
  161. position: relative;
  162. display: inline-block;
  163. }
  164. .infoImg{
  165. width: 15px;
  166. position: absolute;
  167. top: 7px;
  168. cursor: pointer;
  169. display: none;
  170. right: 2px;
  171. }
  172. .pushItemBox:hover{
  173. .infoImg{
  174. display: block;
  175. }
  176. }
  177. .searchBox{
  178. margin: 30px 0 0 30px;
  179. }
  180. .search{
  181. color: #3B9ED0;
  182. border-bottom: 1px solid #3B9ED0;
  183. cursor: pointer;
  184. }
  185. .moduleItem.tips{
  186. max-height: 81px;
  187. overflow-y: hidden;
  188. background: #FFE8DD;
  189. position: relative;
  190. }
  191. .moduleItem.tips .moduleTitle{
  192. color: #FF7836;
  193. }
  194. .showMore,.showLess{
  195. display: inline-block;
  196. cursor: pointer;
  197. float: right;
  198. line-height: 27px;
  199. color: #3B9ED0;
  200. position: relative;
  201. right: 5px;
  202. }
  203. .showMoreNewPage,.showMoreCaseWrite{
  204. display: inline-block;
  205. cursor: pointer;
  206. position: absolute;
  207. line-height: 27px;
  208. color: #3B9ED0;
  209. right: 5px;
  210. bottom: 0;
  211. }
  212. .longStrBox{
  213. position: absolute;
  214. width: 100%;
  215. left: 0;
  216. top: 5px;
  217. background: #fff;
  218. border: 1px solid #3B9ED0;
  219. box-sizing: border-box;
  220. border-radius: 1px;
  221. padding: 0 0 0 80px;
  222. display: none;
  223. }
  224. .longStrBoxTitle{
  225. position: absolute;
  226. left: 0;
  227. display: inline-block;
  228. width: 80px;
  229. text-align: right;
  230. font-weight: 600;
  231. }
  232. .tips .moduleBox{
  233. padding: 0 0 0 80px;
  234. position: relative;
  235. }
  236. .tips .moduleBoxName{
  237. position: absolute;
  238. left: 0;
  239. font-size: 12px;
  240. color:#FF7836;
  241. display: inline-block;
  242. border: 1px solid #FF7836;
  243. line-height: 16px;
  244. top: 5px;
  245. padding: 0 7px;
  246. border-radius: 9px;
  247. }
  248. .diag .moduleBox{
  249. padding: 0 0 0 60px;
  250. position: relative;
  251. }
  252. .diag .moduleBoxName{
  253. position: absolute;
  254. left: 0;
  255. font-size: 12px;
  256. color:#1E1E1E;
  257. background: #E2EAF2;
  258. border: 0px;
  259. display: inline-block;
  260. line-height: 16px;
  261. border-radius: 2px;
  262. top: 4px;
  263. padding: 2px 5px;
  264. }
  265. .rightBoxTitle{
  266. height: 36px;
  267. line-height: 36px;
  268. color: #2FC6C7;
  269. border-bottom: 1px solid #E6E6E6;
  270. font-weight: 600;
  271. }
  272. .versionIcon{
  273. width: 12px;
  274. position: absolute;
  275. left: 25px;
  276. bottom: 8px;
  277. display: none;
  278. }
  279. .new-icon .versionIcon{
  280. display: inline-block;
  281. }
  282. .iconArrowImg{
  283. width: 10px;
  284. }
  285. .showLess .iconArrowImg{
  286. position: relative;
  287. top: -5px;
  288. }
  289. .medicine .titleIcon, .operation .titleIcon, .general .titleIcon{
  290. width: 13px;
  291. position: relative;
  292. top: 2px;
  293. }
  294. .moduleItem.casewriting{
  295. padding: 0 0 0 160px;
  296. background: rgba(60,172,228,.17);
  297. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#333CACE4,endColorstr=#333CACE4);
  298. margin-top: 5px;
  299. max-height: 81px;
  300. overflow-y: hidden;
  301. position: relative;
  302. }
  303. .casewriting .moduleItemTitBox{
  304. width: 160px;
  305. }
  306. .casewriting .moduleTitle{
  307. color: #3B9ED0;
  308. }
  309. .casewriting{
  310. position: relative;
  311. box-sizing: border-box;
  312. max-height: 65px;
  313. overflow: hidden;
  314. }
  315. .isOverFlow{
  316. overflow: hidden;
  317. max-height: 81px;
  318. }
  319. .showMoreGeneralTreat{
  320. position: absolute;
  321. cursor: pointer;
  322. color: #3B9ED0;
  323. right: 0px;
  324. bottom: 0px;
  325. background: #fff;
  326. }
  327. .generalTreatInfo{
  328. position: relative;
  329. padding: 0 40px 0 0;
  330. }
  331. .disName{
  332. font-size: 14px;
  333. color: #1E1E1E;
  334. margin: 10px 0;
  335. font-weight: 600;
  336. }