rlxf_index.acss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .index-container {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: flex-start;
  5. height: 100vh;
  6. overflow: hidden;
  7. background-image: url('/static/images/bg.jpg');
  8. background-position: left top;
  9. background-repeat: no-repeat;
  10. background-size: 100% 100%;
  11. }
  12. .head-title {
  13. font-size: 64rpx;
  14. color: #19244B;
  15. margin-top: 220rpx;
  16. font-weight: 700;
  17. margin-left: 60rpx;
  18. font-family: 'Source Han Sans CN';
  19. }
  20. .head-subtitle {
  21. line-height: 54rpx;
  22. font-size: 36rpx;
  23. color: #6D7395;
  24. font-weight: 400;
  25. text-align: left;
  26. margin: 26rpx 60rpx 0;
  27. }
  28. .submit-btn {
  29. margin: 330rpx 60rpx 0;
  30. width: calc(100% - 120rpx);
  31. height: 98rpx;
  32. border-radius: 16rpx;
  33. display: flex;
  34. justify-content: center;
  35. align-items: center;
  36. font-weight: 400;
  37. font-size: 36rpx;
  38. border: none;
  39. color: #ffffff;
  40. background-color: #1D43C7;
  41. }
  42. .btn-disabled {
  43. color: rgba(255, 255, 255, 0.5);
  44. background-color: #6B84DE;
  45. }
  46. .btn-hover {
  47. opacity: 0.6;
  48. }
  49. .watch {
  50. font-size: 26rpx;
  51. margin-top: 10px;
  52. color: #f1f1f1;
  53. align-self: center;
  54. margin-top: 20rpx;
  55. }
  56. .problem {
  57. width: 136rpx;
  58. height: 44rpx;
  59. margin-bottom: 40rpx;
  60. align-self: center;
  61. }