123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549 |
- html {
- font-size: 100px;
- background-color: #F2F2F2;
- }
- nav {
- font-size: 0rem;
- height: 0.44rem;
- width: 100%;
- background-color: #5d7dff;
- position: fixed;
- top: 0;
- }
- nav i {
- /*display: inline-block;
- width: 0.16rem;
- height: 0.16rem;
- line-height: 0.44rem;
- margin-left: 0.1rem;
- background-image: url(../img/back.png);
- background-repeat: no-repeat;
- background-size: 100% auto;*/
- display: inline-block;
- width: 0.16rem;
- height: 0.16rem;
- line-height: 0.44rem;
- background-image: url(../img/back.png);
- background-repeat: no-repeat;
- background-size: 100% auto;
- position: absolute;
- top: 0;
- bottom: 0;
- margin: auto;
- margin-left: 0.1rem;
- }
- nav .qiehuan{
- font-size: 0.13rem;
- padding-right: 0.13rem;
- float: right;
- line-height: 0.44rem;
- color: #fff;
- }
- nav .qiehuan a{
- color: #FFFFFF;
- }
- nav p {
- /*display: inline-block;
- width: 90%;
- text-align: center;
- line-height: 0.44rem;
- color: #fff;
- font-size: 0.17rem;*/
-
- display: inline-block;
- text-align: center;
- line-height: 0.44rem;
- color: #fff;
- font-size: 0.17rem;
- position: absolute;
- left: 0;
- right: 0;
- margin: auto;
- width: 55%;
- }
- nav p em{
- border: 0.08rem solid transparent;
- border-top: 0.08rem solid #fff;
- width: 0;
- height: 0;
- position: relative;
- top: 0.15rem;
- right: 0;
- margin-left: 0.06rem;
- }
- nav p span{
- display: inline-block;
- max-width: 81%;
- height: 0.44rem;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .container {
- width: 100%;
- height: 100%;
- /*background-image: url(../img/bg_blue.png);*/
- background-repeat: no-repeat;
- background-size: 100% auto;
- margin-top: 0.44rem;
- padding-top: 1px;
- }
- .header-wrapper {
- width: 100%;
- height: 0.32rem;
- }
- .choose-city {
- width: 100%;
- margin-top: 0.08rem;
- font-size: 0;
- }
- .location {
- display: inline-block;
- background-image: url(../img/location1.png);
- background-size: 100%;
- width: 0.26rem;
- height: 0.26rem;
- margin-left: 0.10rem;
- }
- .city-name {
- margin-left: 0.04rem;
- font-size: 0.14rem;
- color: #fff;
- }
- .login-wrapper {
- font-size: 0;
- background-color: #fff;
- /*margin: 0 0.10rem 0.12rem;*/
- border-radius: 4px;
- overflow: hidden;
- }
- .tab-tab-wrapper {
- font-size: 0;
- }
- .tab-tab {
- display: inline-block;
- font-size: 0.16rem;
- width: 50%;
- margin: 0.16rem 0;
- margin-bottom: 0.06rem;
- color: #666;
- text-align: center;
- }
- .tab-tab-active {
- font-weight: bold;
- color: #222;
- }
- .hr-active {
- display: inline-block;
- width: 0.16rem;
- height: 0.03rem;
- margin-top: 0.14rem;
- }
- .tab-tab-active .hr-active {
- background-color: #5d7dff;
- margin-top: 0.14rem;
- }
- .tab-tab-active .tab-title{
- color: #5D7DFF;
- }
- .tab-content-wrapper {
- margin: 0 0.20rem;
- }
- .input-wrapper {
- border-bottom: 0.5px solid #d8d8d8;
- padding-bottom: 0.14rem;
- padding-top: 0.26rem;
- font-size: 0;
- }
- .input-wrapper:last-of-type{
- border-bottom: none;
- }
- .input-wrapper label {
- display: inline-block;
- width: 0.90rem;
- font-size: 0.16rem;
- color: #222;
- text-align:justify;
- }
- .input-wrapper input {
- color: #222;
- font-size: 0.16rem;
- border: none;
- outline: none;
- width: 2rem;
- }
- .input-wrapper input::-webkit-input-placeholder{
- color: #aaa;
- }
- .agreement-wrapper {
- margin-top: 0.1rem;
- color: #888;
- font-size: 0.12rem;
- margin-left: 0.2rem;
- }
- .check {
- vertical-align: text-bottom;
- display: inline-block;
- width: 0.16rem;
- height: 0.16rem;
- margin-right: 0.06rem;
- background-image: url(../img/check_fale.png);
- background-size: 100%;
- }
- .check-active {
- background-image: url(../img/check_true.png);
- }
- .agreement-wrapper a {
- color: #5d7dff;
- }
- .button-wrapper {
- margin: 0.36rem 0;
- text-align: center;
- font-size: 0.15rem;
- }
- .button-wrapper input {
- width: 3rem;
- height: 0.4rem;
- border: none;
- outline: none;
- color: #fff;
- border-radius: 0.2rem;
- font-size: 0.2rem;
- }
- .disable-commit {
- background-color: #ccc;
- }
- .enable-commit {
- background-color: #5d7dff;
- box-shadow: 0 0 6px 0 rgba(93, 125, 255, 0.7);
- -webkit-box-shadow: 0 0 6px 0 rgba(93, 125, 255, 0.7);
- }
- .tips {
- margin: 0.12rem 0.10rem 0;
- }
- .tips p {
- font-size: 0.12rem;
- color: #888;
- line-height: 0.16rem;
- }
- .mask {
- position: absolute;
- top: 0;
- right: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.5);
- }
- .dialog-wrapper {
- width: 2.9rem;
- /* height: 2.38rem; */
- text-align: center;
- margin: auto;
- margin-top: 1.50rem;
- background-color: #fff;
- font-size: 0;
- padding-bottom: 0.14rem;
- border-radius: 0.12rem;
- }
- .dialog-wrapper img {
- height: 0.60rem;
- width: auto;
- margin-top: 0.30rem;
- margin-bottom: 0.20rem;
- }
- .dialog-wrapper p {
- line-height: 0.20rem;
- font-size: 0.14rem;
- color: #888;
- padding: 0 0.15rem;
- text-align: left;
- }
- .dialog-wrapper input{
- margin-top: 0.14rem;
- padding-top: 0.16rem;
- width: 100%;
- border: none;
- border-radius: 0;
- border-top: 0.01rem solid #D8D8D8;
- outline: none;
- color: #5D7DFF;
- font-size: 0.18rem;
- background: transparent;
- }
- .alert-info {
- position: absolute;
- top: 1.74rem;
- right: 0;
- left: 0;
- bottom: 0;
- text-align: center;
- z-index: 99;
- }
- .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-wrapper {
- width: 100%;
- height: 100%;
- }
- .loading-wrapper img {
- position: absolute;
- top: 1.68rem;
- left: 50%;
- transform: translateX(-50%);
- clip: rect(0px, 400px, 120px, 0px);
- height: 2.04rem;
- width: auto;
- }
- .loading-wrapper p {
- position: absolute;
- top: 3.72rem;
- color: #222;
- font-size: 0.14rem;
- display: block;
- left: 50%;
- transform: translateX(-50%);
- }
- .process {
- font-size: 0.17rem;
- font-weight: bold;
- }
- .bg-white {
- background-color: #fff;
- }
- /*酷炫*/
- .inputForget{
- position: relative;
- }
- .inputForget .forget{
- position: absolute;
- top: 0.25rem;
- line-height: 0.20rem;
- font-size: .12rem;
- right: 0;
- color: #5D7DFF;
- padding-left: 0.11rem;
- border-left: 0.01rem solid #D8D8D8;
- }
- .tishi{
- font-size: 0.18rem;
- color: #444444;
- line-height: 0.25rem;
- padding: 0.17rem;
- }
- .obtainPwd {
- text-align: center;
- color: #999999;
- font-size: 0.12rem;
- line-height: 0.17rem;
- margin: 0.12rem 0;
- }
- .obtainPwd a{
- color: #5D7DFF;
- font-size: 0.15rem;
- }
- /*贷款推荐位*/
- /*.loan_recommendation{
- padding-top: 0.1rem;
- }
- .loan_recommendation .bannerTop{
- color: #FF9759;
- font-size: 0.1rem;
- line-height: 0.14rem;
- text-align: center;
- }
- .loan_recommendation .bannerTop span{
- position: relative;
- }
- .loan_recommendation .bannerTop span:after,.loan_recommendation .bannerTop span:before{
- content: "";
- display: inline-block;
- width: 0.2rem;
- height: 0.005rem;
- background: #888888;
- position: absolute;
- }
- .loan_recommendation .bannerTop span:after{
- right: -0.26rem;
- top: 0;
- bottom: 0;
- margin: auto;
- }
- .loan_recommendation .bannerTop span:before{
- left: -0.26rem;
- top: 0;
- bottom: 0;
- margin: auto;
- }*/
- /*swiper*/
- /*.swiper-container {
- width: 100%;
- margin-top: 0.15rem;
- }
- .swiper-slide .mySwiper{
- font-size: 18px;
- background: #fff;
- display: -webkit-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .swiper-container{
- height: 1.2rem;
- }
- .swiper-wrapper{
- z-index: 20 !important;
- }
- .swiper-slide-active .mySwiper{
- width: 3rem;
- margin: auto;
- border-radius: 0.16rem;
- height: 0.86rem !important;
- box-shadow: 0 0.04rem 0.02rem rgba(137,160,255,0.24);
- }
- .swiper-slide-prev{
- height: 0.7rem !important;
- right: -0.22rem ;
- top: 0.08rem;
- border-radius: 0.11rem;
- }
- .swiper-slide-next{
- height: 0.7rem !important;
- left: -0.22rem;
- top: 0.08rem;
- border-radius: 0.11rem;
- }
- .swiper-slide-prev .mySwiper,.swiper-slide-next .mySwiper{
- border-radius: 0.11rem;
- height: 100%;
- }
- .swiper-pagination-bullet{
- width: 0.14rem !important;
- height: 0.07rem !important;
- background: #FFFFFF !important;
- border-radius: 0.04rem !important;
- opacity:1 !important;
- }
- .swiper-pagination-bullet-active{
- background: #A1B3FF !important;
- }
- .swiper-container-horizontal>.swiper-pagination-bullets{
- bottom: 0rem !important;
- }
- .swiper-slide .img{
- width: 0.45rem;
- height: 0.45rem;
- margin-left: 0.12rem;
- }
- .swiper-slide .con h3{
- font-size: 0.14rem;
- color: #333333;
- line-height: 0.2rem;
- }
- .swiper-slide .con p{
- width: 1.5rem;
- font-size: 0.12rem;
- line-height: 0.17rem;
- color: #888888;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- .swiper-slide .button{
- width: 0.64rem;
- height: 0.18rem;
- border-radius: 0.09rem;
- border: 0.01rem solid #404CF8;
- color: #4158FA;
- font-size: 0.1rem;
- background: #ffffff;
- margin-right: 0.1rem;
- text-align: center;
- line-height: 0.18rem;
- }*/
- .loan_recommendation .data{
- font-size: 0.12rem;
- line-height: 0.16rem;
- color: #747474;
- vertical-align: middle;
- margin-top: 0.35rem;
- text-align: center;
- }
- .loan_recommendation .data icon{
- display: inline-block;
- width: 0.11rem;
- height: 0.14rem;
- background: url(../img/security.png) no-repeat;
- background-size:100% ;
- margin-right: 0.05rem;
- vertical-align: middle;
- }
- .loan_recommendation{
- padding-top: 0.1rem;
- }
- .mySwiper{
- width: 100%;
- height: 0.8rem;
- }
- .mySwiper img{
- width: 100%;
- }
|