recommend.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .re-list.data-v-53877fc0 {
  12. margin: 20rpx;
  13. height: 280rpx;
  14. background-color: #FFFFFF;
  15. border-radius: 8rpx;
  16. display: flex;
  17. }
  18. .re-list .re-img.data-v-53877fc0 {
  19. margin: auto 0;
  20. }
  21. .re-list .re-img image.data-v-53877fc0 {
  22. width: 200rpx;
  23. height: 200rpx;
  24. border-radius: 10rpx;
  25. margin: 0 25rpx;
  26. }
  27. .re-list .re-right.data-v-53877fc0 {
  28. height: 200rpx;
  29. width: 100%;
  30. margin: auto 0;
  31. font-family: PingFang-SC-Medium;
  32. position: relative;
  33. }
  34. .re-list .re-right .re-right-top.data-v-53877fc0 {
  35. color: #333333;
  36. font-size: 30rpx;
  37. }
  38. .re-list .re-right .re-right-top .good-name.data-v-53877fc0 {
  39. width: 380rpx;
  40. font-size: 30rpx;
  41. font-family: PingFang SC;
  42. font-weight: 500;
  43. color: #333333;
  44. }
  45. .re-list .re-right .re-right-top .store-name.data-v-53877fc0 {
  46. padding-top: 10rpx;
  47. width: 300rpx;
  48. font-size: 22rpx;
  49. font-family: PingFang SC;
  50. font-weight: 500;
  51. color: #DCB876;
  52. }
  53. .re-list .re-right .re-right-top text.data-v-53877fc0 {
  54. color: #DCB876;
  55. font-size: 22rpx;
  56. }
  57. .re-list .re-right .re-right-bottom.data-v-53877fc0 {
  58. width: 450rpx;
  59. display: flex;
  60. justify-content: space-between;
  61. position: absolute;
  62. bottom: 0;
  63. }
  64. .re-list .re-right .re-right-bottom .re-right-bottom-left.data-v-53877fc0 {
  65. height: 60rpx;
  66. line-height: 60rpx;
  67. margin: auto 0;
  68. font-size: 32rpx;
  69. color: #901B21;
  70. }
  71. .re-list .re-right .re-right-bottom .re-right-bottom-left .ot-price.data-v-53877fc0 {
  72. padding-left: 8rpx;
  73. font-size: 20rpx;
  74. font-family: PingFang SC;
  75. font-weight: 500;
  76. text-decoration: line-through;
  77. color: #9D9D9D;
  78. }
  79. .re-list .re-right .re-right-bottom .re-right-bottom-right.data-v-53877fc0 {
  80. width: 160rpx;
  81. line-height: 60rpx;
  82. background: #901b21;
  83. border-radius: 30rpx;
  84. font-size: 28rpx;
  85. font-family: PingFang SC;
  86. font-weight: 500;
  87. color: #FFFFFF;
  88. text-align: center;
  89. }