index.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598
  1. .sec-detail{
  2. margin: auto;
  3. width:980px;
  4. background-color: #F5F5F5;
  5. padding: 10px;
  6. font-size: 12px;
  7. }
  8. .sec-detail .top{
  9. width: 960px;
  10. height: 100px;
  11. background-color: #FFFFFF;
  12. border-radius: 5px;
  13. }
  14. .sec-detail .top .local{
  15. height: 40px;
  16. margin: 0px 10px 0px 10px;
  17. border-bottom: 1px solid #E6E6E6;
  18. }
  19. .sec-detail .top .local .ico{
  20. height: 24px;
  21. width: 18px;
  22. float: left;
  23. margin: 8px 10px 8px 10px;
  24. background: url("../imgs/location_icon.png") no-repeat scroll 0 0 transparent;
  25. }
  26. .sec-detail .top .local .content{
  27. float: left;
  28. line-height: 24px;
  29. height: 24px;
  30. margin: 8px 10px 8px 10px;
  31. font-size: 12px;
  32. color: #888;
  33. }
  34. .sec-detail .top .title{
  35. height: 60px;
  36. }
  37. .sec-detail .top .title .ico{
  38. float: left;
  39. height: 40px;
  40. width: 80px;
  41. line-height: 40px;
  42. margin: 10px 0px 10px 0px;
  43. padding-left: 20px;
  44. background: url("../imgs/return_btn.png") no-repeat scroll 0 0 transparent;
  45. }
  46. .sec-detail .top .title .content{
  47. float: left;
  48. line-height: 40px;
  49. height: 40px;
  50. margin: 10px 10px 10px 10px;
  51. font-size: 24px;
  52. font-weight: 700;
  53. color: #5b5b5b;
  54. text-align: center;
  55. width: 840px;
  56. }
  57. .sec-detail .cut-line{
  58. height: 10px;
  59. }
  60. .sec-detail .left{
  61. float: left;
  62. margin: 0;
  63. width: 0px;
  64. border-radius: 5px;
  65. /*height:300px;*/
  66. background-color: #FFFFFF;
  67. /*border: 1px solid #ccc;*/
  68. }
  69. .sec-detail .right{
  70. /*margin-left: 250px;*/
  71. width: 960px;
  72. border-radius: 5px;
  73. height:2000px;
  74. background-color: #FFFFFF;
  75. }
  76. .sec-detail .r-title{
  77. width: 940px;
  78. height: 60px;
  79. border-bottom: 1px solid #e6e6e6;
  80. font-size: 22px;
  81. font-weight: 700;
  82. line-height: 50px;
  83. margin: auto;
  84. }
  85. .sec-detail .r-title-ico{
  86. border-bottom: 2px solid #23AFFF;
  87. width: 80px;
  88. /*position:relative;*/
  89. /*top: 8px;*/
  90. margin: 8px auto auto auto;
  91. }
  92. .r-content{
  93. width: 900px;
  94. margin: 20px auto auto auto;
  95. }
  96. .sec-detail div{
  97. /*margin: auto;*/
  98. /*font-size: 12px;*/
  99. }
  100. /** visEvent **/
  101. .vis-mid{
  102. height: 220px;
  103. border-radius: 5px;
  104. background-color: #fff;
  105. }
  106. .vis-mid .m-left{
  107. float: left;
  108. width: 600px;
  109. border-radius: 5px;
  110. }
  111. .vis-mid .m-left .m-l-top{
  112. height: 120px;
  113. }
  114. .vis-mid .m-left .m-l-bot{
  115. height: 100px;
  116. border-right: 1px solid #E6E6E6;
  117. }
  118. .vis-mid .m-left .m-l-top .m-l-t-i{
  119. border-color: #E6E6E6;
  120. border-width: 0px 1px 1px 0px;
  121. border-style: solid;
  122. height: 120px;
  123. width: 200px;
  124. float: left;
  125. }
  126. .vis-mid .m-right{
  127. float: left;
  128. width: 360px;
  129. height: 220px;
  130. }
  131. .vis-barner{
  132. height: 100px;
  133. }
  134. .b-item-f{
  135. float: left;
  136. width: 360px;
  137. height: 80px;
  138. font-size: 14px;
  139. padding-top: 32px;
  140. font-weight: bold;
  141. cursor: pointer;
  142. background: url('../imgs/event_btn.png') no-repeat scroll 0 0 transparent;
  143. }
  144. .b-item-f-active{
  145. color: #fff;
  146. background: url('../imgs/event_btn_pre.png') no-repeat scroll 0 0 transparent;
  147. }
  148. .b-item-s{
  149. float: left;
  150. width: 150px;
  151. height: 80px;
  152. font-size: 14px;
  153. padding-top: 32px;
  154. font-weight: bold;
  155. cursor: pointer;
  156. background: url('../imgs/event01_btn.png') no-repeat scroll 0 0 transparent;
  157. }
  158. .b-item-s-active{
  159. color: #fff;
  160. background: url('../imgs/event01_btn_pre.png') no-repeat scroll 0 0 transparent;
  161. }
  162. .b-item-ar{
  163. border-style:solid;
  164. border-width: 10px;
  165. border-color:transparent transparent #23AFFF transparent;
  166. position: relative;
  167. top: 80px;
  168. left: 175px;
  169. width: 0px;
  170. height: 0px;
  171. }
  172. .vis-details{
  173. border-radius: 8px;
  174. border: 2px solid #23AFFF;
  175. /*height: 550px;*/
  176. background-color: #fff;
  177. }
  178. .medi-bar{
  179. font-size: 14px;
  180. font-weight: bold;
  181. width: 360px;
  182. margin: 10px auto 0px auto;
  183. height: 40px;
  184. }
  185. .drug-list-bar{
  186. float: left;
  187. border-top: 1px solid;
  188. border-bottom: 1px solid;
  189. border-top-left-radius: 40px;
  190. border-bottom-left-radius: 40px;
  191. height: 40px;
  192. width: 119px;
  193. padding-top: 9px;
  194. cursor: pointer;
  195. border-left: 1px solid;
  196. border-color: #E6E6E6;
  197. }
  198. .pres-list-bar{
  199. float: left;
  200. border: 1px solid;
  201. height: 40px;
  202. width:120px;
  203. padding-top: 9px;
  204. cursor: pointer;
  205. border-color: #E6E6E6;
  206. }
  207. .medi-list-bar{
  208. float: left;
  209. border-top: 1px solid;
  210. border-bottom: 1px solid;
  211. border-top-right-radius: 40px;
  212. border-bottom-right-radius: 40px;
  213. height: 40px;
  214. width:120px;
  215. padding-top: 9px;
  216. cursor: pointer;
  217. border-right: 1px solid;
  218. border-color: #E6E6E6;
  219. }
  220. .all-list-bar-active{
  221. background-color: #23AFFF;
  222. color: #fff;
  223. border-color: #23AFFF;
  224. }
  225. .medi-detl{
  226. border-top: 1px solid #E6E6E6;
  227. height: 480px;
  228. margin: 10px;
  229. /*border: ;*/
  230. }
  231. .medi-list{
  232. /*border: 1px solid #E6E6E6;*/
  233. width: 936px;
  234. height: 480px;
  235. position: absolute;
  236. }
  237. .medi-search{
  238. height: 40px;
  239. width: 636px;
  240. border-left: 1px solid #E6E6E6;
  241. border-right: 1px solid #E6E6E6;
  242. float: left;
  243. padding-left: 30px;
  244. }
  245. .ms-year, .ms-month{
  246. float: left;
  247. width: 180px;
  248. margin: 14px 5px 0px 25px;
  249. }
  250. .ms-left, .ms-right{
  251. float: left;
  252. width: 10px;
  253. height: 14px;
  254. display: block;
  255. }
  256. .ms-left{
  257. background: url('../imgs/left01_btn.png') no-repeat scroll 0 0 transparent;
  258. cursor: default;
  259. }
  260. .ms-right{
  261. background: url('../imgs/right01_btn.png') no-repeat scroll 0 0 transparent;
  262. cursor: default;
  263. }
  264. .ms-left-active{
  265. background: url('../imgs/left01_btn_pre.png') no-repeat scroll 0 0 transparent;
  266. cursor: pointer;
  267. }
  268. .ms-right-active{
  269. background: url('../imgs/right01_btn_pre.png') no-repeat scroll 0 0 transparent;
  270. cursor: pointer;
  271. }
  272. .ms-text{
  273. float: left;
  274. width: 160px;
  275. font-weight: bold;
  276. }
  277. .ms-today{
  278. border: 1px solid #23AFFF;
  279. border-radius: 4px;
  280. background-color: #23AFFF;
  281. width: 90px;
  282. height: 30px;
  283. margin-top: 5px;
  284. color: #fff;
  285. float: right;
  286. padding-top: 8px;
  287. margin-right: 10px;
  288. cursor: pointer;
  289. }
  290. .medi-calendar{
  291. height: 440px;
  292. width: 636px;
  293. float: left;
  294. }
  295. .medi-info-title{
  296. float: left;
  297. margin-left: 10px;
  298. height: 40px;
  299. width: 290px;
  300. border-left: 1px solid #E6E6E6;
  301. border-right: 1px solid #E6E6E6;
  302. font-weight: bold;
  303. font-size: 14px;
  304. padding-top: 12px;
  305. }
  306. .medi-info{
  307. float: left;
  308. margin-left: 10px;
  309. height: 440px;
  310. width: 290px;
  311. border: 1px solid #E6E6E6;
  312. }
  313. .ms-grid-row{
  314. width: 290px;
  315. height: 73px;
  316. }
  317. .ms-grid-row-seq{
  318. float: left;
  319. width: 24px;
  320. height: 24px;
  321. border: 1px solid #E6E6E6;
  322. padding: 6px;
  323. margin: 18px 10px 0px 10px;
  324. border-radius: 3px;
  325. }
  326. .ms-grid-row-title{
  327. float: left;
  328. width: 230px;
  329. margin-top: 23px;
  330. text-align: left;
  331. }
  332. .ms-grid-row-info{
  333. float: left;
  334. width: 230px;
  335. text-align: left;
  336. margin-top: 10px;
  337. border-bottom: 1px dashed #E6E6E6;
  338. padding-bottom: 5px;
  339. }
  340. .ms-grid-row-info-left{
  341. float: left;
  342. }
  343. .ms-grid-row-info-right{
  344. float: right;
  345. }
  346. /*.ms-page-bar{*/
  347. /*display: inline-block;*/
  348. /*padding-top:30px;*/
  349. /*border-radius:4px;*/
  350. /*}*/
  351. /*.ms-page{*/
  352. /*float: left;*/
  353. /*}*/
  354. /*.ms-page-num{*/
  355. /*float: left;*/
  356. /*display: inline;*/
  357. /*width: 24px;*/
  358. /*height: 24px;*/
  359. /*padding-top: 5px;*/
  360. /*color: #000;*/
  361. /*font-weight: bold;*/
  362. /*margin: 0px 5px 5px 5px;*/
  363. /*}*/
  364. /*.ms-page-num-active{*/
  365. /*border: 1px solid #E6E6E6;*/
  366. /*color: #787878;*/
  367. /*}*/
  368. /*.ms-page-pre{*/
  369. /*margin-top: 5px;*/
  370. /*margin-right: 10px;*/
  371. /*}*/
  372. /*.ms-page-next{*/
  373. /*margin-top: 5px;*/
  374. /*margin-left: 10px;*/
  375. /*}*/
  376. .ms-no-info{
  377. background: url('../imgs/prompt_icon.png') no-repeat scroll 6px 0 transparent;
  378. width: 116px;
  379. margin: 110px auto;
  380. padding-top: 130px;
  381. padding-left: 3px;
  382. font-size: 15px;
  383. font-weight: bold;
  384. color: #787878;
  385. }
  386. .bodysta-type-bar{
  387. height: 57px;
  388. margin: auto 10px auto 10px;
  389. border-bottom: 1px solid #E6E6E6;
  390. }
  391. .bodysta-type-bar ul{
  392. list-style: none;
  393. margin: 0;
  394. padding-top: 20px;
  395. display: inline-block;
  396. }
  397. .bodysta-type-bar li:first-child {
  398. border-left: 1px solid #e6e6e6;
  399. }
  400. .bodysta-type-bar li{
  401. float: left;
  402. width: 120px;
  403. height: 20px;
  404. border-right: 1px solid #e6e6e6;
  405. }
  406. .bodysta-type-bar a{
  407. display: inline-block;
  408. font-size: 12px;
  409. font-weight: bold;
  410. color: #000;
  411. text-decoration: none;
  412. height: 36px;
  413. /*border-bottom: 3px solid;*/
  414. /*border-color: #fff;*/
  415. }
  416. .bodysta-type-bar a.active{
  417. color: #23AFFF;
  418. /*height: 31px;*/
  419. border-bottom: 3px solid #23AFFF;
  420. }
  421. .bodysta-type-bar a:hover{
  422. color: #23AFFF;
  423. text-decoration: none;
  424. /*height: 31px;*/
  425. /*border-bottom: 3px solid;*/
  426. /*border-color: #fff;*/
  427. }
  428. .bodysta-type-left{
  429. margin-top: 23px;
  430. margin-right: 98px;
  431. }
  432. .bodysta-type-right{
  433. margin-top: 23px;
  434. margin-left: 98px;
  435. }
  436. .bodysta-type-content{
  437. height: 360px;
  438. }
  439. .bodysta-type-records{
  440. border-top: 1px solid #e6e6e6;
  441. margin: 20px 10px 0px 10px;
  442. }
  443. .bodysta-type-r-bar{
  444. height: 60px;
  445. }
  446. .bodysta-type-r-title{
  447. height: 60px;
  448. float: left;
  449. font-weight: bold;
  450. font-size: 16px;
  451. padding-top: 20px;
  452. }
  453. .bodysta-type-r-search{
  454. height: 60px;
  455. float: right;
  456. width: 500px;
  457. }
  458. .bodysta-type-charts{
  459. float: left;
  460. width: 800px;
  461. height: 380px;
  462. margin-left: -30px;
  463. margin-top: -20px;
  464. }
  465. .bodysta-type-info{
  466. float: left;
  467. width: 240px;
  468. height: 350px;
  469. margin-left: -60px;
  470. border: 1px solid #e6e6e6;
  471. margin-top: 10px;
  472. }
  473. .bodysta-type-info-title{
  474. height: 40px;
  475. background-color: #D0EAFB;
  476. font-size: 14px;
  477. font-weight: bold;
  478. margin: 0px auto 0px auto;
  479. color: #000;
  480. padding-top: 8px;
  481. }
  482. .c-h50{
  483. height: 50px;
  484. }
  485. .c-h70{
  486. height: 70px;
  487. }
  488. .c-h110{
  489. height: 110px;
  490. }
  491. .c-h36{
  492. height: 36px;
  493. }
  494. .c-w36{
  495. width: 36px;
  496. }
  497. .c-w70{
  498. width: 70px;
  499. }
  500. .c-bi-ill{
  501. background: url('../imgs/ill_icon.png') no-repeat scroll 0 0 transparent;
  502. }
  503. .c-bi-hos{
  504. background: url('../imgs/hospital_icon.png') no-repeat scroll 0 0 transparent;
  505. }
  506. .c-bi-doc{
  507. background: url('../imgs/doctor_icon.png') no-repeat scroll 0 0 transparent;
  508. }
  509. .c-bi-med{
  510. background: url('../imgs/medicine_icon.png') no-repeat scroll 0 0 transparent;
  511. }
  512. .f-fb{
  513. font-weight: bold;
  514. }
  515. .f-lh36{
  516. line-height: 36px;
  517. }
  518. .f-lh26{
  519. line-height: 26px;
  520. }
  521. .f-tl{
  522. text-align: left;
  523. }
  524. .c-pt10{
  525. padding-top: 10px;
  526. }
  527. .c-pt30{
  528. padding-top: 30px;
  529. }
  530. .c-mr5{
  531. margin-right: 5px;
  532. }
  533. .c-ml50{
  534. margin-left: 50px;
  535. }
  536. .c-ml10{
  537. margin-left: 10px;
  538. }
  539. .c-mat8{
  540. margin: auto;
  541. margin-top: 8px;
  542. }
  543. .c-ml10r10{
  544. margin: 0px 10px 0px 10px;
  545. }
  546. .c-fl{
  547. float: left;
  548. }