beerStore.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. /* pages/beerStore/beerStore.wxss */
  2. page{
  3. background-color: #F7F7F7;
  4. }
  5. .img-box{
  6. width: 750rpx;
  7. height: 488rpx;
  8. position: relative;
  9. }
  10. .img-box-swiper{
  11. width: 750rpx;
  12. height: 488rpx;
  13. }
  14. .box-swiper-item>image{
  15. width: 750rpx;
  16. height: 488rpx;
  17. }
  18. .swiper-num{
  19. position: absolute;
  20. bottom: 24rpx;
  21. right: 24rpx;
  22. width: 56rpx;
  23. height: 36rpx;
  24. background: rgba(0,0,0,0.6);
  25. border-radius: 12px;
  26. font-size: 22rpx;
  27. color: #FFFFFF;
  28. line-height: 36rpx;
  29. text-align: center;
  30. }
  31. .store-box{
  32. width: 702rpx;
  33. height: 264rpx;
  34. background: #FFFFFF;
  35. box-shadow: 0px 4px 12px 0px rgba(55,79,109,0.06);
  36. border-radius: 4px;
  37. margin: 24rpx 24rpx 0;
  38. display: flex;
  39. flex-direction: row;
  40. }
  41. .store-box>view:nth-child(1){
  42. margin: 36rpx 48rpx 36rpx 32rpx;
  43. width: 430rpx;
  44. height: auto;
  45. display: flex;
  46. flex-direction: column;
  47. }
  48. .store-box>view:nth-child(1)>text:nth-child(1){
  49. width: 430rpx;
  50. height: 44rpx;
  51. font-size: 30rpx;
  52. font-family: PingFangSC-Medium, PingFang SC;
  53. font-weight: 500;
  54. color: rgba(0,0,0,0.87);
  55. line-height: 44rpx;
  56. text-align: left;
  57. margin-bottom: 24rpx;
  58. }
  59. .store-ad{
  60. display: flex;
  61. flex-direction: row;
  62. }
  63. .store-ad>image:nth-child(1){
  64. width: 28rpx;
  65. height: 28rpx;
  66. margin: 4rpx 16rpx auto 0;
  67. }
  68. .store-ad>text:nth-child(2){
  69. width: 386rpx;
  70. height: auto;
  71. font-size: 24rpx;
  72. font-family: PingFangSC-Regular, PingFang SC;
  73. font-weight: 400;
  74. color: rgba(0,0,0,0.6);
  75. line-height: 36rpx;
  76. }
  77. .store-box>text:nth-child(2){
  78. width: 2rpx;
  79. height: 184rpx;
  80. background-color: rgba(0,0,0,0.12);
  81. margin: 40rpx 0;
  82. }
  83. .store-box>view:nth-child(3){
  84. width: 190rpx;
  85. height: auto;
  86. display: flex;
  87. flex-direction: column;
  88. justify-content: center;
  89. align-items: center;
  90. margin: 40rpx 0 36rpx;
  91. }
  92. .store-box>view:nth-child(3)>text:nth-child(1){
  93. width: auto;
  94. height: 36rpx;
  95. font-size: 24rpx;
  96. font-family: PingFangSC-Regular, PingFang SC;
  97. font-weight: 400;
  98. color: rgba(0,0,0,0.6);
  99. line-height: 36rpx;
  100. margin-bottom: auto;
  101. }
  102. .store-box>view:nth-child(3)>text:nth-child(2),
  103. .store-box>view:nth-child(3)>text:nth-child(3){
  104. width: auto;
  105. height: 36rpx;
  106. font-size: 24rpx;
  107. font-family: PingFangSC-Regular, PingFang SC;
  108. font-weight: 400;
  109. color: #FF5700;
  110. line-height: 36rpx;
  111. }
  112. .beer-more{
  113. width: 750rpx;
  114. height: 32rpx;
  115. font-size: 26rpx;
  116. font-weight: 400;
  117. color: rgba(0, 0, 0, 0.4);
  118. line-height: 32rpx;
  119. text-align: center;
  120. padding-bottom: env(safe-area-inset-bottom);
  121. margin: 278rpx 0 48rpx;
  122. }