@import "../../../../common/scss/reset.scss"; body { color: white; background: url("../images/bg.png") no-repeat #59089f; font-family: PingFangSC-Regular, sans-serif, "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑"; background-size: 100% 100%; } iframe { position: fixed; top: 0; left: 0; width: 100%; height: 100%; border: 0px; } .section-banner { height: 9rem; background: url("../images/banner.png") no-repeat; background-size: 100%; .title { padding-top: 7.2rem; display: flex; justify-content: center; img { width: 5.85rem; height: 0.6rem; display: none; } } .products { height: 0.68rem; margin-top: 0.3rem; display: flex; align-items: center; ul { margin: 0 auto; li { margin-right: 0.14rem; float: left; &:last-child { margin-right: 0; } img { width: 0.66rem; height: 0.66rem; } } } } .duration { font-size: 0.3rem; text-decoration: none; text-align: center; margin-top: 0.2rem; } } .section-order { display: flex; justify-content: center; margin-top: 0.48rem; .btn { input { color: white; border: none; font-size: 0.34rem; width: 6.18rem; height: 0.98rem; background: url("../images/btn-order.png") no-repeat; background-size: 100% 100%; display: flex; align-items: center; justify-content: center; } } } .section-agr { font-size: 0.3rem; text-align: center; text-decoration: underline; margin-top: 0.2rem; margin-bottom: 1rem; a { color: white; text-decoration: none; } } .overlay { background: rgba(0, 0, 0, 0.3); position: fixed; top: 0; left: 0; right: 0; bottom: 0; } .dialog-agr { background: #2b2059; color: white; width: 6.9rem; height: 9.48rem; position: absolute; left: 0.3rem; right: 0.3rem; top: 1.6rem; h3 { font-size: 0.34rem; text-align: center; margin: 0.3rem auto 0.4rem; font-weight: bold; } h4 { font-size: 0.3rem; font-weight: bold; } ul { margin: 0.4rem; font-size: 0.28rem; li { p { line-height: 0.5rem; } a { color: #ffd525; } } } } .section-active { font-size: 0.3rem; text-align: center; margin-top: 0.3rem; a { color: #ffd525; } }