index.wxss 1004 B

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