1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- .downMove {
- width: 443px;
- // height: 309px;
- background: #FFFFFF;
- border-radius: 16px;
- position: relative;
- padding: 0 30px 35px;
- .downMoveBg {
- position: absolute;
- top: 0;
- left: 0;
- width: 443px;
- height: 101px;
- }
- .closeAble {
- cursor: pointer;
- width: 25px;
- height: 25px;
- position: absolute;
- top: 18px;
- right: 20px;
- z-index: 100;
- }
- h2 {
- margin-top: 24px;
- 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;
- position: relative;
- z-index: 99;
- }
- .smsForm {
- padding-top: 20px;
- }
- .smsImg {
- width: 100%;
- height: 44px;
- cursor: pointer;
- }
- .imgChange {
- cursor: pointer;
- display: block;
- text-align: center;
- font-size: 12Px;
- color: #198CFE;
- line-height: 17px;
- }
- .btnGroup {
- border-top: 1px solid #F2F2F2;
- padding-top: 25px;
- margin-top: 20px;
- }
- .btn {
- width: 150px;
- height: 44px;
- }
- }
|