You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

438 lines
6.5 KiB

2 years ago
@media screen and (min-width: 320px) {
html {
font-size: 62.5%;
}
}
@media screen and (min-width: 360px) {
html {
font-size: 65%;
}
}
@media screen and (min-width: 384px) {
html {
font-size: 67.5%;
}
}
@media screen and (min-width: 400px) {
html {
font-size: 70%;
}
}
* {
margin: 0;
padding: 0;
}
html,
body {
width: 100%;
2 years ago
moz-user-select: -moz-none;
-moz-user-select: none;
-o-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
2 years ago
font-family: "Arial";
2 years ago
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
2 years ago
}
body {
background-color: #fff;
box-sizing: border-box;
}
2 years ago
img {
margin: 0;
}
2 years ago
.header {
width: 100%;
height: 48px;
background-color: #000;
}
.container {
width: 100%;
padding-bottom: 6rem;
2 years ago
overflow: hidden;
height: 100vh;
box-sizing: border-box;
2 years ago
}
.bg {
width: 100%;
}
.footer {
position: fixed;
bottom: 0;
left: 0;
z-index: 10;
}
.swiper-container {
width: 100%;
padding-bottom: 1rem;
}
.swiper-container img {
width: 100%;
}
.swiper-slide {
box-sizing: border-box;
padding: 1.2rem;
/* background-color: pink; */
}
.swiper-pagination {
}
.swiper-pagination-bullet {
width: 6px !important;
height: 6px !important;
background-color: rgba(0, 0, 0, 0.5) !important;
}
.swiper-pagination-bullet-active {
width: 1rem !important;
border-radius: 2.3rem !important;
background-color: #ababab !important;
}
.tips {
width: 100%;
text-align: center;
line-height: 2;
}
.top-header {
display: none;
width: 100%;
position: fixed;
top: -5px;
left: 0;
z-index: 2222;
}
.banner {
position: relative;
}
.banner .account {
position: absolute;
z-index: 11;
width: 4rem;
height: 4rem;
top: 17rem;
2 years ago
left: 13vw;
2 years ago
}
.mx {
position: absolute;
z-index: 11;
width: 4rem;
height: 4rem;
top: 17rem;
2 years ago
left: 55vw;
}
.billing {
width: 100%;
2 years ago
height: 100%;
2 years ago
left: 100%;
position: fixed;
z-index: 99;
2 years ago
background-color: #f7f7f7;
2 years ago
/* padding-top: 48px; */
2 years ago
overflow-y: scroll;
2 years ago
box-sizing: border-box;
2 years ago
transition: left 0.4s;
2 years ago
top: 0;
2 years ago
}
.my-account {
width: 100%;
height: 100%;
left: 100%;
position: fixed;
z-index: 99;
2 years ago
top: 0;
2 years ago
background-color: #f7f7f7;
2 years ago
/* padding-top: 48px; */
2 years ago
overflow-y: scroll;
box-sizing: border-box;
transition: left 0.4s;
2 years ago
border-top: 28px solid #fff;
2 years ago
}
.my-account:target {
left: 0;
}
@keyframes moveLeft {
0% {
let: 100%;
}
100% {
let: 70%;
}
2 years ago
}
2 years ago
@keyframes moveRight {
0% {
let: 0%;
}
100% {
let: 100%;
}
}
2 years ago
.billing:target {
left: 0;
2 years ago
/* transition: left 0.4s; */
2 years ago
}
2 years ago
.list-class:target .billing-header {
left: 0;
transition: left 0.4s;
}
2 years ago
.account-header {
position: relative;
}
.account-back {
width: 4rem;
height: 4rem;
position: absolute;
left: 0;
top: 0.5rem;
z-index: 99;
}
2 years ago
/* .container:target .billing {
2 years ago
left: 100%;
2 years ago
2 years ago
position: fixed;
}
2 years ago
.container:target .billing-header {
left: 100%;
transition: left 0.4s;
2 years ago
} */
2 years ago
2 years ago
.loading {
width: 3rem;
position: fixed;
z-index: 100;
top: 48%;
left: 50%;
margin-left: -1.5rem;
animation: move 2s linear infinite;
}
@keyframes move {
100% {
transform: rotate(360deg);
}
2 years ago
}
2 years ago
.bb-list,
.bb-list .item {
width: 100%;
}
.bb-list .item {
position: relative;
}
.bb-list .item .card {
position: absolute;
z-index: 2;
2 years ago
/* top: 2.35rem; */
top: 13%;
2 years ago
font-size: 1.7rem;
color: rgba(0, 0, 0, 0.7);
left: 18.5%;
2 years ago
width: 65%;
2 years ago
background-color: #fff;
}
.bb-list .item span {
font-size: 1.4rem;
padding-left: 0.3rem;
}
.bb-list .item .money {
position: absolute;
right: 3.3rem;
top: 36.8%;
font-size: 2.3rem;
font-weight: 600;
2 years ago
color: rgba(0, 0, 0, 0.7);
2 years ago
background-color: #fff;
min-width: 7rem;
text-align: right;
}
.billing-list {
width: 100%;
}
.billing-list .item {
position: relative;
width: 100%;
}
.billing-list .card-l {
position: absolute;
width: 100%;
top: 0.8rem;
}
.billing-list .card-l .row {
display: flex;
justify-content: space-between;
padding: 0 1.45rem;
align-items: center;
/* background-color: red; */
width: 100%;
box-sizing: border-box;
}
.billing-list .name {
font-size: 1.7rem;
width: 40%;
background-color: #fff;
color: rgba(0, 0, 0, 0.7);
}
.row .add {
color: #ecba64;
font-size: 1.55rem;
margin-right: 2.6rem;
width: 50%;
background-color: #fff;
text-align: right;
}
.time {
color: rgba(0, 0, 0, 0.6);
font-size: 1.38rem;
2 years ago
margin-top: 0.2rem;
2 years ago
min-width: 45%;
2 years ago
background-color: #fff;
}
.ye {
color: rgba(0, 0, 0, 0.6);
font-size: 1.38rem;
margin-top: 0.3rem;
min-width: 40%;
background-color: #fff;
margin-right: 2.5rem;
text-align: right;
}
.row .jian {
color: rgba(0, 0, 0, 0.7);
}
.billing-list .item {
2 years ago
/* margin-top: -0.3rem; */
2 years ago
}
.card-box {
width: 100%;
position: relative;
}
.card-number {
position: absolute;
z-index: 2;
2 years ago
top: 37%;
2 years ago
font-size: 1.7rem;
color: rgba(0, 0, 0, 0.7);
left: 11.2%;
2 years ago
padding-right: 1rem;
2 years ago
background-color: #fff;
}
2 years ago
.billing-header {
position: fixed;
2 years ago
top: 0;
2 years ago
left: 100%;
z-index: 10;
width: 100%;
2 years ago
/* border-top: 48px solid #fff; */
border-top: 28px solid #fff;
2 years ago
}
.home-box {
position: relative;
}
.font-animation-box {
position: absolute;
2 years ago
/* background-color: rgba(255, 255, 255, 0.7); */
2 years ago
width: 30%;
left: 25%;
height: 3rem;
2 years ago
top: 0.5rem;
font-size: 1.3rem;
color: #fff;
overflow: hidden;
}
.font-animation-box .box-list div {
height: 3rem;
2 years ago
display: flex;
align-items: center;
}
.font-animation-box .box-list {
width: 100%;
height: 6.4rem;
position: absolute;
top: 3rem;
2 years ago
animation: fonMoveTop 5s infinite backwards;
}
@keyframes fonMoveTop {
0% {
top: 3rem;
2 years ago
}
10% {
top: 0;
}
50% {
top: 0;
}
60% {
top: -3rem;
2 years ago
}
99.99999% {
top: -3rem;
2 years ago
}
100% {
top: 3rem;
2 years ago
}
}
2 years ago
.toList {
display: block;
position: absolute;
bottom: 2rem;
left: 5%;
width: 11rem;
height: 4rem;
z-index: inherit;
}
2 years ago
.list-class {
2 years ago
/* padding-top: 0; */
/* position: relative; */
2 years ago
}
2 years ago
.filter {
position: absolute;
/* background-color: rgba(0, 0, 0, 0.2); */
left: 0;
top: 7.6rem;
display: flex;
/* top: 0; */
padding: 1.5rem;
font-size: 1.3rem;
}
.filter-item {
padding: 0.6rem 1.5rem;
background-color: #fff;
margin-left: 1.5rem;
border-radius: 3rem;
color: rgba(0, 0, 0, 0.7);
}
.filter-item:first-child {
margin-left: 0;
}
.filter-item.active {
background-color: #f3b046;
color: #fff;
}
2 years ago
2 years ago
.moveRight {
2 years ago
left: 0 !important;
}