store.wxss 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  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. /*自定义主题色 */
  27. .inputbox.data-v-dd5fc6f3 {
  28. height: 60rpx;
  29. padding: 0 20rpx;
  30. display: flex;
  31. flex-direction: row;
  32. align-items: center;
  33. justify-content: flex-start;
  34. border-radius: 40rpx;
  35. line-height: 60rpx;
  36. font-size: 28rpx;
  37. color: #999;
  38. }
  39. .inputbox .icon-search.data-v-dd5fc6f3 {
  40. width: 28rpx;
  41. height: 28rpx;
  42. margin-right: 20rpx;
  43. }
  44. .uni-nav-bar.data-v-dd5fc6f3 {
  45. position: fixed;
  46. top: 0;
  47. left: 0;
  48. width: 100%;
  49. z-index: 999;
  50. overflow: hidden;
  51. font-weight: 500;
  52. }
  53. .uni-nav-bar .uni-nav-barbox.data-v-dd5fc6f3 {
  54. width: 100%;
  55. height: 88rpx;
  56. display: flex;
  57. flex-direction: row;
  58. align-items: center;
  59. justify-content: flex-start;
  60. position: relative;
  61. font-size: 24rpx;
  62. }
  63. .uni-nav-bar .uni-nav-title.data-v-dd5fc6f3 {
  64. font-size: 14px;
  65. overflow: hidden;
  66. overflow: hidden;
  67. white-space: nowrap;
  68. text-overflow: ellipsis;
  69. }
  70. .uni-nav-bar .uni-nav-back.data-v-dd5fc6f3 {
  71. margin-left: 20rpx;
  72. margin-right: 20rpx;
  73. height: 88rpx;
  74. display: flex;
  75. flex-direction: row;
  76. align-items: center;
  77. justify-content: flex-start;
  78. }
  79. .content.data-v-dd5fc6f3 {
  80. width: 100%;
  81. position: relative;
  82. }
  83. .content .bg.data-v-dd5fc6f3 {
  84. width: 100%;
  85. height: auto;
  86. position: absolute;
  87. top: 0;
  88. left: 0;
  89. height: 388rpx;
  90. background: #3A1101;
  91. }
  92. .content-body.data-v-dd5fc6f3 {
  93. position: relative;
  94. padding-top: calc(var(--status-bar-height) + 88rpx);
  95. }
  96. .store-head.data-v-dd5fc6f3 {
  97. position: relative;
  98. z-index: 9;
  99. margin: 0 24rpx 0 24rpx;
  100. padding: 24rpx;
  101. background: #FFFFFF;
  102. border-radius: 16rpx 16rpx 16rpx 16rpx;
  103. font-family: PingFang SC, PingFang SC;
  104. color: #222222;
  105. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  106. }
  107. .store-head-top.data-v-dd5fc6f3 {
  108. display: flex;
  109. align-items: center;
  110. }
  111. .store-head-logo.data-v-dd5fc6f3 {
  112. flex-shrink: 0;
  113. margin-right: 24rpx;
  114. }
  115. .store-head-name.data-v-dd5fc6f3 {
  116. font-weight: 600;
  117. font-size: 32rpx;
  118. }
  119. .store-head-desc.data-v-dd5fc6f3 {
  120. margin-top: 16rpx;
  121. display: flex;
  122. align-items: center;
  123. flex-wrap: wrap;
  124. gap: 20rpx;
  125. position: relative;
  126. z-index: 2;
  127. }
  128. .store-head-desc view.data-v-dd5fc6f3 {
  129. padding-right: 20rpx;
  130. font-size: 26rpx;
  131. position: relative;
  132. }
  133. .store-head-desc view.data-v-dd5fc6f3::after {
  134. content: "";
  135. width: 0;
  136. height: 28rpx;
  137. border-right: 1rpx solid #eee;
  138. position: absolute;
  139. right: 0;
  140. top: 50%;
  141. transform: translate(0, -50%);
  142. }
  143. .store-head-desc view.data-v-dd5fc6f3:last-child::after {
  144. border: none;
  145. }
  146. .border_bottom_line.data-v-dd5fc6f3 {
  147. position: relative;
  148. }
  149. .border_bottom_line.data-v-dd5fc6f3::after {
  150. content: "";
  151. position: absolute;
  152. bottom: 0;
  153. left: 0;
  154. border-bottom: 1px solid #F5F7FA;
  155. width: 100%;
  156. transform: scaleY(0.5);
  157. border-top-color: #F5F7FA;
  158. border-right-color: #F5F7FA;
  159. border-left-color: #F5F7FA;
  160. }
  161. .storebox.data-v-dd5fc6f3 {
  162. width: 100%;
  163. margin-top: -60rpx;
  164. padding-top: 80rpx;
  165. background-color: #fff;
  166. box-shadow: 0 -20rpx 16rpx #fff;
  167. position: relative;
  168. z-index: 1;
  169. }
  170. .storebox-info.data-v-dd5fc6f3 {
  171. padding: 24rpx 24rpx 0 24rpx;
  172. background-color: #fff;
  173. font-family: PingFang SC, PingFang SC;
  174. font-size: 28rpx;
  175. color: #333333;
  176. position: relative;
  177. border-top: 4px solid #F5F7FA;
  178. }
  179. .storebox-map.data-v-dd5fc6f3 {
  180. display: flex;
  181. align-items: center;
  182. word-break: break-all;
  183. padding: 24rpx 0;
  184. }
  185. .storebox-qualifications.data-v-dd5fc6f3 {
  186. display: flex;
  187. align-items: center;
  188. padding: 24rpx 0;
  189. }
  190. .storebox .qualifications.data-v-dd5fc6f3 {
  191. padding: 24rpx 0;
  192. }
  193. .medic-box.data-v-dd5fc6f3 {
  194. display: flex;
  195. }
  196. .medic-box .cate-list.data-v-dd5fc6f3 {
  197. box-sizing: border-box;
  198. width: 200rpx;
  199. background: #F2F5F9;
  200. display: flex;
  201. flex-direction: column;
  202. padding: 20rpx 0;
  203. overflow-y: scroll;
  204. }
  205. .medic-box .cate-list .item.data-v-dd5fc6f3 {
  206. height: 100rpx;
  207. line-height: 100rpx;
  208. padding-left: 30rpx;
  209. font-size: 28rpx;
  210. font-family: PingFang SC;
  211. font-weight: 500;
  212. color: #333333;
  213. position: relative;
  214. }
  215. .medic-box .cate-list .item.active.data-v-dd5fc6f3 {
  216. color: #0bb3f2;
  217. }
  218. .medic-box .cate-list .item.active.data-v-dd5fc6f3::after {
  219. content: "";
  220. width: 8rpx;
  221. height: 50rpx;
  222. background: #0bb3f2;
  223. position: absolute;
  224. top: 25rpx;
  225. left: 0;
  226. }
  227. .medic-box .medic.data-v-dd5fc6f3 {
  228. box-sizing: border-box;
  229. width: calc(100% - 200rpx);
  230. height: 100%;
  231. padding: 0 30rpx;
  232. }
  233. .medic-box .medic .banner-box.data-v-dd5fc6f3 {
  234. margin-top: 30rpx;
  235. width: 100%;
  236. height: 160rpx;
  237. border-radius: 10rpx;
  238. overflow: hidden;
  239. }
  240. .medic-box .medic .banner-box .swiper.data-v-dd5fc6f3,
  241. .medic-box .medic .banner-box .swiper-item.data-v-dd5fc6f3,
  242. .medic-box .medic .banner-box .swiper-item image.data-v-dd5fc6f3 {
  243. width: 100%;
  244. height: 100%;
  245. }
  246. .medic-box .medic .medic-list.data-v-dd5fc6f3 {
  247. box-sizing: border-box;
  248. padding: 30rpx 0;
  249. overflow-y: auto;
  250. height: calc(100% - 220rpx);
  251. position: relative;
  252. }
  253. .medic-box .medic .medic-list .inner-list.data-v-dd5fc6f3 {
  254. display: flex;
  255. flex-wrap: wrap;
  256. }
  257. .medic-box .medic .medic-list .inner-list .definite.data-v-dd5fc6f3 {
  258. width: calc(33% - 20rpx);
  259. margin-right: 30rpx;
  260. margin-bottom: 30rpx;
  261. }
  262. .medic-box .medic .medic-list .inner-list .definite .img-box.data-v-dd5fc6f3 {
  263. width: 100%;
  264. height: 144rpx;
  265. background: #F5F5F5;
  266. border-radius: 8rpx;
  267. overflow: hidden;
  268. display: flex;
  269. align-items: center;
  270. }
  271. .medic-box .medic .medic-list .inner-list .definite .img-box image.data-v-dd5fc6f3 {
  272. max-width: 100%;
  273. }
  274. .medic-box .medic .medic-list .inner-list .definite .name.data-v-dd5fc6f3 {
  275. width: 100%;
  276. margin-top: 20rpx;
  277. font-size: 24rpx;
  278. font-family: PingFang SC;
  279. font-weight: 500;
  280. color: #666666;
  281. text-align: center;
  282. }
  283. .medic-box .medic .medic-list .inner-list .definite.data-v-dd5fc6f3:nth-child(3n) {
  284. margin-right: 0;
  285. }