| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- .successContainer {
- text-align: center;
- min-height: 100vh;
- background-color: #fff;
- .iconSuccess {
- padding-top: 33px;
- width: 72px;
- height: 72px;
- }
- h2 {
- padding-top: 30px;
- font-size: 20px;
- font-weight: 600;
- color: #1A1A1A;
- line-height: 28px;
- }
- p {
- padding-top: 15px;
- font-size: 14px;
- color: #777777;
- line-height: 20px;
- }
- .applyTip {
- padding: 15px 34px;
- text-align: left;
- }
- .downloadBtn {
- margin-top: 40px;
- height: 44px;
- line-height: 44px;
- background: #FF8057;
- border-radius: 39px;
- font-size: 18px;
- font-weight: 600;
- color: #FFFFFF;
- border: none;
- line-height: 25px;
- width: 85%;
- }
- }
- .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%;
- }
- }
|