123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- body{
- background: #ffffff;width: 100%;min-height: 100vh;
- }
- /* 短信验证 */
- .SMS_verification{
- padding-top: 1rem;
- }
- .SMS_verification .title{
- color: #333333;font-size: 0.2rem;line-height: 0.28rem;font-weight: bold;text-align: center;
- }
- .SMS_verification .phone{
- color: #333333;font-size: 0.18rem;line-height: 0.28rem;font-weight: bold;text-align: center;margin-top: 0.2rem;
- }
- .SMS_verification .requirement{
- display: flex;align-items: flex-start;justify-content: center;
- font-size: 0.14rem;line-height: 0.2rem;margin-top: 0.2rem;
- }
- .SMS_verification .requirement input{
- margin-right: 0.1rem;margin-top:0.02rem;
- }
- .SMS_verification .requirement input[type='checkbox']{
- width: 0.16rem;
- height: 0.16rem;
- background-color: #fff;
- -webkit-appearance:none;
- border: 0.01rem solid #c9c9c9;
- border-radius: 50%;
- outline: none;
- }
- .SMS_verification .requirement input[type=checkbox]:checked{
- background: url("../img/selection.png") no-repeat center;
- background-size:0.16rem;
- border: 0.01rem solid #1B82D2;
- }
- .SMS_verification .next_step{
- display: block; width: 1.89rem;line-height: 0.4rem;border: none;border-radius: 0.4rem;
- margin: 0.8rem auto 0;color: #fff;background: #1B82D2;
- font-size: 0.16rem;padding: 0;
- }
- /* 授权认证 */
- .authorization_authentication{
- padding-top: 1rem;display: none;
- }
- .authorization_authentication .title{
- color: #333333;font-size: 0.2rem;line-height: 0.28rem;font-weight: bold;text-align: center;
- }
- .authorization_authentication .yzm_div{
- padding: 0.1rem 0;display: flex;align-items: center;justify-content: space-between;
- width: 3rem;border-bottom: 0.01rem solid #d8d8d8;margin: auto;font-size: 0.14rem;line-height: 0.2rem;
- margin-top: 0.4rem;
- }
- .authorization_authentication .yzm_div input{
- border: none;
- }
- .authorization_authentication .yzm_div .yzm_button{
- width: 0.76rem;height: 0.22rem;line-height: 0.22rem;border-radius: 0.22rem;
- border: 0.01rem solid #1B82D2;color: #1B82D2;font-size: 0.12rem;text-align: center;
- }
- .authorization_authentication .next_step{
- display: block; width: 1.89rem;line-height: 0.4rem;border: none;border-radius: 0.4rem;
- margin: 0.8rem auto 0;color: #fff;background: #1B82D2;
- font-size: 0.16rem;padding: 0;
- }
- .authorization_authentication .yzm_div .yzm_button_active{
- color: #ccc;
- border-color: #ccc;
- }
- /* 签约合同-01 */
- .contract_signing{
- font-size: 0.14rem;padding: 0.5rem 0.1rem 1rem;line-height: 0.26rem;color: rgba(0,0,0,1);display: none;
- }
- .contract_signing .title{
- color: #333333;font-size: 0.2rem;line-height: 0.4rem;font-weight: bold;text-align: center;
- background: rgba(204, 204, 204, 1);position: fixed;top: 0;width: 100vw;left: 0;
- }
- .contract_signing p{
- text-indent: 2em;
- }
- .contract_signing h4{
- font-weight: bold;padding: 0.1rem 0;
- }
- .contract_signing .contract_button{
- display: block; width: 1.89rem;line-height: 0.4rem;border: none;border-radius: 0.4rem;
- color: #fff;background: #1B82D2;font-size: 0.16rem;padding: 0;
- position: fixed;left: 0;right: 0;margin: auto;bottom: 0.3rem;
- }
- .contract_signing .first_party{
- margin:0.2rem 0;
- }
- /* toast */
- .alert-info {
- position: fixed;
- top: 1.74rem;
- right: 0;
- left: 0;
- bottom: 0;
- text-align: center;
- z-index: 9;
- }
- .alert-info p {
- display: inline-block;
- height: 0.38rem;
- color: #fff;
- font-size: 0.14rem;
- line-height: 0.38rem;
- padding: 0 0.10rem;
- background-color: rgba(0, 0, 0, 0.7);
- border-radius: 5px;
- }
- .loading {
- position: fixed;
- top: 0;
- left: 0;
- display: none;
- width: 100%;
- height: 100vh;
- }
- .loading img {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- margin: auto;
- width: 0.3rem;
- height: 0.3rem;
- }
|