index.wxss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .flex-col.data-v-4dcceeb0 {
  28. display: flex;
  29. flex-direction: column;
  30. }
  31. .flex-row.data-v-4dcceeb0 {
  32. display: flex;
  33. flex-direction: row;
  34. }
  35. .flex-row-reverse.data-v-4dcceeb0 {
  36. display: flex;
  37. flex-direction: row-reverse;
  38. }
  39. .bord.data-v-4dcceeb0{
  40. border: 1px solid red;
  41. }
  42. .justify-start.data-v-4dcceeb0 {
  43. display: flex;
  44. justify-content: flex-start;
  45. }
  46. .justify-center.data-v-4dcceeb0 {
  47. display: flex;
  48. justify-content: center;
  49. }
  50. .justify-end.data-v-4dcceeb0 {
  51. display: flex;
  52. justify-content: flex-end;
  53. }
  54. .justify-evenly.data-v-4dcceeb0 {
  55. display: flex;
  56. justify-content: space-evenly;
  57. }
  58. .justify-around.data-v-4dcceeb0 {
  59. display: flex;
  60. justify-content: space-around;
  61. }
  62. .justify-between.data-v-4dcceeb0 {
  63. display: flex;
  64. justify-content: space-between;
  65. }
  66. .align-start.data-v-4dcceeb0 {
  67. display: flex;
  68. align-items: flex-start;
  69. }
  70. .align-center.data-v-4dcceeb0 {
  71. display: flex;
  72. align-items: center;
  73. }
  74. .align-end.data-v-4dcceeb0 {
  75. display: flex;
  76. align-items: flex-end;
  77. }
  78. .sticky.data-v-4dcceeb0 {
  79. display: flex;
  80. position: -webkit-sticky;
  81. position: sticky;
  82. top: 0rpx;
  83. z-index: 99;
  84. }
  85. .bord.data-v-4dcceeb0{
  86. border: 1px solid red;
  87. }
  88. .tabBarLineHeight.data-v-4dcceeb0 {
  89. height: 138rpx;
  90. }
  91. .tabBarView.data-v-4dcceeb0 {
  92. position: fixed;
  93. bottom: 0;
  94. }
  95. .content-wrap.data-v-4dcceeb0 {
  96. background: white;
  97. }
  98. /* 头部内容 */
  99. .head-wrap.data-v-4dcceeb0 {
  100. height: 1200rpx;
  101. position: relative;
  102. }
  103. .head-wrap .head-bg.data-v-4dcceeb0 {
  104. height: 680rpx;
  105. }
  106. .head-wrap .content.data-v-4dcceeb0 {
  107. position: absolute;
  108. top: 6%;
  109. left: 20rpx;
  110. right: 12rpx;
  111. border-radius: 6px;
  112. /* 钱包 */
  113. /* 导航菜单 */
  114. }
  115. .head-wrap .content .user-info.data-v-4dcceeb0 {
  116. margin: 0 auto;
  117. margin-bottom: 68rpx;
  118. display: flex;
  119. align-items: center;
  120. }
  121. .head-wrap .content .user-info .user-head.data-v-4dcceeb0 {
  122. margin-right: 12rpx;
  123. }
  124. .head-wrap .content .user-info .user-head image.data-v-4dcceeb0 {
  125. border-radius: 76rpx;
  126. height: 152rpx;
  127. width: 152rpx;
  128. }
  129. .head-wrap .content .user-info .h-content .user-name.data-v-4dcceeb0 {
  130. margin-top: 12rpx;
  131. font-size: 32rpx;
  132. font-weight: 600;
  133. height: 60rpx;
  134. }
  135. .head-wrap .content .user-info .h-content .user-desc.data-v-4dcceeb0 {
  136. height: 60rpx;
  137. font-size: 12px;
  138. color: #333333;
  139. display: flex;
  140. }
  141. .head-wrap .content .balance-info.data-v-4dcceeb0 {
  142. width: 100%;
  143. background: #fff;
  144. border-radius: 10px;
  145. padding-bottom: 20px;
  146. }
  147. .head-wrap .content .balance-info .balance-name.data-v-4dcceeb0 {
  148. padding-left: 12px;
  149. padding-top: 10px;
  150. font-family: PingFangSC-Medium, PingFang SC;
  151. font-weight: 600;
  152. color: #333333;
  153. line-height: 24px;
  154. font-size: 16px;
  155. }
  156. .head-wrap .content .balance-info .h-content.data-v-4dcceeb0 {
  157. display: flex;
  158. justify-content: space-around;
  159. justify-content: center;
  160. }
  161. .head-wrap .content .balance-info .h-content .button-wrap.data-v-4dcceeb0 {
  162. flex: 1;
  163. display: flex;
  164. align-items: center;
  165. justify-content: center;
  166. margin-top: 10px;
  167. margin-bottom: 18px;
  168. padding-bottom: 14px;
  169. }
  170. .head-wrap .content .balance-info .h-content .button-wrap .btn.data-v-4dcceeb0 {
  171. padding-left: 12px;
  172. padding-right: 12px;
  173. height: 36px;
  174. border-radius: 18px;
  175. }
  176. .head-wrap .content .balance-info .h-content .button-wrap .btn .icon.data-v-4dcceeb0 {
  177. display: flex;
  178. padding-right: 6px;
  179. align-items: center;
  180. justify-content: center;
  181. }
  182. .head-wrap .content .balance-info .h-content .button-wrap .btn .icon image.data-v-4dcceeb0 {
  183. height: 14px;
  184. width: 14px;
  185. }
  186. .head-wrap .content .balance-info .h-content .button-wrap .h-name.data-v-4dcceeb0 {
  187. padding-top: 4px;
  188. font-size: 11px;
  189. text-align: center;
  190. }
  191. .head-wrap .content .balance-info .h-content .button-wrap .h-name .name.data-v-4dcceeb0 {
  192. color: #999999;
  193. }
  194. .head-wrap .content .balance-info .h-content .button-wrap .h-name .num.data-v-4dcceeb0 {
  195. line-height: 38px;
  196. font-size: 18px;
  197. }
  198. .head-wrap .content .nav-bar.data-v-4dcceeb0 {
  199. background: #fff;
  200. border-radius: 10px;
  201. margin-top: 12px;
  202. /* 商店信息 */
  203. }
  204. .head-wrap .content .nav-bar .nav-content.data-v-4dcceeb0 {
  205. padding-top: 10px;
  206. padding-bottom: 6px;
  207. }
  208. .head-wrap .content .nav-bar .nav-content .nav-info.data-v-4dcceeb0 {
  209. display: flex;
  210. align-items: center;
  211. }
  212. .head-wrap .content .nav-bar .nav-content .nav-info .logo.data-v-4dcceeb0 {
  213. display: flex;
  214. width: 12%;
  215. justify-content: center;
  216. text-align: center;
  217. align-items: center;
  218. }
  219. .head-wrap .content .nav-bar .nav-content .nav-info .logo image.data-v-4dcceeb0 {
  220. width: 26px;
  221. height: 26px;
  222. }
  223. .head-wrap .content .nav-bar .nav-content .nav-info .nav-desc.data-v-4dcceeb0 {
  224. width: 78%;
  225. display: flex;
  226. line-height: 30rpx;
  227. }
  228. .head-wrap .content .nav-bar .nav-content .nav-info .nav-desc .nav-name.data-v-4dcceeb0 {
  229. font-size: 16px;
  230. width: 60%;
  231. }
  232. .head-wrap .content .nav-bar .nav-content .nav-info .nav-desc .change-store.data-v-4dcceeb0 {
  233. text-align: right;
  234. width: 40%;
  235. font-size: 12px;
  236. color: #666;
  237. }
  238. .head-wrap .content .nav-bar .nav-content .nav-info .arrow-right.data-v-4dcceeb0 {
  239. width: 2%;
  240. text-align: right;
  241. margin: 0 auto;
  242. cursor: pointer;
  243. padding-top: 3px;
  244. }
  245. .head-wrap .content .nav-bar .nav-content .nav-info .arrow-right image.data-v-4dcceeb0 {
  246. width: 18rpx;
  247. height: 18rpx;
  248. }