index.wxss 4.5 KB

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