auth_self.acss 935 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .as-container {
  2. padding: 28rpx 28rpx 0;
  3. }
  4. .as-container .auth-layout {
  5. padding: 50rpx 36rpx 40rpx;
  6. width: calc(100% - 72rpx);
  7. background-color: #fff;
  8. border-radius: 6rpx;
  9. display: flex;
  10. flex-direction: column;
  11. align-items: flex-start;
  12. }
  13. .as-container .auth-layout .title {
  14. font-size: 36rpx;
  15. font-weight: 500;
  16. line-height: 54rpx;
  17. color: #333333;
  18. }
  19. .protocol {
  20. margin-top: 110rpx;
  21. color: #B1B1B1;
  22. font-weight: 400;
  23. font-size: 28rpx;
  24. line-height: 40rpx;
  25. display: flex;
  26. align-items: center;
  27. }
  28. .protocol .protocol-top {
  29. color: #1677FF;
  30. }
  31. .submit-btn {
  32. margin-top: 38rpx;
  33. width: 100%;
  34. height: 98rpx;
  35. border-radius: 16rpx;
  36. display: flex;
  37. justify-content: center;
  38. align-items: center;
  39. font-weight: 400;
  40. font-size: 36rpx;
  41. border: none;
  42. color: #ffffff;
  43. background-color: #1677FF;
  44. }
  45. .btn-disabled {
  46. color: #B1B1B1;
  47. background-color: #F2F2F2;
  48. }
  49. .btn-hover {
  50. opacity: 0.6;
  51. }