detail.scss 686 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. page {
  2. overflow: hidden;
  3. }
  4. .total {
  5. width: 100vw;
  6. height: 56rpx;
  7. line-height: 56rpx;
  8. text-align: center;
  9. font-family: PingFang SC-Regular, PingFang SC;
  10. color: #999999;
  11. font-size: 24rpx;
  12. }
  13. .slide {
  14. height: 100%;
  15. .but {
  16. height: 100%;
  17. }
  18. }
  19. .footer {
  20. position: fixed;
  21. bottom: 0;
  22. width: 100vw;
  23. background-color: #ffffff;
  24. text-align: center;
  25. padding: 20rpx 0;
  26. .but {
  27. width: 500rpx;
  28. height: 90rpx;
  29. background: #3874F6;
  30. border-radius: 100rpx;
  31. font-size: 28rpx;
  32. font-family: PingFang SC-Bold, PingFang SC;
  33. font-weight: bold;
  34. color: #FFFFFF;
  35. }
  36. }