index.wxss 416 B

123456789101112131415161718192021222324252627282930313233
  1. /**index.wxss**/
  2. page {
  3. height: 100vh;
  4. display: flex;
  5. flex-direction: column;
  6. }
  7. .txtWords{
  8. width:690rpx;
  9. height:600rpx;
  10. background-color: #fff;
  11. margin: 30rpx 0;
  12. font-size: 48rpx;
  13. }
  14. .feature-name{
  15. font-size: 36rpx;
  16. }
  17. .feature-btn{
  18. margin: 30rpx;
  19. }
  20. .btn-retake {
  21. background-color: #07c160;
  22. color:#fff;
  23. width: 650rpx;
  24. border-radius: 20rpx;
  25. }
  26. .footer{
  27. position: fixed;
  28. bottom:60rpx;
  29. }