index.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. /* crmeb颜色变量 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .goodList .item.data-v-11dfe3b9 {
  28. position: relative;
  29. padding-left: 30rpx;
  30. }
  31. .goodList .item .pictrue.data-v-11dfe3b9 {
  32. width: 180rpx;
  33. height: 180rpx;
  34. position: relative;
  35. }
  36. .goodList .item .pictrue image.data-v-11dfe3b9 {
  37. width: 100%;
  38. height: 100%;
  39. border-radius: 20rpx;
  40. }
  41. .goodList .item .pictrue .numPic.data-v-11dfe3b9 {
  42. position: absolute;
  43. left: 7rpx;
  44. top: 7rpx;
  45. width: 40rpx;
  46. height: 40rpx;
  47. border-radius: 50%;
  48. }
  49. .goodList .item .underline.data-v-11dfe3b9 {
  50. padding: 30rpx 30rpx 30rpx 0;
  51. border-bottom: 1px solid #f5f5f5;
  52. }
  53. .goodList .item:nth-last-child(1) .underline.data-v-11dfe3b9 {
  54. border-bottom: 0;
  55. }
  56. .goodList .item .text.data-v-11dfe3b9 {
  57. font-size: 30rpx;
  58. color: #222;
  59. width: 489rpx;
  60. }
  61. .goodList .item .text .money.data-v-11dfe3b9 {
  62. font-size: 26rpx;
  63. font-weight: bold;
  64. margin-top: 50rpx;
  65. }
  66. .goodList .item .text .money .num.data-v-11dfe3b9 {
  67. font-size: 34rpx;
  68. }
  69. .goodList .item .text .vip-money.data-v-11dfe3b9 {
  70. font-size: 24rpx;
  71. color: #282828;
  72. font-weight: bold;
  73. margin-top: 15rpx;
  74. }
  75. .goodList .item .text .vip-money image.data-v-11dfe3b9 {
  76. width: 64rpx;
  77. height: 26rpx;
  78. margin-right: 8rpx;
  79. margin-left: 8rpx;
  80. }
  81. .goodList .item .text .vip-money .num.data-v-11dfe3b9 {
  82. font-size: 22rpx;
  83. color: #aaa;
  84. font-weight: normal;
  85. margin-top: -2rpx;
  86. white-space: nowrap;
  87. }
  88. .goodList .item .text .vip-money .num text.data-v-11dfe3b9 {
  89. white-space: nowrap;
  90. }
  91. .goodList .item .text .vip-money .num ~ .num.data-v-11dfe3b9 {
  92. margin-left: 22rpx;
  93. }
  94. .goodList .item .iconfont.data-v-11dfe3b9 {
  95. position: absolute;
  96. right: 30rpx;
  97. width: 50rpx;
  98. height: 50rpx;
  99. border-radius: 50%;
  100. font-size: 30rpx;
  101. bottom: 38rpx;
  102. }