123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- @charset "UTF-8";
- /* http://meyerweb.com/eric/tools/css/reset/
- v2.0 | 20110126
- License: none (public domain)
- */
- html, body, div, span, applet, object, iframe,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
- a, abbr, acronym, address, big, cite, code,
- del, dfn, em, img, ins, kbd, q, s, samp,
- small, strike, strong, sub, sup, tt, var,
- b, u, i, center,
- dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend,
- table, caption, tbody, tfoot, thead, tr, th, td,
- article, aside, canvas, details, embed,
- figure, figcaption, footer, header, hgroup,
- menu, nav, output, ruby, section, summary,
- time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline; }
- /* HTML5 display-role reset for older browsers */
- article, aside, details, figcaption, figure,
- footer, header, hgroup, menu, nav, section {
- display: block; }
- ol, ul {
- list-style: none; }
- blockquote, q {
- quotes: none; }
- blockquote:before, blockquote:after,
- q:before, q:after {
- content: '';
- content: none; }
- table {
- border-collapse: collapse;
- border-spacing: 0; }
- input {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box; }
- 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%; }
- .section-banner .title {
- padding-top: 6.8rem;
- display: flex;
- justify-content: center; }
- .section-banner .title img {
- width: 5.85rem;
- height: 0.6rem; }
- .section-banner .products {
- height: 0.68rem;
- margin-top: 0.3rem;
- display: flex;
- align-items: center; }
- .section-banner .products ul {
- margin: 0 auto; }
- .section-banner .products ul li {
- margin-right: 0.1rem;
- float: left; }
- .section-banner .products ul li:last-child {
- margin-right: 0; }
- .section-banner .products ul li img {
- width: 0.66rem;
- height: 0.66rem; }
- .section-banner .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; }
- .section-order .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; }
- .section-active a {
- color: #ffd525; }
- .section-agr {
- font-size: 0.3rem;
- text-decoration: underline;
- text-align: center;
- margin-top: 0.2rem;
- margin-bottom: 1rem; }
- .section-agr 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; }
- .dialog-agr h3 {
- font-size: 0.34rem;
- text-align: center;
- margin: 0.3rem auto 0.4rem;
- font-weight: bold; }
- .dialog-agr h4 {
- font-size: 0.3rem;
- font-weight: bold; }
- .dialog-agr ul {
- margin: 0.4rem; }
- .dialog-agr ul li p {
- line-height: 0.5rem; }
- /*# sourceMappingURL=order.css.map */
|