上传代码

This commit is contained in:
pengxiaolong
2025-07-01 21:30:08 +08:00
parent 89c9f8f1df
commit dc1fab2f90
48 changed files with 516 additions and 103 deletions

View File

@@ -14,7 +14,7 @@
.title.data-v-21360a99 {
position: absolute;
top: 120rpx;
left: 345rpx;
left: 335rpx;
font-size: 34rpx;
color: #100e0f;
font-weight: bold;
@@ -42,3 +42,60 @@
text-align: center;
margin-top: 50rpx;
}
.scrollView.data-v-21360a99{
width: 100%;
height: 100%;
}
.scroll.data-v-21360a99{
width: 100%;
height: 93%;
}
.card.data-v-21360a99{
width: 570rpx;
background-color: #ffffff;
margin-top: 20rpx;
margin-left: 50rpx;
margin-right: 50rpx;
border-radius: 20rpx;
box-shadow: 0 0 10rpx rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
align-items: center;
padding-left: 40rpx;
padding-right: 40rpx;
padding-bottom: 20rpx;
padding-top: 40rpx;
}
.cardTitle.data-v-21360a99{
width: 570rpx;
height: 60rpx;
margin-top: -10rpx;
font-size: 30rpx;
color: #333333;
font-weight: bold;
text-align: center;
border-bottom: 1px solid #e5e5e5;
overflow: hidden; /* 隐藏溢出 */
text-overflow: ellipsis; /* 显示省略号 */
white-space: nowrap;
}
.cardContent.data-v-21360a99{
width: 570rpx;
font-size: 28rpx;
color: #666666;
border-bottom: 1px solid #e5e5e5;
padding: 30rpx 0;
line-height: 50rpx;
}
.cardTime.data-v-21360a99{
width: 100%;
height: 60rpx;
display: flex;
flex-direction: row-reverse;
align-items: center;
}
.cardTimeTitle.data-v-21360a99{
font-size: 28rpx;
color: #999999;
margin-right: 20rpx;
}