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.
25 lines
347 B
25 lines
347 B
page {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #f5f5f5;
|
|
box-sizing: border-box;
|
|
font-size: $uni-font-size-base;
|
|
}
|
|
|
|
.border-radius {
|
|
border-radius: 20rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.banner {
|
|
width: 100%;
|
|
height: 200rpx;
|
|
}
|
|
|
|
.load-more-container {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|