@import "../../../../public/scss/reset.scss"; @import "../../../../public/scss/unicom.scss"; html, body { margin: 0; padding: 0; } body { color: white; background: url('../images/bg-9.png') no-repeat; background-size: 100% 100%; .banner { display: flex; align-items: flex-end; justify-content: center; .banner-text { width: 6.81rem; height: 7.42rem; // background: url(../images/banner-text-15.png) no-repeat; // background-size: 100%, 100%; margin: 0 auto; margin-top: 0.67rem; } } .agr { background: #ffff; border-radius: 0.16rem; border: 0.06rem solid #397CFF; width: 6.86rem; height: 7.52rem; margin-left: 0.32rem; margin-top: 0.25rem; margin-bottom: 0.5rem; .title {} .agr-9sar { background: #381c6e75; border-radius: 0.2rem; margin-bottom: 0.34rem; padding: 0 0.35rem 0rem 0.29rem; height: 5.2rem; } .agr-9 { display: block; } .agr-15 { display: none; } h2 { color: #333333; font-size: 0.36rem; font-weight: bold; text-align: center; letter-spacing: 0.02rem; margin-top: 0.4rem; margin-bottom: 0.15rem; position: relative; z-index: 10; } .kongse { width: 1.96rem; height: 0.16rem; background: #7FACFF; display: inline-block; position: absolute; top: 0.33rem; left: 2.08rem; z-index: -1; } ul { margin: 0 auto; text-align: justify; margin-bottom: 0.35rem; li { color: #333333; font-weight: 400; font-size: 0.28rem; margin-bottom: 0.45rem; line-height: 0.45rem; letter-spacing: 0.01rem; a { color: #0a5cff; text-decoration: none; border-bottom: 0.01rem solid #0a5cff; } } } } } .box_ax { height: 3.6rem; // overflow: auto; padding-right: 0.3rem; width: 6.25rem; } .box_box { background: url('../images/bg-15.png') no-repeat; background-size: 100% 100%; height: 17rem; } .body-9 { background: #d0e9fd url(../images/bg-9.png) no-repeat; background-size: 100% 100%; .banner { .banner-text { width: 6.81rem; height: 7.42rem; margin-top: 0.67rem; // background: url(../images/banner-text-9.png) no-repeat; // background-size: 100%, 100%; } } .agr { .agr-9 { display: block; padding: 0 0.35rem 0rem 0.29rem; height: 7.4rem; overflow: auto; } .agr-15 { display: none; } } } .slider { position: relative; height: 2.62rem; display: flex; align-items: center; z-index: 0; margin: 0.17rem 0.08rem; .item-15 { width: 4.89rem; height: 2.62rem; background: url('../images/p-15-active.png') no-repeat; background-size: 100%, 100%; position: absolute; z-index: 1; animation: item15-in 1s; } .item-15-inactive { width: 3.02rem; height: 1.51rem; background: url('../images/p-15-inactive.png') no-repeat; background-size: 100%, 100%; position: absolute; z-index: 0; animation: item15-out 1s; } .item-9 { width: 4.89rem; height: 2.62rem; background: url('../images/p-9-active.png') no-repeat; background-size: 100%, 100%; position: absolute; right: 0; z-index: 1; animation: item9-in 1s; } .item-9-inactive { width: 3.02rem; height: 1.51rem; background: url('../images/p-9-inactive.png') no-repeat; background-size: 100%, 100%; position: absolute; right: 0; z-index: 0; animation: item9-out 1s; } @keyframes item9-in { from { width: 3.02rem; height: 1.51rem; top: 0.32rem; } to { width: 4.89rem; height: 2.62rem; top: 0rem; } } @keyframes item9-out { from { width: 4.89rem; height: 2.62rem; } to { width: 3.02rem; height: 1.51rem; } } @keyframes item15-in { from { width: 3.02rem; height: 1.51rem; top: 0.32rem; } to { width: 4.89rem; height: 2.62rem; top: 0rem; } } @keyframes item15-out { from { width: 4.89rem; height: 2.62rem; } to { width: 3.02rem; height: 1.51rem; } } } .order { display: flex; justify-content: center; margin-top: 12.1rem; .btn { width: 6rem; height: 1.28rem; } .btn-order { background: url(../images/btn-order.png) no-repeat; background-size: 100%, 100%; font-size: 0.48rem; line-height: 1rem; color: #333333; } } .section-announcement { position: fixed; top: 0; left: 50%; transform: translateX(-50%); width: 5.86rem; height: 0.97rem; font-size: 0.2rem; display: flex; justify-content: center; background: url(../images/bg-announcement.png) no-repeat; background-size: 100% 100%; .horn { height: 0.65rem; display: flex; align-items: center; justify-content: center; img { width: 0.37rem; height: 0.32rem; margin-right: 0.05rem; background: url(../images/horn.png) no-repeat; background-size: 100% 100%; } } .content { height: 0.7rem; line-height: 0.7rem; } } input::-webkit-input-placeholder { color: #9E9E9E; font-size: 0.28rem; } input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #9E9E9E; font-size: 0.28rem; } input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #9E9E9E; font-size: 0.28rem; } input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #9E9E9E; font-size: 0.28rem; } .sms-form { display: flex; align-items: center; justify-content: center; } .cancel-form { height: 4.18rem; margin: 0.25rem 0.05rem; padding-top: 0.2rem; background: url(../images/bg-cancel-dialog.png); background-size: 100% 100%; } .draw-form { height: 5.8rem; margin: 0.45rem 0.15rem 0 0.17rem; background: url(../images/bg-draw-dialog.png); background-size: 100% 100%; padding-top: 1.3rem; } .form-group { width: 6rem; .input-row { display: flex; align-content: space-between; justify-content: center; margin-bottom: 0.4rem; .smscode { width: 100%; margin-right: 0.4rem; } .sendcode { font-size: 0.32rem; height: .86rem; padding: 0 0.2rem; word-break: keep-all; white-space: nowrap; border-radius: 0.1rem; background: #A300C6; display: flex; align-items: center; justify-content: center; min-width: 1.6rem; } &:last-child { margin-bottom: 0rem; } } input { color: #222222; font-size: 0.36rem; width: 100%; height: 0.88rem; outline: none; -webkit-appearance: none; min-width: 2.4rem; margin-bottom: 0.01rem; border: 0.01rem solid rgb(204, 204, 204); border-radius: 0.1rem; padding-left: 0.3rem; } .actions { margin-top: 0.4rem; } } .btn { color: white; font-size: 0.36rem; height: 1rem; background: url(../images/btn-order.png) no-repeat; background-size: 100% 100%; margin: 0 auto; display: flex; justify-content: center; } .btn-draw { background: url(../images/btn-draw.png); background-size: 100% 100%; } .btn-cancel { background: url(../images/btn-cancel.png); background-size: 100% 100%; } .dialog-confirm { position: fixed; top: 40%; left: 0.62rem; right: 0.62rem; height: 3.6rem; border-radius: 0.2rem; z-index: 9992; background: #ffffff; animation: frames-top-center-01 300ms; .content { color: #000; font-size: 0.32rem; height: 1.8rem; text-align: center; line-height: 0.5rem; margin: 0.6rem 0.42rem 0; } .actions { font-size: 0.3rem; display: flex; align-items: center; justify-content: space-between; margin: 0 0.6rem; .btn { color: #a300c6; font-size: 0.3rem; width: 2.2rem; height: 0.8rem; display: flex; align-items: center; justify-content: center; border-radius: 0.1rem; background: #ded5e0; } .okay { color: white; float: left; background: #a300c6; } } } .dialog-message { top: 40%; left: .82rem; right: .82rem; z-index: 9998; position: fixed; height: auto; min-height: auto; background: url(../images/bg-dialog.png) no-repeat; background-size: 100% 100%; h1 { font-size: 0.36rem; font-weight: bold; text-align: center; margin-top: 0.5rem; } .content { color: white; font-size: 0.36rem; min-height: 1.17rem; margin: 0.4rem 0.8rem 0.2rem; display: flex; align-items: center; justify-content: center; } .actions { height: 1.32rem; display: flex; justify-content: center; .btn { color: white; font-size: 0.36rem; width: 3.3rem; height: 0.82rem; display: flex; align-items: center; justify-content: center; background: url('../images/btn-ok.png') no-repeat; background-size: 100% 100%; } } } #uniauthframe { width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; margin: 0px; padding: 0px; border: 0px; animation: capauth-zoom-in 600ms; } // .moreProduct { // width: 0.5rem; // height: 1.67rem; // position: fixed; // right: 0; // top: 2rem; // background: url(../images/moreproduct.png) no-repeat; // background-size: 100% 100%; // // .head, .body { // display: none; // } // } .ordertrack { color: #b10fff; font-size: 0.3rem; margin: 0.3rem; display: flex; align-items: center; justify-content: center; } .ordertrack .btn-ordertrack { border-bottom: 0.01rem solid #a60dff; } .tu_a { background: url('../images/bng.png') no-repeat bottom; background-size: 100%; width: 6.29rem; height: 4.11rem; position: relative; left: 0.55rem; } .btn_x { text-align: center; display: inline-block; } .b_img { height: 1.02rem; } .text_b { font-size: 0.22rem; margin-top: -0.2rem; } .a_img { width: 1.02rem; height: 1.02rem; } .text_c { font-size: 0.22rem; margin-top: 0.05rem; position: relative; top: -0.32rem; } .Big_box { width: 6.13rem; margin-top: 0.47rem; margin-left: 0.71rem; } .dialog-alert .actions .btn { background: linear-gradient(-90deg, #009eff, #59a8fd); }