| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- .downContainer {
- position: relative;
- background: url('./images/bg.png') center top no-repeat;
- background-size: cover;
- min-height: 100vh;
- }
- .logo {
- padding-top: 68px;
- padding-bottom: 28px;
- width: 104px;
- height: 127px;
- margin: 0 auto;
- }
- .down {
- text-align: center;
- :global {
- .van-button {
- width: 194px;
- border-color: #fff;
- font-size: 18px;
- }
- }
- }
- .mainImg {
- padding-top: 50px;
- padding-bottom: 32px;
- width: 227px;
- margin: 0 auto;
- img {
- width: 100%;
- }
- }
- .wxpopup {
- width: 100%;
- height: 100vh;
- position: fixed;
- top: 0;
- left: 0;
- background: rgba(0, 0, 0, 0.5);
- z-index: 9999;
- img {
- width: 88%;
- margin: 0 6%;
- }
- }
|