storehomepage.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. @import"../../wxParse/wxParse.wxss";
  2. /* 盒子 */
  3. .storeMsg-box {
  4. width: 100vw;
  5. background-color: #ffffff;
  6. padding: 20rpx 24rpx 30rpx;
  7. box-sizing: border-box;
  8. }
  9. /* 品牌名称 */
  10. .fbrand {
  11. font-size: 32rpx;
  12. font-family: PingFangSC-Regular, PingFang SC;
  13. color: #000000;
  14. margin-bottom: 10rpx;
  15. padding-left: 20rpx;
  16. }
  17. /* 灰色矩形 */
  18. .grey-rectangle {
  19. display: flex;
  20. justify-content: space-between;
  21. width: 100%;
  22. background: #F6F7F8;
  23. border-radius: 20rpx;
  24. padding: 20rpx;
  25. box-sizing: border-box;
  26. }
  27. .grey-rectangle-left {
  28. flex: 1;
  29. font-size: 24rpx;
  30. font-family: PingFangSC-Regular, PingFang SC;
  31. color: #000000;
  32. opacity: .8;
  33. }
  34. .grey-rectangle-left view {
  35. line-height: 34rpx;
  36. min-height: 34rpx;
  37. margin-bottom: 8rpx;
  38. }
  39. .grey-rectangle-left view:last-child {
  40. margin-bottom: 0;
  41. }
  42. .grey-rectangle-right {
  43. width: 200rpx;
  44. height: 100%;
  45. }
  46. .grey-rectangle-right image {
  47. width: 200rpx;
  48. height: 180rpx;
  49. border-radius: 20rpx;
  50. }
  51. .grey-rectangle-right view {
  52. display: flex;
  53. justify-content: center;
  54. width: 100%;
  55. }
  56. /* 一键联系 */
  57. .relation {
  58. width: 138rpx !important;
  59. height: 46rpx !important;
  60. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1);
  61. border-radius: 10rpx !important;
  62. font-size: 24rpx !important;
  63. font-family: PingFangSC-Medium, PingFang SC;
  64. color: #FFFFFF;
  65. margin-top: 8rpx;
  66. }
  67. .show-prod-list-box {
  68. width: 702rpx;
  69. background: #FFFFFF;
  70. border-radius: 20rpx;
  71. margin: 0 auto;
  72. padding-top: 20rpx;
  73. padding-left: 20rpx;
  74. box-sizing: border-box;
  75. }
  76. .show-prod-list {
  77. height: 600rpx !important;
  78. }
  79. .show-prod-list swiper-item {
  80. height: 570rpx !important;
  81. }
  82. .show-prod-list2 {
  83. height: 330rpx !important;
  84. }
  85. .show-prod-list2 swiper-item {
  86. height: 300rpx !important;
  87. }