style.scss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. .view-item {
  2. background: #fff;
  3. border-radius: 0.4em;
  4. margin: 20rpx 30rpx;
  5. padding: 20rpx 0;
  6. }
  7. .nodata {
  8. text-align: center;
  9. margin: 40rpx 0 20rpx 0;
  10. }
  11. .container-wrap {
  12. width: 100%;
  13. }
  14. .white_class {
  15. color: #fff;
  16. font-size: 28rpx;
  17. }
  18. .popupTips {
  19. font-size: 22rpx;
  20. font-family: PingFang SC, PingFang SC-Regular;
  21. font-weight: 400;
  22. text-align: left;
  23. color: #999999;
  24. margin: 0 20rpx;
  25. /deep/ view {
  26. line-height: 1.75;
  27. }
  28. }
  29. .search {
  30. margin: 30rpx 20rpx !important;
  31. }
  32. .view-left,
  33. .view-content,
  34. .view-right,
  35. .view-item {
  36. display: flex;
  37. }
  38. .wrapper {
  39. width: 100%;
  40. overflow: hidden;
  41. }
  42. .view-left {
  43. width: 226rpx;
  44. height: 100%;
  45. overflow: hidden;
  46. display: flex;
  47. justify-content: center;
  48. }
  49. .view-content {
  50. width: calc((100% - 240rpx));
  51. padding-left: 20rpx;
  52. flex-direction: column;
  53. justify-content: center;
  54. text-align: center;
  55. }
  56. .buy-content {
  57. font-size: 22rpx;
  58. font-family: PingFang SC, PingFang SC-Regular;
  59. font-weight: 400;
  60. margin-top: 15rpx;
  61. text-align: center;
  62. color: #999999;
  63. }
  64. .view-content-bottom {
  65. width: 100%;
  66. display: flex;
  67. justify-content: space-between;
  68. align-items: center;
  69. }
  70. .group-wrapper {
  71. padding: 16rpx 32rpx;
  72. }
  73. .view-content-name {
  74. font-family: PingFang SC, PingFang SC-Regular;
  75. font-weight: 400;
  76. text-align: left;
  77. color: #333333;
  78. font-size: 28rpx;
  79. display: -webkit-box;
  80. -webkit-box-orient: vertical;
  81. -webkit-line-clamp: 2;
  82. overflow: hidden;
  83. }
  84. .view-content-price {
  85. margin: 10rpx 0;
  86. letter-spacing: 0px;
  87. overflow: hidden;
  88. font-size: 28rpx;
  89. font-family: PingFang SC, PingFang SC-Regular;
  90. font-weight: 400;
  91. text-align: left;
  92. color: #ff5a10;
  93. text-overflow: ellipsis;
  94. white-space: nowrap;
  95. }
  96. .view-content-original_price {
  97. font-size: 22rpx;
  98. font-family: PingFang SC, PingFang SC-Regular;
  99. font-weight: 400;
  100. text-decoration: line-through;
  101. text-align: left;
  102. color: #999999;
  103. }
  104. .btn-group {
  105. background: $aider-light-color;
  106. border-radius: 10rpx;
  107. font-size: 24rpx;
  108. font-family: PingFang SC, PingFang SC-Regular;
  109. font-weight: 400;
  110. color: #fff;
  111. text-align: center;
  112. padding: 6rpx 16rpx;
  113. }
  114. /deep/ .empty {
  115. position: relative;
  116. padding-top: 20%;
  117. > .empty-content {
  118. position: relative;
  119. padding-top: 20%;
  120. }
  121. }