index.wxss 1.2 KB

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