123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242 |
- * {
- box-sizing: border-box;
- font-family: "PingFang SC,Microsoft YaHei,SourceHanSansCN-Normal,HiraginoSansGB,HiraginoSans-W3,Helvetica Neue,Helvetica,STHeiTi,sans-serif";
- }
- html,body {
- position: relative;
- width: 100%;
- height: 100%;
- min-height: 8.41rem;
- }
- body {
- position: relative;
- }
- .con {
- width: 100%;
- position: absolute;
- top: 0;
- left: 0;
- }
- .top {
- width: 100%;
- height: .4rem;
- position: fixed;
- top: 0;
- left: 0;
- background: rgba(255,255,255,.8);
- z-index: 99999;
- }
- .top img {
- width: .2rem;
- height: .2rem;
- position: absolute;
- left: .1rem;
- top: 50%;
- transform: translate(0,-50%);
- }
- .top h1 {
- font-size: .14rem;
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%,-50%);
- }
- .header {
- position: absolute;
- top: .24rem;
- left: .38rem;
- }
- .icon {
- display: inline-block;
- width: .34rem;
- height: .34rem;
- border-radius: .09rem;
- margin-right: .08rem;
- }
- .title {
- text-align: center;
- font-size: .18rem;
- color: #fff;
- }
- .header .title {
- display: inline-block;
- }
- .form {
- width: 100%;
- height: 100%;
- padding: 0 .24rem;
- position: absolute;
- // margin: auto;
- padding-top: 3.13rem;
- top: 0;
- left: 50%;
- transform: translate(-50%,0);
- }
- .main {
- height: 1.24rem;
- border-radius: .11rem;
- line-height: .22rem;
- padding: .26rem .13rem;
- background: #fff;
- }
- .text {
- box-sizing: content-box;
- border-bottom: .01rem solid rgba(0, 0, 0, .18);
- position: relative;
- padding-bottom: .14rem;
- }
- .text::before,.left::before {
- content: "";
- display: inline-block;
- width: .14rem;
- height: .14rem;
- background-image: url("../img/phone.png");
- background-size: 100% 100%;
- vertical-align: middle;
- margin-right: .12rem;
- }
- .paw {
- padding-top: .14rem;
- display: flex;
- justify-content: space-between;
- }
- .left::before {
- width: .15rem;
- background-image: url("../img/check.png");
- }
- input {
- font-size: .15rem;
- color: #777777;
- border: none;
- }
- input:focus {
- border: none;
- }
- .check {
- font-size: .13rem;
- border: none;
- background: transparent;
- color: #2E2BFF;
- float: right;
- }
- .else {
- margin-top: .13rem;
- height: .2rem;
- }
- .notice {
- font-size: .14rem;
- line-height: .2rem;
- color: #fff;
- }
- .notice span {
- font-size: .14rem;
- color: #398EFF;
- text-decoration: underline;
- }
- .button {
- width: 100%;
- height: .59rem;
- background-image: url("../img/button.png");
- background-size: 100% 100%;
- border-radius: .11rem;
- border: none;
- color: #DC0000;
- font-size: .2rem;
- margin-top: .38rem;
- margin-bottom: .44rem;
- }
- input::-webkit-input-placeholder{
- color: #777;
- font-size: .15rem;
- }
- input::-moz-placeholder{ /* Mozilla Firefox 19+ */
- color: #777;
- font-size: .15rem;
- }
- input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
- color: #777;
- font-size: .15rem;
- }
- input::-ms-input-placeholder{ /* Internet Explorer 10-11 */
- color: #777;
- font-size: .15rem;
- }
- .content {
- width: 100%;
- height: 2.26rem;
- padding: 0 .24rem;
- position: absolute;
- top: 3.13rem;
- left: 50%;
- transform: translate(-50%,0);
- display: none;
- }
- .status {
- height: 100%;
- border-radius: .11rem;
- background: #fff;
- text-align: center;
- border: .01rem solid transparent;
- }
- .auditng .status {
- height: 90%;
- }
- .h1 {
- color: #037DEE;
- font-size: .2rem;
- margin-top: .17rem;
- margin-bottom: .12rem;
- }
- .status img {
- display: inline-block;
- width: 80%;
- }
- .success img {
- width: 90%;
- }
- .success .status p {
- max-width: 100%;
- }
- .status p {
- max-width: 2.08rem;
- display: inline-block;
- line-height: .18rem;
- font-size: .13rem;
- color: #6E6E6E;
- }
- .button2,.button1 {
- width: 100%;
- height: 19%;
- display: flex;
- align-items: center;
- justify-content: center;
- line-height: .55rem;
- box-shadow: 0 .05rem 0 #FF9A59;
- background: linear-gradient(#FFE88F,#FEC100);
- border-radius: .11rem;
- border: none;
- color: #DC0000;
- font-size: .2rem;
- font-weight: bold;
- margin-top: 5%;
- }
- .alert-info {
- position: fixed;
- top: 1.74rem;
- right: 0;
- left: 0;
- bottom: 0;
- text-align: center;
- z-index: 2;
- display: none;
- }
- .alert-info p {
- display: inline-block;
- height: .38rem;
- color: #fff;
- font-size: .14rem;
- line-height: .38rem;
- padding: 0 .1rem;
- background: rgba(0, 0, 0,.9);
- border-radius: 5px;
- }
|