index.wxss 635 B

123456789101112131415161718192021222324252627282930313233343536
  1. .agreement-page.data-v-0b7e99d3 {
  2. width: 100vw;
  3. height: 100vh;
  4. background: #ffffff;
  5. display: flex;
  6. flex-direction: column;
  7. }
  8. .content-scroll.data-v-0b7e99d3 {
  9. width: 100%;
  10. }
  11. .article-body.data-v-0b7e99d3 {
  12. padding: 40rpx;
  13. padding-top: 20rpx;
  14. }
  15. .title.data-v-0b7e99d3 {
  16. font-size: 40rpx;
  17. font-weight: bold;
  18. color: #1a1a1a;
  19. margin-bottom: 16rpx;
  20. text-align: center;
  21. }
  22. .update-time.data-v-0b7e99d3 {
  23. font-size: 24rpx;
  24. color: #999;
  25. margin-bottom: 40rpx;
  26. text-align: center;
  27. }
  28. .footer-tip.data-v-0b7e99d3 {
  29. margin-top: 60rpx;
  30. padding: 30rpx;
  31. background: #f8fafc;
  32. font-size: 24rpx;
  33. color: #888;
  34. text-align: center;
  35. }