index.wxss 4.9 KB

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