details.scss 774 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .box {
  2. width: 750rpx;
  3. padding: 30rpx;
  4. box-sizing: border-box;
  5. background-color: #ffffff;
  6. .title {
  7. font-size: 30rpx;
  8. font-family: PingFang SC-Bold, PingFang SC;
  9. font-weight: bold;
  10. color: #333333;
  11. }
  12. .time {
  13. font-size: 24rpx;
  14. font-family: PingFang SC-Regular, PingFang SC;
  15. color: #666666;
  16. margin-top: 20rpx;
  17. }
  18. }
  19. .footer {
  20. position: fixed;
  21. width: 100%;
  22. background-color: #ffffff;
  23. padding: 20rpx 0;
  24. text-align: center;
  25. bottom: 0;
  26. .button {
  27. width: 500rpx;
  28. height: 90rpx;
  29. background: #FA8C16;
  30. font-size: 28rpx;
  31. font-family: PingFang SC-Bold, PingFang SC;
  32. font-weight: bold;
  33. color: #FFFFFF;
  34. }
  35. }