recruitStudents.scss 572 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /* 招生简章 */
  2. .recruit {
  3. .navbar-right {
  4. display: flex;
  5. align-items: center;
  6. color: rgba($color: #fff, $alpha: 0.8);
  7. font-size: 26rpx;
  8. margin-right: 24rpx;
  9. text {
  10. margin-left: 10rpx;
  11. }
  12. }
  13. &-content {
  14. padding: 0 30rpx;
  15. &-name {
  16. text-align: center;
  17. font-size: 42rpx;
  18. color: #3D5D4C;
  19. font-weight: 600;
  20. margin: 60rpx auto 24rpx;
  21. }
  22. &-box {
  23. color: #545454;
  24. font-size: 24rpx;
  25. line-height: 50rpx;
  26. }
  27. }
  28. }
  29. .progress {
  30. text-align: center;
  31. display: flex;
  32. align-items: center;
  33. justify-content: center;
  34. height: 100%;
  35. }