7.10 增加登录页面,事件详情接口对接,我的点赞,关注收藏页面搭建,接口对接

This commit is contained in:
尚政杰
2025-07-10 18:08:16 +08:00
parent c4267a0e27
commit 58b3414bdd
356 changed files with 7710 additions and 978 deletions

View File

@@ -168,14 +168,17 @@
}
.eventListC .list .item .content {
margin-top: 20rpx;
font-size: 24rpx;
font-weight: 500;
color: #666;
word-break: break-all;
}
.eventListC .list .item .content.retract {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
text-overflow: ellipsis;
overflow: hidden;
font-size: 24rpx;
font-weight: 500;
color: #666;
}
.eventListC .list .item .increaseRateList {
white-space: nowrap;
@@ -207,6 +210,7 @@
}
.eventListC .list .item .stockList .stockItem {
background-color: #F8F8F8;
margin-right: 21rpx;
display: inline-block;
padding: 0 20rpx;
line-height: 60rpx;
@@ -215,6 +219,9 @@
font-weight: bold;
color: #222;
}
.eventListC .list .item .stockList .stockItem .change {
color: #F97316;
}
.eventListC .list .item .timeToolBarC {
margin-top: 20rpx;
}
@@ -430,6 +437,15 @@
width: 30rpx;
height: auto;
}
.screenPopup .screenContentC .industryList {
margin-top: 24rpx;
}
.screenPopup .screenContentC .industryList .list .topCategory {
padding: 0 30rpx;
font-size: 28rpx;
font-weight: bold;
color: #F97316;
}
.screenPopup .screenContentC .importanceList {
margin-top: 16rpx;
padding: 0 20rpx;