index.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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. page.data-v-57280228 {
  28. background-color: rgba(0, 0, 0, 0);
  29. }
  30. .index-navbar.data-v-57280228 {
  31. position: -webkit-sticky;
  32. position: sticky;
  33. top: 0;
  34. left: 0;
  35. width: 750rpx;
  36. z-index: 100;
  37. }
  38. .data-v-57280228 .u-tabs {
  39. width: 560rpx;
  40. }
  41. .taber.data-v-57280228 {
  42. border-radius: 4rpx;
  43. padding: 4rpx 8rpx;
  44. margin-bottom: 10rpx;
  45. font-family: PingFangSC, PingFang SC;
  46. font-weight: 400;
  47. font-size: 20rpx;
  48. color: #D48700;
  49. line-height: 28rpx;
  50. text-align: left;
  51. font-style: normal;
  52. }
  53. .title.data-v-57280228 {
  54. font-family: SFPro, SFPro;
  55. font-weight: 400;
  56. font-size: 26rpx;
  57. color: #222222;
  58. line-height: 30rpx;
  59. text-align: left;
  60. font-style: normal;
  61. width: 300rpx;
  62. height: 72rpx;
  63. }
  64. .weight.data-v-57280228 {
  65. font-family: SFPro, SFPro;
  66. font-weight: 400;
  67. font-size: 20rpx;
  68. color: #888888;
  69. line-height: 24rpx;
  70. text-align: left;
  71. font-style: normal;
  72. margin-left: 12rpx;
  73. }
  74. .shopname.data-v-57280228 {
  75. font-family: PingFangSC, PingFang SC;
  76. font-weight: 400;
  77. font-size: 20rpx;
  78. color: #666666;
  79. line-height: 28rpx;
  80. text-align: left;
  81. font-style: normal;
  82. }
  83. .money.data-v-57280228 {
  84. font-family: HarmonyOS_Sans_Medium;
  85. font-size: 28rpx;
  86. color: #F83224;
  87. line-height: 38rpx;
  88. text-align: right;
  89. font-style: normal;
  90. }
  91. .biaoqian.data-v-57280228 {
  92. height: 28rpx;
  93. border-radius: 6rpx;
  94. padding: 6rpx;
  95. margin-left: 8rpx;
  96. font-family: PingFangSC, PingFang SC;
  97. font-weight: 400;
  98. font-size: 20rpx;
  99. color: #FFFFFF;
  100. line-height: 28rpx;
  101. text-align: center;
  102. }
  103. .tag.data-v-57280228 {
  104. border-radius: 14rpx 14rpx 14rpx 0rpx;
  105. border: 1rpx solid #FFFFFF;
  106. padding: 6rpx;
  107. text-align: center;
  108. font-family: PingFangSC, PingFang SC;
  109. font-weight: 400;
  110. font-size: 20rpx;
  111. color: #FFFFFF;
  112. line-height: 28rpx;
  113. text-align: center;
  114. font-style: normal;
  115. box-sizing: border-box;
  116. }
  117. .bigbox.data-v-57280228 {
  118. width: 340rpx;
  119. background: #FFFFFF;
  120. border-radius: 12rpx;
  121. border: 2rpx solid #FFFFFF;
  122. margin-bottom: 22rpx;
  123. padding: 18rpx 20rpx;
  124. box-sizing: border-box;
  125. }
  126. .smallbox.data-v-57280228 {
  127. width: 340rpx;
  128. height: 226rpx;
  129. background: #FFFFFF;
  130. border-radius: 12rpx;
  131. border: 2rpx solid #FFFFFF;
  132. margin-bottom: 22rpx;
  133. padding: 18rpx 20rpx;
  134. box-sizing: border-box;
  135. }
  136. .shopback.data-v-57280228 {
  137. width: 750rpx;
  138. min-height: 1216rpx;
  139. background: #F4F4F4;
  140. border-radius: 28rpx 28rpx 0rpx 0rpx;
  141. padding: 26rpx 24rpx;
  142. box-sizing: border-box;
  143. }
  144. .fenlei.data-v-57280228 {
  145. font-family: PingFangSC, PingFang SC;
  146. font-weight: 400;
  147. font-size: 28rpx;
  148. color: #222222;
  149. line-height: 40rpx;
  150. text-align: right;
  151. font-style: normal;
  152. margin-left: 8rpx;
  153. }
  154. .search.data-v-57280228 {
  155. width: 702rpx;
  156. height: 68rpx;
  157. background: #FFFFFF;
  158. border-radius: 34rpx;
  159. padding: 6rpx 6rpx 6rpx 36rpx;
  160. display: flex;
  161. align-items: center;
  162. justify-content: space-between;
  163. box-sizing: border-box;
  164. }
  165. .search .right.data-v-57280228 {
  166. width: 100rpx;
  167. height: 56rpx;
  168. background: #ED0909;
  169. border-radius: 28rpx;
  170. font-family: PingFangSC, PingFang SC;
  171. font-weight: 400;
  172. font-size: 26rpx;
  173. color: #FFFFFF;
  174. line-height: 56rpx;
  175. text-align: center;
  176. }
  177. .border.data-v-57280228 {
  178. width: 2rpx;
  179. height: 24rpx;
  180. border: 2rpx solid #979797;
  181. opacity: 0.2;
  182. background-color: #979797;
  183. }
  184. .data-v-57280228 .u-subsection--button.data-v-b14d3440 {
  185. /* padding: 6rpx 34rpx !important; */
  186. border-radius: 64rpx !important;
  187. }
  188. .data-v-57280228 .u-subsection--button__bar.data-v-b14d3440 {
  189. border-radius: 32rpx !important;
  190. }