123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .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;
- box-sizing: content-box;
- img {
- width: inherit;
- height: inherit;
- }
- }
- .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%;
- }
- }
|