index.scss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. page {
  2. background: #F6F5F5;
  3. // padding-bottom: 165rpx;
  4. }
  5. .container {
  6. // padding-bottom: 165rpx;
  7. .content{
  8. // padding-bottom: 165rpx;
  9. .pic{
  10. overflow: hidden;
  11. height: 500rpx;
  12. .bigImg{
  13. width: 100%;
  14. height: 100%;
  15. }
  16. }
  17. .center{
  18. display: flex;
  19. flex-direction: column;
  20. justify-content: center;
  21. background: #fff;
  22. height: 200rpx;
  23. padding: 0 30rpx;
  24. font-size: 36rpx;
  25. font-weight: 600;
  26. .selOutBox{
  27. display: flex;
  28. align-items: center;
  29. justify-content: space-between;
  30. .price{
  31. margin-top: 10rpx;
  32. font-size: 54rpx;
  33. }
  34. .sellOut{
  35. font-size: 34rpx;
  36. font-weight: 500;
  37. }
  38. }
  39. }
  40. .bottom{
  41. margin-top: 10rpx;
  42. .title{
  43. background: #fff;
  44. height: 100rpx;
  45. padding: 0 30rpx;
  46. font-size: 36rpx;
  47. font-weight: 600;
  48. padding-top: 40rpx;
  49. }
  50. .desBox{
  51. width: 100%;
  52. min-height: 570rpx;
  53. padding: 0 40rpx;
  54. background: #fff;
  55. }
  56. }
  57. }
  58. .kefuAndBtn{
  59. border-top: 1px solid #eee;
  60. position: fixed;
  61. bottom: 0;
  62. display: flex;
  63. align-items: center;
  64. background: #fff;
  65. padding: 30rpx;
  66. width: 100%;
  67. .iconBox{
  68. background: #eee;
  69. width: 100rpx;
  70. height:100rpx;
  71. border-radius: 50%;
  72. margin-right: 30rpx;
  73. display: flex;
  74. justify-content: center;
  75. .icon{
  76. }
  77. }
  78. .btn{
  79. width: 80%;
  80. background: #26B3A0;
  81. height: 100rpx;
  82. border-radius: 20rpx;
  83. font-size: 30rpx;
  84. display: flex;
  85. align-items: center;
  86. justify-content: center;
  87. color: #fff;
  88. font-weight: 600;
  89. }
  90. }
  91. }
  92. .bImg{
  93. width: 100%;
  94. height: 600rpx;
  95. margin-bottom: 20rpx;
  96. padding: 0 40rpx;
  97. }
  98. .pos{
  99. height: 165rpx;
  100. }