index.wxss 4.2 KB

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