store.wxss 6.1 KB

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