/* 抖音音乐渠道订购页面 */ @import "../../../public/scss/reset.scss"; body { color: white; min-height: 12.5rem; background: url(../images/music/bg-bottom.png) no-repeat #2c1854 bottom; background-size: 100%; font-family: PingFangSC-Regular, sans-serif,"SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑"; } .section-banner { .banner { height: 5.95rem; img { width: 100%; } } } .section-login { width: 6.64rem; height: 5.15rem; margin: 0 auto; background: url(../images/music/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/music/btn-order.png) no-repeat; background-size: 100%; margin: 0rem auto; display: flex; justify-content: center; font-weight: bold; text-align: center; align-items: center; } } } .section-agr { margin: 0.6rem 0.4rem 1.2rem; .title { display: flex; align-items: center; justify-content: center; img { width: 4.16rem; height: 0.78rem; } } .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/music/circle.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; }