123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .downloadContainer {
- overflow: hidden;
- background: url('./images/download_bg.png') no-repeat top center;
- background-size: cover;
- min-height: 100vh;
- padding: 30px 34px 0 34px;
- text-align: center;
- :global {
- .van-image {
- // margin-top: 25px;
- }
- }
- }
- .buttonGroup {
- text-align: center;
- margin: 15px 0 15px -8px;
- }
- .btn {
- width: 230px;
- height: 45px;
- line-height: 45px;
- background: url('./images/student-btn.png') no-repeat center;
- background-size: cover;
- border: none;
- }
- .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%;
- }
- }
- .downImg {
- // width: 275px;
- padding-top: 25px;
- }
|