index.css 3.4 KB

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