123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- @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;
- }
- }
|