* { margin: 0; padding: 0; } body { font-size: 65%; position: relative; color:#353535; } .all-content { position: relative; width: 100%; } .bg-img { width: 100%; } .content { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } .banner { width: 100%; } .txt-box { width: 90%; margin: 12px auto; background-color: #ffffff; padding: 10px; border-radius: 8px; font-size:1rem; } .input-box{ width: 90%; margin: 20px auto; /*background-color: #ffffff;*/ padding: 20px; display: flex; flex-direction: column; align-items: center; /*box-shadow: 0 5px 10px rgba(0,0,0,0.5);*/ /*border-radius: 8px;*/ /*box-sizing: border-box;*/ } .one-input-box { width: 100%; display: flex; align-items: center; white-space: nowrap; } .one-input-box .phone, .code { height: 32px; flex: 1; border: 0; outline: 0; -webkit-appearance: none; font-size:1rem; color: inherit; background-color: #f5f5f5; border-radius: 50px; box-sizing: border-box; padding-left: 5px; } .one-input-box .phone{ width: 50px; } .phone::-webkit-input-placeholder,.code::-webkit-input-placeholder{ font-size: 0.8rem; } .phone::-moz-placeholder,.code::-moz-placeholder{ font-size: 0.8rem; } .phone::-ms-input-placeholder,.code::-ms-input-placeholder{ font-size: 0.8rem; } .phone-input-box{ margin-bottom: 20px; } .input-title{ margin-right:10px; font-size: 0.8rem; } .send-code{ margin-left: 10px; padding: 6px 0; width: 80px; border-radius: 50px; border: 0; outline: 0; -webkit-appearance: none; color: inherit; background-color: #f5f5f5; border-radius: 50px; box-sizing: border-box; } .code{ width: 20px; } .input-box .getcoupon{ background-color: #d6010e; color: white; padding: 13px 28px; font-size: 1.1rem; border-radius: 50px; margin-top: 20px; width: 65%; text-align: center; } /*错误提示框*/ .tips-popup{ position:fixed; left:0; top:50%; width: 100%; /*display: none;*/ text-align: center; z-index:3000; } .tips-popup .tips-content{ background-color: rgba(0,0,0,0.5); padding: 6px 16px; color:#ffffff; border-radius: 4px; display: inline-block; } /*图像验证码输入框*/ .img-verify-popup{ position: fixed; z-index: 1000; top: 0; right: 0; left: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); /*display: none;*/ } .img-verify-content{ background-color: #ffffff; position: fixed; z-index: 2000; width: 80%; max-width: 300px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; border-radius: 3px; overflow: hidden; padding-top: 30px; /*padding-bottom: 10px;*/ } .img-verify-content .verify-title{ font-size: 1rem; } .img-verify-content .verify-input-box{ /*margin-top: 20px;*/ border-bottom: 1px solid rgb(213, 213, 214); display: flex; width: 90%; margin:20px auto 0; display: flex; align-items: center; padding-bottom: 10px; } .verify-input-box .verify-input{ border: 0; outline: 0; -webkit-appearance: none; background-color: transparent; font-size:1rem; color: inherit; height: 1.41176471em; line-height: 1.41176471; width: 50px; flex: 1; } .verify-img{ width: 92px; height: 26px; margin: 0 6px; } .refresh-img{ width: 16px; height:17px; } .img-verify-content .img-verify-button{ display: flex; border-top:1px solid rgb(213, 213, 214); margin-top: 10px; } .img-verify-button .cancel{ box-sizing: border-box; border-right:1px solid rgb(213, 213, 214); width: 50%; font-size: 1.3rem; padding: 6px 0; } .img-verify-button .sure{ width: 50%; color:#d8000f; font-size: 1.3rem; padding: 6px 0; } /* 优惠券领取成功弹窗*/ .coupon-success-popup{ position: fixed; z-index: 1000; top: 0; right: 0; left: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); /*display: none;*/ } .coupon-success-popup .coupon-content{ background-color: #ffffff; position: fixed; z-index: 2000; width: 80%; max-width: 300px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; border-radius: 3px; overflow: hidden; padding: 30px; box-sizing: border-box; } .coupon-content .coupon-tips{ font-size: 0.8rem; } .coupon-content .look-coupon{ background-color: #d6010e; border-radius: 4px; padding: 4px 8px; color: white; display: inline-block; margin-top: 24px; } #page-loading { display: none; z-index: 5000; position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: rgba(255, 255, 255, 0.7); background-position: center center; background-size: 2rem 2rem; background-repeat: no-repeat; background-image:; padding-top: 6rem; text-align: center; font-size: 1rem; } .tips{ display: none; height: 40px; transform: translatex(-50%) translatey(-50%); font-size: 14px; font-weight: 500; line-height: 40px; padding: 0 16px; position: fixed; z-index: 5001; top: 50%; left: 50%; background: rgba(17, 17, 17, 0.7); border-radius: 5px; color: #ffffff; }