storehomepage.wxss 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. }
  16. /* 灰色矩形 */
  17. .grey-rectangle {
  18. display: flex;
  19. justify-content: space-between;
  20. width: 100%;
  21. background: #F6F7F8;
  22. border-radius: 20rpx;
  23. padding: 20rpx;
  24. box-sizing: border-box;
  25. }
  26. .grey-rectangle-left {
  27. flex: 1;
  28. font-size: 24rpx;
  29. font-family: PingFangSC-Regular, PingFang SC;
  30. color: #000000;
  31. opacity: .8;
  32. }
  33. .grey-rectangle-left view {
  34. line-height: 34rpx;
  35. min-height: 34rpx;
  36. margin-bottom: 8rpx;
  37. }
  38. .grey-rectangle-left view:last-child {
  39. margin-bottom: 0;
  40. }
  41. .grey-rectangle-right {
  42. width: 200rpx;
  43. height: 100%;
  44. }
  45. .grey-rectangle-right image {
  46. width: 200rpx;
  47. height: 180rpx;
  48. border-radius: 20rpx;
  49. }
  50. .grey-rectangle-right view {
  51. display: flex;
  52. justify-content: center;
  53. width: 100%;
  54. }
  55. /* 一键联系 */
  56. .relation {
  57. width: 138rpx !important;
  58. height: 46rpx !important;
  59. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1);
  60. border-radius: 10rpx !important;
  61. font-size: 24rpx !important;
  62. font-family: PingFangSC-Medium, PingFang SC;
  63. color: #FFFFFF;
  64. margin-top: 8rpx;
  65. }
  66. .show-prod-list-box {
  67. width: 702rpx;
  68. background: #FFFFFF;
  69. border-radius: 20rpx;
  70. margin: 0 auto;
  71. padding-top: 20rpx;
  72. padding-left: 20rpx;
  73. box-sizing: border-box;
  74. }
  75. /* 热门展品 */
  76. .show-prod-list {
  77. height: 600rpx;
  78. }
  79. .show-prod-list swiper-item {
  80. height: 570rpx !important;
  81. }