discount-group.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /* pages/discount-group/discount-group.wxss */
  2. ::-webkit-scrollbar {
  3. display: none;
  4. }
  5. .discount-group {
  6. height: 100%;
  7. width: 100%;
  8. background:rgba(240,241,245,1);
  9. }
  10. scroll-view {
  11. height: 100%;
  12. }
  13. .group-container {
  14. width: 100%;
  15. }
  16. .less-group {
  17. width: 100%;
  18. }
  19. .group-box {
  20. display: flex;
  21. width: 100%;
  22. flex-wrap: wrap;
  23. justify-content: space-between;
  24. background: #fff;
  25. margin-bottom: 12rpx;
  26. padding: 28rpx 18rpx;
  27. box-sizing: border-box;
  28. }
  29. .group-item {
  30. display: flex;
  31. flex-direction: column;
  32. }
  33. .group-item image {
  34. width: 214rpx;
  35. height: 278rpx;
  36. }
  37. .group-item view:nth-child(2) {
  38. font-size: 32rpx;
  39. color: #E51C23;
  40. }
  41. .group-item view:nth-child(3) {
  42. font-size: 28rpx;
  43. color: #969595;
  44. margin-top: 18rpx;
  45. }
  46. .group-item text {
  47. margin-left: 10rpx;
  48. }
  49. .group-item #grade {
  50. margin-top: 20rpx;
  51. color: #000;
  52. text-align: center;
  53. font-size: 28rpx;
  54. }
  55. .Collage-bottom {
  56. display: flex;
  57. justify-content: space-around;
  58. align-items: center;
  59. height: 102rpx;
  60. }
  61. .Collage-bottom image {
  62. width: 42rpx;
  63. height: 50rpx;
  64. vertical-align: middle;
  65. margin-right: 30rpx;
  66. }
  67. .Collage-bottom text {
  68. vertical-align: middle;
  69. }