81 lines
1.3 KiB
Plaintext
81 lines
1.3 KiB
Plaintext
/* packageI/pay_back/pay_back.wxss */
|
|
.wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100%;
|
|
}
|
|
|
|
.wrapper .block {
|
|
width: 448rpx;
|
|
height: 576rpx;
|
|
}
|
|
|
|
.wrapper .block image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.pay_back {
|
|
min-height: 100vh;
|
|
background-color: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.loadingStyle {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 25.92rpx;
|
|
}
|
|
|
|
.pay_succee {
|
|
margin: 40rpx;
|
|
width: 250.88rpx;
|
|
height: 198.08rpx;
|
|
}
|
|
|
|
.loadingEx {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
margin-left: 14.08rpx;
|
|
}
|
|
|
|
.loadingEx .span {
|
|
display: inline-block;
|
|
width: 10rpx;
|
|
height: 10rpx;
|
|
margin-right: 10rpx;
|
|
border-radius: 50%;
|
|
background: #ff4c4c;
|
|
-webkit-animation: load 1.04s ease infinite;
|
|
}
|
|
|
|
.loadingEx .span:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
@-webkit-keyframes load {
|
|
0% {
|
|
opacity: 1;
|
|
}
|
|
|
|
100% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
|
|
.loadingEx .span:nth-child(1) {
|
|
-webkit-animation-delay: 0.13s;
|
|
}
|
|
|
|
.loadingEx .span:nth-child(2) {
|
|
-webkit-animation-delay: 0.26s;
|
|
}
|
|
|
|
.loadingEx .span:nth-child(3) {
|
|
-webkit-animation-delay: 0.39s;
|
|
} |