detail.scss 654 B

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