student_success.wxss 700 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. page {
  2. height: 60%;
  3. }
  4. .box {
  5. width: 100%;
  6. height: 100%;
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. justify-content: center;
  11. }
  12. .loading {
  13. display: flex;
  14. align-items: center;
  15. justify-content: center;
  16. }
  17. .box .text1 {
  18. font-size: 36rpx;
  19. font-family: PingFang SC;
  20. font-weight: 800;
  21. color: #2A2A2A;
  22. margin-top: 60rpx;
  23. }
  24. .box .text2 {
  25. font-size: 28rpx;
  26. font-family: PingFang SC;
  27. font-weight: 500;
  28. color: #9C9C9C;
  29. margin-top: 27rpx;
  30. }
  31. .btn {
  32. width: 690rpx;
  33. height: 88rpx;
  34. background: #FF4C00;
  35. border-radius: 4rpx;
  36. display: flex;
  37. align-items: center;
  38. justify-content: center;
  39. color: white;
  40. font-size: 30rpx;
  41. margin-top: 53rpx;
  42. }