You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .login-body {
- padding-top: 200rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
-
- .login-logo {
- width: 320rpx;
- height: 320rpx;
- }
-
- .login-logo>image {
- width: 100%;
- height: 100%;
- }
-
- .login-btn {
- padding-top: 120rpx;
- width: 670rpx;
- }
- .active{
- opacity: .6;
- }
-
- .login-btn .login-btn-login {
- background: #00C0FF !important;
- border-radius: 60rpx !important;
- height: 94rpx !important;
- line-height: 94rpx;
- margin: 0 !important;
- padding: 0 !important;
- font-family: PingFangSC-Semibold !important;
- font-size: 36rpx !important;
- color: #FFFFFF !important;
- letter-spacing: 0.75rpx !important;
- text-align: center;
- }
|