| 12345678910111213141516171819202122232425262728293031323334353637 |
- .scanLogin {
- position: relative;
- text-align: center;
- min-height: 100vh;
- .iconPc {
- padding-top: 100px;
- width: 114px;
- }
- .sure {
- padding-top: 30px;
- font-size: 16px;
- color: #333333;
- line-height: 22px;
- }
- .tips {
- padding-top: 6px;
- font-size: 14px;
- color: #999999;
- line-height: 20px;
- }
- .btnSection {
- position: absolute;
- bottom: 10px;
- left: 0;
- right: 0;
- }
- .cancelLogin {
- margin-top: 10px;
- line-height: var(--van-button-default-height);
- height: var(--van-button-default-height);
- padding: var(--van-button-normal-padding);
- font-size: 14px;
- color: #333333;
- }
- }
|