storehomepage.wxss 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. /* 热门展品 */
  77. .show-prod-list {
  78. height: 600rpx;
  79. }
  80. .show-prod-list swiper-item {
  81. height: 570rpx !important;
  82. }