index.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /* 宫格 */
  2. .grid_box {
  3. width: 100vw;
  4. padding: 0 30rpx;
  5. box-sizing: border-box;
  6. background-color: #FFFFFF;
  7. }
  8. .grid-text-class {
  9. height: 40rpx;
  10. font-size: 28rpx;
  11. color: #333333;
  12. line-height: 40rpx;
  13. padding-top: 12rpx !important;
  14. }
  15. /* 展示区域title image */
  16. .display-title_image {
  17. width: 32rpx;
  18. height: 32rpx;
  19. margin: 0 6rpx;
  20. }
  21. .display-box-showList-button-box {
  22. position: relative;
  23. width: 96rpx;
  24. height: 30rpx;
  25. border-radius: 8rpx;
  26. margin-left: 12rpx;
  27. }
  28. /* 展示区盒子内部按钮 */
  29. .display-box-showList-button {
  30. width: 96rpx !important;
  31. height: 30rpx !important;
  32. border-radius: 8rpx !important;
  33. }
  34. .display-box-showList-button-text {
  35. position: absolute;
  36. display: flex;
  37. justify-content: center;
  38. align-items: center;
  39. width: 100%;
  40. height: 100%;
  41. font-size: 18rpx;
  42. font-weight: 500;
  43. color: #FFFFFF;
  44. top: 0;
  45. left: 0;
  46. pointer-events: none;
  47. }
  48. /* 合作商家banner */
  49. .businessPartnerBanner {
  50. width: 100%;
  51. height: 320rpx;
  52. }
  53. .businessPartnerBanner>swiper-item {
  54. width: 100%;
  55. height: 300rpx;
  56. }