index.css 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. body {
  27. height: 100%;
  28. background: #f6f6f6;
  29. }
  30. /**
  31. * 这里是uni-app内置的常用样式变量
  32. *
  33. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  34. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  35. *
  36. */
  37. /**
  38. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  39. *
  40. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  41. */
  42. /* 颜色变量 */
  43. /* 行为相关颜色 */
  44. /* 文字基本颜色 */
  45. /* 背景颜色 */
  46. /* 边框颜色 */
  47. /* 尺寸变量 */
  48. /* 文字尺寸 */
  49. /* 图片尺寸 */
  50. /* Border Radius */
  51. /* 水平间距 */
  52. /* 垂直间距 */
  53. /* 透明度 */
  54. /* 文章场景相关 */
  55. .content[data-v-43416ddf] {
  56. height: 100%;
  57. padding: 0 0.625rem;
  58. }
  59. .content .search[data-v-43416ddf] {
  60. width: 100%;
  61. display: flex;
  62. align-items: center;
  63. justify-content: center;
  64. padding: 0.46875rem 0;
  65. }
  66. .content .search .search-box[data-v-43416ddf] {
  67. width: 100%;
  68. height: 1.875rem;
  69. line-height: 1.875rem;
  70. border-radius: 0.9375rem;
  71. background-color: #fff;
  72. padding: 0 0.9375rem;
  73. display: flex;
  74. align-items: center;
  75. transition: all 0.5s;
  76. }
  77. .content .search .search-box .img[data-v-43416ddf] {
  78. width: 0.9375rem;
  79. height: 0.9375rem;
  80. margin-right: 0.3125rem;
  81. }
  82. .content .search .search-box uni-input[data-v-43416ddf] {
  83. flex: 1;
  84. font-size: 0.75rem;
  85. color: #000;
  86. }
  87. .content .search .search-box .input-place[data-v-43416ddf] {
  88. font-size: 0.75rem;
  89. color: #878787;
  90. }
  91. .content .depts[data-v-43416ddf] {
  92. margin-bottom: 0.46875rem;
  93. padding: 0.46875rem;
  94. box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
  95. background-color: #fff;
  96. border-radius: 0.46875rem;
  97. }
  98. .content .depts .title-box[data-v-43416ddf] {
  99. display: flex;
  100. flex-direction: row;
  101. align-items: center;
  102. justify-content: flex-start;
  103. }
  104. .content .depts .title-box .title[data-v-43416ddf] {
  105. font-size: 1rem;
  106. font-family: PingFang SC;
  107. font-weight: bold;
  108. color: #111111;
  109. }
  110. .content .depts .title-box .line[data-v-43416ddf] {
  111. margin-right: 0.46875rem;
  112. height: 0.9375rem;
  113. width: 0.1875rem;
  114. background-color: #C39A58;
  115. }
  116. .content .depts .dept-box[data-v-43416ddf] {
  117. width: 100%;
  118. padding: 0.625rem 0;
  119. box-sizing: border-box;
  120. display: flex;
  121. flex-wrap: wrap;
  122. align-items: flex-start;
  123. justify-content: flex-start;
  124. }
  125. .content .depts .dept-box .dept[data-v-43416ddf] {
  126. margin: 0.46875rem 0;
  127. width: 25%;
  128. display: flex;
  129. flex-direction: column;
  130. align-items: center;
  131. justify-content: center;
  132. }
  133. .content .depts .dept-box .dept uni-image[data-v-43416ddf] {
  134. width: 3.125rem;
  135. height: 3.125rem;
  136. }
  137. .content .depts .dept-box .dept .dept-name[data-v-43416ddf] {
  138. margin-top: 0.625rem;
  139. font-size: 0.875rem;
  140. font-family: PingFang SC;
  141. color: #111111;
  142. font-weight: bold;
  143. }
  144. .content .doctors[data-v-43416ddf] {
  145. padding: 0.46875rem;
  146. box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
  147. background-color: #fff;
  148. border-radius: 0.46875rem;
  149. }
  150. .content .doctors .title-box[data-v-43416ddf] {
  151. display: flex;
  152. flex-direction: row;
  153. align-items: center;
  154. justify-content: flex-start;
  155. }
  156. .content .doctors .title-box .title[data-v-43416ddf] {
  157. font-size: 1rem;
  158. font-family: PingFang SC;
  159. font-weight: bold;
  160. color: #111111;
  161. }
  162. .content .doctors .title-box .line[data-v-43416ddf] {
  163. margin-right: 0.46875rem;
  164. height: 0.9375rem;
  165. width: 0.1875rem;
  166. background-color: #C39A58;
  167. }
  168. .content .doctors .doctor-box[data-v-43416ddf] {
  169. width: 100%;
  170. padding: 0.625rem 0;
  171. box-sizing: border-box;
  172. display: flex;
  173. flex-direction: column;
  174. align-items: flex-start;
  175. justify-content: flex-start;
  176. }
  177. .content .doctors .doctor-box .doctor[data-v-43416ddf] {
  178. width: 100%;
  179. margin-bottom: 0.46875rem;
  180. background: #f9f8fe;
  181. padding: 0.46875rem;
  182. display: flex;
  183. flex-direction: column;
  184. align-items: flex-start;
  185. justify-content: flex-start;
  186. }
  187. .content .doctors .doctor-box .doctor[data-v-43416ddf]:last-child {
  188. margin-bottom: 0;
  189. }
  190. .content .doctors .doctor-box .doctor .item[data-v-43416ddf] {
  191. width: 100%;
  192. display: flex;
  193. align-items: flex-start;
  194. justify-content: flex-start;
  195. }
  196. .content .doctors .doctor-box .doctor .item .doc-img[data-v-43416ddf] {
  197. width: 2.5rem;
  198. height: 2.5rem;
  199. border-radius: 50%;
  200. }
  201. .content .doctors .doctor-box .doctor .item .right[data-v-43416ddf] {
  202. width: calc(100% - 3.125rem);
  203. margin-left: 0.625rem;
  204. display: flex;
  205. flex-direction: column;
  206. align-items: flex-start;
  207. justify-content: flex-start;
  208. }
  209. .content .doctors .doctor-box .doctor .item .right .doc-box[data-v-43416ddf] {
  210. display: flex;
  211. align-items: center;
  212. justify-content: space-between;
  213. }
  214. .content .doctors .doctor-box .doctor .item .right .doc-box .doc-name[data-v-43416ddf] {
  215. font-size: 0.875rem;
  216. font-family: PingFang SC;
  217. font-weight: bold;
  218. color: #111111;
  219. }
  220. .content .doctors .doctor-box .doctor .item .right .doc-box .doc-position[data-v-43416ddf] {
  221. margin-left: 1.5625rem;
  222. font-size: 0.8125rem;
  223. font-family: PingFang SC;
  224. color: #2d2b36;
  225. }
  226. .content .doctors .doctor-box .doctor .item .right .hospital[data-v-43416ddf] {
  227. margin-top: 0.3125rem;
  228. font-size: 0.75rem;
  229. font-family: PingFang SC;
  230. color: #9a9a9c;
  231. }
  232. .content .doctors .doctor-box .doctor .item .right .doc-spec[data-v-43416ddf] {
  233. width: 100%;
  234. display: flex;
  235. align-items: center;
  236. justify-content: flex-start;
  237. margin-top: 0.46875rem;
  238. }
  239. .content .doctors .doctor-box .doctor .item .right .doc-spec .title[data-v-43416ddf] {
  240. min-width: 1.71875rem;
  241. font-size: 0.75rem;
  242. font-family: PingFang SC;
  243. color: #2d2b36;
  244. }
  245. .content .doctors .doctor-box .doctor .item .right .doc-spec .spec[data-v-43416ddf] {
  246. margin-left: 0.3125rem;
  247. font-size: 0.75rem;
  248. font-family: PingFang SC;
  249. color: #9a9a9c;
  250. }
  251. .content .doctors .doctor-box .doctor .item .right .doc-ping[data-v-43416ddf] {
  252. margin-top: 0.46875rem;
  253. display: flex;
  254. align-items: center;
  255. justify-content: flex-start;
  256. }
  257. .content .doctors .doctor-box .doctor .item .right .doc-ping .ping[data-v-43416ddf] {
  258. font-size: 0.75rem;
  259. font-family: PingFang SC;
  260. color: #2d2b36;
  261. }
  262. .content .doctors .doctor-box .doctor .item .right .doc-ping .count[data-v-43416ddf] {
  263. margin-left: 0.3125rem;
  264. font-size: 0.75rem;
  265. font-family: PingFang SC;
  266. color: #9a9a9c;
  267. }
  268. .content .doctors .doctor-box .doctor .item .right .doc-price[data-v-43416ddf] {
  269. width: 100%;
  270. margin-top: 0.46875rem;
  271. display: flex;
  272. align-items: center;
  273. justify-content: space-between;
  274. }
  275. .content .doctors .doctor-box .doctor .item .right .doc-price .left[data-v-43416ddf] {
  276. flex: 1;
  277. font-size: 1rem;
  278. font-family: PingFang SC;
  279. color: #C39A58;
  280. }
  281. .content .doctors .doctor-box .doctor .item .right .doc-price .btns[data-v-43416ddf] {
  282. margin-right: 0.3125rem;
  283. }
  284. .content .doctors .doctor-box .doctor .item .right .doc-price .btns .btn[data-v-43416ddf] {
  285. display: flex;
  286. align-items: center;
  287. justify-content: center;
  288. border: 0.0625rem solid #C39A58;
  289. padding: 0.46875rem 0.9375rem;
  290. border-radius: 0.9375rem;
  291. font-size: 0.75rem;
  292. font-family: PingFang SC;
  293. color: #C39A58;
  294. }