This commit is contained in:
2025-12-05 18:09:45 +08:00
parent 0d5e3024bc
commit 1ba45fdf93
48 changed files with 2702 additions and 1047 deletions

View File

@@ -244,3 +244,22 @@ function changeSwiperMsgType(e) {
display: flex;
flex-direction: column;
</style>
<style lang="scss" scoped>
@media(min-width: 800px){
.app-container{
.container-header{
padding: 40rpx 44rpx 36rpx 50rpx;
.header-btnLf{
font-size: 42rpx;
width: 250rpx;
}
.active{
font-size: 46rpx;
}
}
}
}
</style>

View File

@@ -150,3 +150,26 @@ defineExpose({ loadData });
color: #6C7282;
margin-top: 4rpx;
</style>
<style lang="scss" scoped>
@media(min-width: 800px){
.list-card{
padding: 40rpx;
.card-img{
width: 120rpx;
height: 120rpx;
}
.card-info{
.info-title{
font-size: 38rpx;
.card-time{
font-size: 36rpx;
}
}
.info-text{
font-size: 32rpx;
}
}
}
}
</style>

View File

@@ -136,3 +136,25 @@ defineExpose({ loadData });
color: #6C7282;
margin-top: 4rpx;
</style>
<style lang="scss" scoped>
@media(min-width: 800px){
.list-card{
padding: 40rpx;
.card-img{
width: 120rpx;
height: 120rpx;
}
.card-info{
.info-title{
font-size: 38rpx;
.card-time{
font-size: 36rpx;
}
}
.info-text{
font-size: 32rpx;
}
}
}
}
</style>