1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- .downMove {
- width: 400px;
- // height: 309px;
- background: #FFFFFF;
- border-radius: 16px;
- position: relative;
- padding: 0 30px 35px;
- .downMoveBg {
- position: absolute;
- top: 0;
- left: 0;
- width: 400px;
- height: 104px;
- }
- .dingPng {
- width: 160px;
- height: 160px;
- position: absolute;
- left: 50%;
- margin-left: -80px;
- top: -80px;
- z-index: 100;
- }
- .closeAble {
- cursor: pointer;
- width: 25px;
- height: 25px;
- position: absolute;
- top: 18px;
- right: 20px;
- }
- h2 {
- margin-top: 96px;
- 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 {
- font-size: 18px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #777777;
- line-height: 30px;
- }
- .submitAppBtn {
- width: 256px;
- height: 47px;
- 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;
- }
- }
- }
- }
|