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.
30 lines
444 B
30 lines
444 B
.scroll {
|
|
width: 100%;
|
|
margin-top: 94rpx;
|
|
margin-bottom: 98rpx;
|
|
}
|
|
.animation {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 80rpx;
|
|
background-color: #f7f7f7;
|
|
margin-bottom: -80rpx;
|
|
}
|
|
.loading {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
object-fit: cover;
|
|
}
|
|
.loading image {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.tip {
|
|
margin-left: 10rpx;
|
|
color: #999;
|
|
font-size: 26rpx;
|
|
}
|