index.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. .bgc-f2f3f4{
  2. background-color: #f2f3f4;
  3. }
  4. .c-ff9526{
  5. color: #ff9526;
  6. }
  7. .c-ff5e6c{
  8. color: #ff5e6c;
  9. }
  10. .c-f25{
  11. font-size: 25px;
  12. }
  13. .plr35{
  14. padding-left: 35px;
  15. padding-right: 35px;
  16. }
  17. .p30{
  18. padding: 30px;
  19. }
  20. .p15{
  21. padding: 15px;
  22. }
  23. .pb25{
  24. padding-bottom: 25px;
  25. }
  26. .c-95{
  27. width: 92%;
  28. }
  29. .c-radius-5{
  30. border-radius: 5px;
  31. }
  32. .c-c8c8c8{
  33. color: #c8c8c8;
  34. }
  35. .c-t-lr-radius-20{
  36. border-top-left-radius: 20px;
  37. border-top-right-radius: 20px;
  38. }
  39. .c-b-lr-radius-20{
  40. border-bottom-left-radius: 20px;
  41. border-bottom-right-radius: 20px;
  42. }
  43. .c-radius-20{
  44. border-radius: 20px;
  45. }
  46. .bgc-17b3ec{
  47. background: #17B3EC;
  48. }
  49. [v-cloak] {
  50. display: none;
  51. }
  52. /*弹框*/
  53. .fat-title .ui-dialog-title {
  54. padding: 15px 15px 0 15px;
  55. }
  56. .ui-dialog-title{
  57. color: #4DCD70;
  58. font-weight: normal;
  59. font-size: 17px;
  60. }
  61. .ui-popup-full{
  62. padding: 0 48px!important;
  63. }
  64. .ax-popup .ui-dialog-body, .ax-popup .ui-dialog-content{
  65. font-size: 14px;
  66. color:#999999;
  67. }
  68. .ax-popup .ui-dialog-body {
  69. padding: 15px 30px;
  70. line-height: 1.8;
  71. }
  72. .ui-dialog-footer,.ui-dialog-footer button{
  73. background: #f2f3f4!important;
  74. }
  75. .ax-popup .ui-dialog-footer button.ui-dialog-autofocus{
  76. border-left: 1px solid #e1e1e1;
  77. }
  78. .ax-popup .ui-dialog-footer{
  79. border-top: 1px solid #e1e1e1;
  80. }
  81. .ax-popup .ui-dialog-footer button.ui-dialog-autofocus{
  82. color:#4DCD70!important;
  83. }
  84. /*弹框*/
  85. /*缺省页*/
  86. .default-div{
  87. text-align: center;
  88. position: relative;
  89. top: 100px;
  90. }
  91. /*缺省页*/
  92. .qiehuan-txt{
  93. color:#17B3EC;
  94. text-decoration: underline;
  95. /*padding-left: 10px;*/
  96. }
  97. .jiuzhen{
  98. }
  99. .jiuzhen .card-icon{
  100. background-repeat: no-repeat;
  101. background-image: url(../images/biaoqian_lvse_img.png);
  102. background-size: 100% 100%;
  103. padding:1px 10px 1px 18px;
  104. color:#ffffff;
  105. }
  106. .jiuzhen .c-btn-full,.jiuzhen .c-btn-big{
  107. background: #4dcd70;
  108. border-bottom-left-radius: 5px;
  109. border-bottom-right-radius: 5px;
  110. }
  111. .red-dot{position: relative;color:#FF5E6C}
  112. .red-dot:before{
  113. content: " ";
  114. border: 3px solid #FF5E6C;/*设置红色*/
  115. border-radius:3px;/*设置圆角*/
  116. position: absolute;
  117. z-index: 1000;
  118. left: -10px;
  119. top: 6px;
  120. }
  121. .green-dot{position: relative;color: #4DCD70}
  122. .green-dot:before{
  123. content: " ";
  124. border: 3px solid #4DCD70;/*设置红色*/
  125. border-radius:3px;/*设置圆角*/
  126. position: absolute;
  127. z-index: 1000;
  128. left: -10px;
  129. top: 6px;
  130. }
  131. /*候诊查询*/
  132. .top-div{
  133. padding:10px 10px;
  134. }
  135. .jiuzhen .top-div{
  136. background: #4DCD70;
  137. border-top-left-radius: 5px;
  138. border-top-right-radius: 5px;
  139. }
  140. .jiancha{}
  141. .jiancha .top-div{
  142. background: #FF9526;
  143. border-top-left-radius: 5px;
  144. border-top-right-radius: 5px;
  145. }
  146. .waitingDoctorList:after {
  147. content: '';
  148. height:100px;
  149. width: 180px;
  150. background: url(../images/paiduipeitu_img.png) no-repeat;
  151. background-size: 180px 96px;
  152. background-position: 50%;
  153. margin-left: -90px;
  154. position: fixed;
  155. left: 50%;
  156. bottom: 100px;
  157. z-index: -1;
  158. }
  159. .jiancha_report{
  160. }
  161. .jiancha_report .top-div{
  162. background: #17b3ec;
  163. border-top-left-radius: 5px;
  164. border-top-right-radius: 5px;
  165. }
  166. /*候诊查询*/