12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .login {
- min-height: 100vh;
- background: url('./images/top_bg.png') no-repeat top center, url('./images/bottom_bg.png') no-repeat bottom center;
- background-color: #fff;
- background-size: contain;
- .loginTitle {
- padding-top: 100px;
- font-size: 26px;
- padding-left: 35px;
- padding-bottom: 70px;
- line-height: 37px;
- font-weight: 500;
- }
- .codeText {
- color: var(--van-primary);
- }
- .margin34 {
- margin: 0 34px;
- }
- .formTitle {
- font-size: 18px;
- color: #000;
- font-weight: 500;
- }
- :global {
- .van-cell-group {
- margin-bottom: 35px;
- }
- .van-field {
- padding-left: 0;
- padding-right: 0;
- }
- .van-button + .van-button {
- margin-top: 20px;
- color: #000 !important;
- }
- }
- }
|