| | |
| | | font-size: 28upx; |
| | | } |
| | | .login-title{ |
| | | padding: 160upx 70upx 70upx 70upx; |
| | | /* padding: 160upx 70upx 70upx 70upx; */ |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | flex-direction: column; |
| | | gap: 20rpx; |
| | | margin-top: 70rpx; |
| | | margin-bottom: 20rpx; |
| | | } |
| | | .login-title-1{ |
| | | font-size: 40upx; |
| | | font-weight: 700; |
| | | color: #000000; |
| | | color: #1735C0; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | gap: 30rpx; |
| | | letter-spacing: 4rpx; |
| | | } |
| | | .login-title-2{ |
| | | font-size: 26upx; |
| | | font-size: 28upx; |
| | | color: #000000; |
| | | margin-top: 20upx; |
| | | } |
| | | .login-list{ |
| | | padding: 50upx 70upx; |
| | |
| | | border-radius: 50upx; |
| | | } |
| | | .loginBtn .active{ |
| | | background-color: #e3b400; |
| | | background-color: #1735C0; |
| | | } |
| | | |
| | | .login-type{ |
| | |
| | | content: ''; |
| | | height: 1px; |
| | | width: 100%; |
| | | background-color: #e3b400; |
| | | background-color: #1735C0; |
| | | left: 0; |
| | | bottom: -10px; |
| | | } |