/* 头条后向季包订购页面 */ @import "../../../public/scss/reset.scss"; @import "../../../public/scss/unicom.scss"; html,body{height:100%} body { color: white; min-height: 12.5rem; background: url(../images/bg.png) no-repeat #641a90; background-size: 100% 100%; font-family: PingFangSC-Regular, sans-serif,"SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑"; } /*.main { // background: url('../images/bg.png') bottom no-repeat ; // background-size: 100% 100%; height: 100%; }*/ .section-banner { .banner { font-size:0; height: 5.9rem; img { width: 100%; } .logo { width: 6.21rem; margin: 0 auto; display: block; } } } .section-login { width: 6.8rem; height: 5.5rem; margin: 0 auto; background: url(../images/order-border.png) no-repeat; background-size: 100% 100%; display: flex; align-items: center; justify-content: center; } input::-webkit-input-placeholder{ color: rgb(158,158,158); font-size: 0.3rem; } input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color: rgb(158,158,158); font-size: 0.3rem; } input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color: rgb(158,158,158); font-size: 0.3rem; } input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color: rgb(158,158,158); font-size: 0.3rem; } .form-group { .input-row { display: flex; align-content: space-between; justify-content: center; margin-bottom: 0.4rem; .smscode { width: 3.62rem; } .sendcode { color: #fff; font-size: 0.32em; width: 1.96rem; height: .8rem; border-radius: 0.15rem; background-color: #c44fbf; display: flex; align-items: center; justify-content: center; margin-left: 0.4rem; } .sendcode-wait { font-size: 0.24rem; color: #eaeaea; } &:last-child { margin-bottom: 0rem; } } input { color: #222; font-size: 0.32rem; width: 100%; height: 0.8rem; border: 0.01rem solid #ab9dbe; outline: none; -webkit-appearance: none; min-width: 2.4rem; margin-bottom: 0.01rem; background: #fff; border-radius: 0.15rem; padding-left: 0.2rem; } .actions { .btn { color: white; font-size: 0.36rem; width: 6rem; height: 0.9rem; background: url(../images/btn-order.png) no-repeat; background-size: 100% 100%; margin: 0 auto; display: flex; justify-content: center; text-align: center; align-items: center; } } } .box-agr { font-size: 0.3rem; width: 2.5rem; margin: 0.45rem auto 0; border-bottom: 0.02rem solid white; text-align: center; padding-bottom: 0.1rem; } .overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9990; background-color: rgba(0,0,0,0.9); min-height: 6.5rem; } .section-agr { font-size: 0.3rem; margin: 0.6rem 0.4rem 1.2rem; position: absolute; top: 1rem; left: 0; right: 0; background-color: rgb(28,14,86); padding: 0.3rem; border-radius: 0.1rem; z-index: 9991; .container { max-height: 8rem; overflow: scroll; position: relative; .close { right: 0.25rem; top: 1.4rem; position: fixed; z-index: 10000; img { width: 0.4rem; height: 0.4rem; } } .title { display: flex; align-items: center; justify-content: center; margin-top: 0.2rem; img { width: 3.6rem; height: 0.64rem; } } .content { color: white; font-size: 0.25rem; margin-top: 0.2rem; ul { text-align: justify; li { display: flex; flex-direction: row; margin-bottom: 0.3rem; .box-num { margin-right: 0.1rem; .num { width: 0.5rem; height: 0.5rem; background: url('../images/tips.png') no-repeat; background-size: 100% 100%; display: flex; align-items: center; justify-content: center; } } p { margin-top: 0.1rem; a { color: white; } } } } } } } .dialog-alert .actions .btn { background: linear-gradient(-90deg, #973dbe, #dc64f9); } .dialog-alert .content { min-height: 0.8rem; margin: 0.2rem 0.6rem; display: flex; align-items: center; justify-content: center; font-size: 0.3rem; text-align: center; } .dialog-pay { position: fixed; top: 32%; left: 0.8rem; right: 0.8rem; z-index: 9991; border-radius: 0.2rem; font-size: 0.3rem; background-color: white; .title { height: 1.6rem; display: flex; align-items: center; justify-content: center; color: #222; font-weight: bold; font-size: 0.34rem; } .finish { height: 1rem; display: flex; align-items: center; justify-content: center; color: red; border-top: 0.01rem solid lightgray; border-bottom: 0.01rem solid lightgray; } .repay { height: 1rem; display: flex; align-items: center; justify-content: center; color: #666; } }