28 lines
473 B
Plaintext
28 lines
473 B
Plaintext
.scroll-view{
|
|
height:100%;
|
|
}
|
|
.load-more{
|
|
padding:56rpx 0 80rpx 0;
|
|
text-align: center;
|
|
color: #888888;
|
|
font-size:24rpx;
|
|
position: relative;
|
|
width:80%;
|
|
margin:0 auto;
|
|
}
|
|
.load-more .text{
|
|
background-color: var(--main-bgclolor);
|
|
padding:0 30rpx;
|
|
}
|
|
.load-more::before{
|
|
content: '';
|
|
position: absolute;
|
|
left:0;top:68rpx;
|
|
width:100%;height:1rpx;
|
|
background-color: rgba(136, 136, 136, 0.25);
|
|
z-index: -1;
|
|
}
|
|
|
|
.scroll-view-top-margin{
|
|
height:1rpx;
|
|
} |