123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- .downMove {
- width: 353px;
- // height: 309px;
- background: #FFFFFF;
- border-radius: 16px;
- position: relative;
- padding: 0 30px 35px;
- text-align: center;
- .downMoveBg {
- position: absolute;
- top: 0;
- left: 0;
- width: 353px;
- height: 101px;
- }
- .dingPng {
- width: 162px;
- height: 98px;
- position: absolute;
- left: 50%;
- margin-left: -81px;
- top: -49px;
- z-index: 100;
- }
- .closeAble {
- cursor: pointer;
- width: 25px;
- height: 25px;
- position: absolute;
- top: 18px;
- right: 20px;
- }
- h2 {
- position: relative;
- padding-top: 64px;
- height: 33px;
- font-size: 24px;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- color: #131415;
- line-height: 33px;
- text-align: center;
- margin-bottom: 15px;
- }
- p {
- padding-top: 32px;
- font-size: 18px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #777777;
- line-height: 30px;
- }
- .submitAppBtn {
- width: 257px;
- height: 45px;
- line-height: 45px;
- background: linear-gradient(305deg, #40C8FF 0%, #3192FF 100%);
- border-radius: 24px;
- border: none;
- :global {
- .n-button__border {
- display: none;
- }
- .n-button__state-border {
- display: none;
- }
- }
- }
- }
|