/* 抖音音乐渠道订购页面 */ @import "../../../public/scss/reset.scss"; html,body{height:100%} body { color: white; min-height: 12.5rem; background: url('../images/bg-bottom.png') bottom no-repeat #28134d; background-size: 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%; } .section-banner { .banner { height: 5.95rem; img { width: 100%; } } } .section-login { width: 6.64rem; 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: #ebebeb; font-size: 0.28rem; } input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color: #ebebeb; font-size: 0.28rem; } input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color: #ebebeb; font-size: 0.28rem; } input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color: #ebebeb; font-size: 0.28rem; } .form-group { .input-row { display: flex; align-content: space-between; justify-content: center; margin-bottom: 0.25rem; .smscode { width: 3.2rem; } .sendcode { color: #ec6bea; font-size: 0.3em; width: 2.2rem; height: .8rem; border-radius: 0.15rem; border: 0.01rem solid #c44fbf; display: flex; align-items: center; justify-content: center; margin-left: 0.24rem; } .sendcode-wait { font-size: 0.26rem; color: #eaeaea; } &:last-child { margin-bottom: 0rem; } } input { color: white; 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: #37266d; border-radius: 0.15rem; padding-left: 0.2rem; } .actions { margin-top: 0.5rem; .btn { color: white; font-size: 0.36rem; width: 5.5rem; height: 0.9rem; background: url(../images/btn-order.png) no-repeat; background-size: 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.3rem 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: rgba(16,16,57, 1); 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; } }