12345678910111213141516171819202122232425262728293031 |
- .wrapper {
- display: flex;
- flex-direction: column;
- align-items: center;
- padding-top: 108rpx;
- }
- .title {
- width: 100%;
- padding-left: 30rpx;
- line-height: 72rpx;
- font-size: 48rpx;
- color: rgba(51, 51, 51, 1);
- }
- .logo {
- width: 286rpx;
- height: 286rpx;
- margin-top: 120rpx;
- }
- button.login {
- width: 504rpx;
- height: 76rpx;
- margin-top: 118rpx;
- border-radius: 38rpx;
- font-size: 32rpx;
- font-weight: 500;
- color: #FFFFFF;
- background-color: rgba(145, 179, 121, 1);
- }
|