@import "../../../../common/scss/reset.scss"; body { color: white; background:linear-gradient(to right, #cb1527, #ee1d30, #d41627); font-family: PingFangSC-Regular, sans-serif,"SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑"; } 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: 6.8rem; display: flex; justify-content: center; img { width: 5.85rem; height: 0.6rem; } } .products { height: 0.68rem; margin-top: 0.3rem; display: flex; align-items: center; ul { margin: 0 auto; li { margin-right: 0.1rem; 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-active { font-size: 0.3rem; text-align: center; margin-top: 0.3rem; a { color: #ffd525; } } .section-agr { font-size: 0.3rem; text-decoration: underline; text-align: center; 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: #b4622a; font-size: 0.28rem; 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; li { p { line-height: 0.5rem; } } } }