list.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. .page-bg.data-v-628ec892 {
  27. width: 100%;
  28. height: 458rpx;
  29. margin-top: -88rpx;
  30. background: var(--958cfdc2) no-repeat;
  31. background-size: 100% 100%;
  32. }
  33. .list-content.data-v-628ec892 {
  34. position: relative;
  35. z-index: 3;
  36. margin: -190rpx 20rpx 0 20rpx;
  37. background: #fff;
  38. border-radius: 20rpx 20rpx 0 0;
  39. }
  40. .list-content .content-header.data-v-628ec892 {
  41. width: 100%;
  42. border-radius: 20rpx 20rpx 0 0;
  43. height: 100rpx;
  44. background: linear-gradient(180deg, #fff4f7, #ffe4d1);
  45. }
  46. .list-content .content-header .content-header-title.data-v-628ec892 {
  47. width: 100%;
  48. font-size: 30rpx;
  49. font-weight: 500;
  50. color: #ff2923;
  51. line-height: 30rpx;
  52. position: relative;
  53. }
  54. .list-content .content-header .content-header-title .more.data-v-628ec892 {
  55. position: absolute;
  56. right: 30rpx;
  57. top: 0;
  58. font-size: 24rpx;
  59. font-weight: 400;
  60. color: #999999;
  61. line-height: 30rpx;
  62. }
  63. .list-content .content-header .content-header-title .picture.data-v-628ec892 {
  64. display: inline-table;
  65. }
  66. .list-content .content-header .content-header-title .avatar.data-v-628ec892 {
  67. width: 38rpx;
  68. height: 38rpx;
  69. display: inline-table;
  70. vertical-align: middle;
  71. -webkit-user-select: none;
  72. user-select: none;
  73. border-radius: 50%;
  74. background-repeat: no-repeat;
  75. background-size: cover;
  76. background-position: 0 0;
  77. margin-right: -10rpx;
  78. box-shadow: 0 0 0 1px #fe832a;
  79. }
  80. .list-content .content-header .content-header-title .pic_count.data-v-628ec892 {
  81. margin-left: 30rpx;
  82. font-size: 22rpx;
  83. font-weight: 500;
  84. width: auto;
  85. height: auto;
  86. background: linear-gradient(90deg, #ff6600 0%, #fe832a 100%);
  87. color: #ffffff;
  88. border-radius: 19rpx;
  89. padding: 4rpx 14rpx;
  90. }
  91. .list-content .content-header .content-header-title .mengceng.data-v-628ec892 {
  92. width: 40rpx;
  93. height: 40rpx;
  94. line-height: 36rpx;
  95. background: rgba(51, 51, 51, 0.6);
  96. text-align: center;
  97. border-radius: 50%;
  98. opacity: 1;
  99. position: absolute;
  100. left: -2rpx;
  101. color: #fff;
  102. top: 2rpx;
  103. }
  104. .list-content .content-header .content-header-title .mengceng i.data-v-628ec892 {
  105. font-style: normal;
  106. font-size: 20rpx;
  107. }
  108. .list-content .scroll-box.data-v-628ec892 {
  109. height: 900rpx;
  110. }
  111. .list-content .scroll-box .goods-box.data-v-628ec892 {
  112. position: relative;
  113. }
  114. .list-content .scroll-box .goods-box .cart-btn.data-v-628ec892 {
  115. position: absolute;
  116. bottom: 10rpx;
  117. right: 20rpx;
  118. z-index: 11;
  119. height: 50rpx;
  120. line-height: 50rpx;
  121. padding: 0 20rpx;
  122. border-radius: 25rpx;
  123. font-size: 24rpx;
  124. color: #fff;
  125. background: linear-gradient(90deg, #ff6600 0%, #fe832a 100%);
  126. }