seckillDetail.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. page {
  2. padding-bottom: 170rpx;
  3. }
  4. .swiper {
  5. height: 750rpx;
  6. }
  7. .swiper swiper-item image {
  8. width: 100%;
  9. height: 100%;
  10. }
  11. /* 商品名称 */
  12. .top {
  13. padding: 24rpx;
  14. box-sizing: border-box;
  15. border-radius: 24rpx;
  16. margin-top: 20rpx;
  17. width: 710rpx;
  18. background-color: #FFFFFF;
  19. margin-left: 20rpx;
  20. }
  21. .top .price .original_price{
  22. font-size: 28rpx;
  23. color: #999999;
  24. text-decoration: line-through;
  25. }
  26. .top .price text:first-child {
  27. margin-right: 20rpx;
  28. font-size: 56rpx;
  29. color: #FF3007;
  30. text-decoration: none;
  31. }
  32. .top .price text .icon{
  33. font-size: 24rpx;
  34. color: #FF3007;
  35. margin-right: 0;
  36. }
  37. .top .title {
  38. font-size: 36rpx;
  39. color: #333333;
  40. font-weight: 500;
  41. margin-top: 20rpx;
  42. }
  43. .top .tag {
  44. font-size: 24rpx;
  45. font-weight: 400;
  46. color: #999999;
  47. margin-top: 16rpx;
  48. }
  49. /* 店铺 */
  50. .store {
  51. width: 710rpx;
  52. height: 80rpx;
  53. background-color: #fff;
  54. border-radius: 24rpx;
  55. margin-left: 20rpx;
  56. margin-top: 20rpx;
  57. padding: 20rpx 24rpx;
  58. box-sizing: border-box;
  59. font-size: 28rpx;
  60. color: #333333;
  61. }
  62. .store text {
  63. font-size: 28rpx;
  64. color: #999999;
  65. margin-right: 10rpx;
  66. }
  67. /* 产品详情 */
  68. .project-detail {
  69. background: #fff;
  70. }
  71. .project-detail .title {
  72. height: 98rpx;
  73. padding-left: 30rpx;
  74. background: #FFEBF3;
  75. }
  76. .project-detail .title .line {
  77. width: 6rpx;
  78. height: 28rpx;
  79. background: #FAA9CB;
  80. }
  81. .project-detail .detail {
  82. overflow: hidden;
  83. width: 100%;
  84. }
  85. .project-detail .detail image {
  86. width: 100% !important;
  87. }
  88. /* 立即秒杀 */
  89. .bottom {
  90. display: flex;
  91. position: fixed;
  92. bottom: 0;
  93. height: 140rpx;
  94. padding-top: 10rpx;
  95. box-sizing: border-box;
  96. width: 100%;
  97. background-color: #fff;
  98. }
  99. .bottom .btn {
  100. width: 670rpx;
  101. height: 84rpx;
  102. background-color: #FA7D22;
  103. color: #fff;
  104. text-align: center;
  105. font-size: 32rpx;
  106. line-height: 84rpx;
  107. border-radius: 42rpx;
  108. margin-left: 40rpx;
  109. }