123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398 |
- html {
- font-size: 100px;
- background-color: #F2F2F2;
- }
- nav {
- font-size: 0rem;
- height: 0.44rem;
- width: 100%;
- background-color: #5d7dff;
- position: relative;
- }
- 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: -1px;
- 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;
- 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.16rem;
- 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.32rem 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;
- text-align: left;
- padding: 0 0.1rem;
- }
- .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;
- }
- .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;
- }
|