阜外心血管项目前端

indexDetail.css 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. body {
  2. font-size: 14px;
  3. }
  4. .li_size_1{
  5. font-size: 16px;
  6. font-weight: bold;
  7. }
  8. .font-color6{
  9. color: #818181;
  10. }
  11. .mui-input-row{
  12. padding: 5px 0px !important;
  13. }
  14. .mui-table-view-li:after {
  15. position: absolute;
  16. right: 0;
  17. bottom: 0;
  18. left: 0px;
  19. height: 1px;
  20. content: '';
  21. -webkit-transform: scaleY(.5);
  22. transform: scaleY(.5);
  23. background-color: #EEEEEE;
  24. }
  25. .mui-table-view-ul{
  26. margin-bottom: 8px;
  27. }
  28. .pop_up_div2{
  29. display: none;
  30. }
  31. .mui-nav{
  32. position: fixed;
  33. width: 100%;
  34. top: 0px;
  35. height: 44px;
  36. line-height: 44px;
  37. text-align: center;
  38. /*background: #22c9a8;*/
  39. background: #FFFFFF;
  40. z-index: 333;
  41. color: #000000;
  42. /*color: #FFFFFF;*/
  43. font-size: 17px;}
  44. .mui-nav a{
  45. position: absolute;
  46. left: 15px;
  47. line-height: 44px;
  48. color: #000000;
  49. }
  50. .mui-nav span{
  51. position: absolute;
  52. right: 15px;
  53. line-height: 44px;
  54. font-size: 13px;
  55. }
  56. .mui-table-view-li label {
  57. padding: 7px 10px 7px 10px!important;
  58. }
  59. .mui-input-row .mui-right {
  60. text-align: right;
  61. width: 60%;
  62. float: right;
  63. }
  64. .mui-table-view-cell {
  65. padding: 0px!important;
  66. }
  67. .mui-icon {
  68. font-size: 20px!important;
  69. vertical-align: sub;
  70. }
  71. .Left-icon {
  72. width: 20%;
  73. line-height: 40px;
  74. margin-right: 3px;
  75. }
  76. .mui-pull-left h4 {
  77. font-size: 13px;
  78. margin-bottom: 8px;
  79. }
  80. .mui-pull-left h5 {
  81. font-size: 12px;
  82. }
  83. .mui-media-body{
  84. font-size: 22px;
  85. }
  86. .mui-table-view .mui-media-object{
  87. line-height: 42px;
  88. max-width: 100px;
  89. height: 60px;
  90. }
  91. .mui-grid-view.mui-grid-9{
  92. background: #FFFFFF;
  93. }
  94. .Managment a{
  95. padding: 0 !important;
  96. }
  97. .frist_list{
  98. margin-top: 10px !important;
  99. }