12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- .auth {
- margin-top: 128rpx;
- display: flex;
- flex-direction: column;
- align-items: center
- }
- .auth-logo {
- width: 200rpx;
- height: 200rpx
- }
- .auth-logo image {
- height: 100%;
- width: 100%
- }
- .title {
- margin-top: 20rpx;
- font-size: 36rpx;
- line-height: 56rpx
- }
- .merchant-name {
- display: inline;
- font-weight: 700
- }
- .sub-title {
- margin-top: 8rpx;
- font-size: 34rpx;
- line-height: 52rpx
- }
- .button-area {
- margin-top: 48rpx
- }
- .button-area button {
- width: 622rpx;
- height: 96rpx;
- background: #C8FF0C;
- border: 2rpx solid #C8FF0C;
- font-size: 32rpx;
- font-weight: 400;
- line-height: 96rpx;
- padding: 0;
- border-radius: 48rpx;
- color: #000000
- }
- .redirect {
- margin-top: 272rpx;
- display: flex;
- flex-direction: column;
- align-items: center
- }
- .loading {
- height: 160rpx;
- width: 160rpx;
- margin-bottom: 32rpx
- }
- .loading image {
- height: 100%;
- width: 100%
- }
- .title {
- font-size: 34rpx;
- line-height: 52rpx
- }
|