medical.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .c-table { width: 100%; border-collapse: collapse }
  2. .c-table th { font-weight: 700; }
  3. .c-table td, .c-table th { border-bottom: 1px solid #f1f1f1; border-right: 1px solid #f1f1f1; text-align: center; padding: .2rem; }
  4. .c-table tr td:last-child, .c-table tr th:last-child { border-right: 0 }
  5. .c-table tr:last-child td { border-bottom: 0 }
  6. #content {
  7. background-color: #f2f3f5;
  8. margin-bottom: 20px;
  9. line-height: 20px;
  10. }
  11. #content p:after,.img-ul:after, .video-ul:after {
  12. visibility:hidden;
  13. display:block;
  14. font-size:0;
  15. content:" ";
  16. clear:both;
  17. height:0;
  18. }
  19. table th {
  20. vertical-align: middle;
  21. }
  22. .video-ul {
  23. margin-left: 15px;
  24. }
  25. .video-ul video {
  26. height:50px;
  27. width: 100%;
  28. }
  29. .img-ul li {
  30. float: left;
  31. margin-right: 10px;
  32. }
  33. .img-ul img {
  34. width: 110px;
  35. }
  36. .mlr15 {
  37. margin-left: 15px;
  38. margin-right: 15px;
  39. }
  40. .ptb10 {
  41. padding-top: 10px;
  42. padding-bottom: 10px;
  43. }
  44. .plr10 {
  45. padding-left: 10px;
  46. padding-right: 10px;
  47. }
  48. .bgc-fff5e9 {
  49. background-color: #fff5e9
  50. }
  51. .bgc-fff {
  52. background-color: #fff;
  53. }
  54. #conclusionChart, #natureChart {
  55. height: 250px;
  56. }