123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- body{
- width: 100%;
- min-height: 100vh;
- background:#ff735f;
- padding-bottom: 0.38rem;
- box-sizing: border-box;
- }
- /*提示*/
- .alert-info {position: absolute;top: 2.74rem; right: 0; left: 0;bottom: 0; text-align: center;z-index: 999;}
- .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;}
- #picCode{overflow:hidden;width: 2.7rem; background: #fff; position: absolute; top: 50%; left: 50%; z-index: 110; text-align: center; border-radius: 0.035rem; -webkit-transition-property: -webkit-transform,opacity; -moz-transition-property: -moz-transform,opacity; -ms-transition-property: -ms-transform,opacity; -o-transition-property: -o-transform,opacity; transition-property: transform,opacity; -webkit-transition-duration: 400ms; transition-duration: 400ms; -webkit-transform: translate3d(-50%, -50%,0) scale(1); transform: translate3d(-50%, -50%,0) scale(1); color: #333;}
- #picCode .modal-inner{ background: #fff; padding: 0.25rem 0.1rem 0.1rem;}
- #picCode .modal-button{ background: #f4f4f4; font-size: 0.16rem; color: #666; text-align: center; }
- #picCode .modal-button-bold{ background: #FE6E00; font-size: 0.16rem; color: #fff;}
- #picCode img{ width: 2rem; height: 0.6rem; margin: 0 auto 0.15rem;}
- #picCode input[type='text']{ box-sizing:border-box;width: 2.5rem; height: 0.48rem; padding-left: 0.12rem; border-radius: 0.03rem; font-size: 0.14rem; border: 0.005rem solid #ccc; margin: 0.1rem auto;}
- #mask,#maskMoney{position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.4); z-index: 100; visibility: hidden;}
- #maskMoney{
- /*visibility: visible;*/
- }
- #maskMoney .con_money{
- width: 3.56rem;
- height: 3.17rem;
- background: url(img/tankuangImg.png) no-repeat;
- background-size:100% ;
- position: absolute;
- left: 0;
- right: 0;
- top: 1.2rem;
- margin: auto;
- }
- #maskMoney #goApp{
- display: block;
- width: 1.6rem;
- height: 0.38rem;
- background: url(img/goApp.png) no-repeat;
- background-size:100% ;
- border: none;
- margin: auto;
- margin-top: 2.35rem;
- }
- .modal-buttons{
- display: flex;
- align-items: center;
- }
- .modal-button{
- display: block;
- width: 50%;
- height: 0.44rem;
- line-height: 0.44rem;
- }
- .topBanner{
- width: 100%;
- }
- .phone,.yzm{
- width: 3.25rem;
- height: 0.5rem;
- background: #FFFFFF;
- border-radius: 0.1rem;
- margin: auto;
- display: flex;
- align-items: center;
- margin-bottom: 0.08rem;
- }
- .phone i,.yzm i{
- display: block;
- width: 0.14rem;
- height: 0.17rem;
- margin-left: 0.19rem;
- margin-right: 0.11rem;
- }
- .phone i{
- background: url(img/icon_phone.png) no-repeat;
- background-size:100% ;
- }
- .yzm i{
- width: 0.18rem;
- background: url(img/icon_yzm.png) no-repeat;
- background-size:100% ;
- }
- .phone input,.yzm input{
- /*color: #999999;*/
- font-size: 0.16rem;
- border: none;
- background: transparent;
- flex: 1;
- }
- .yzm button{
- border: none;
- background-color: #FE6E00;
- border-radius: 0.06rem;
- width: 0.96rem;
- height: 0.3rem;
- color: #FFFFFF;
- font-size: 0.13rem;
- margin-right: 0.1rem;
- }
- .giveMoney{
- display: block;
- background: url(img/giveMoney.png) no-repeat;
- background-size:100% ;
- width: 2.6rem;
- height: 0.6rem;
- border: none;
- margin: auto;
- margin-top: 0.05rem;
- }
- .bottomTitle{
- font-size: 0.14rem;
- line-height: 0.2rem;
- color: #FFFFFF;
- text-align: center;
- }
|