毕设-dev-first

This commit is contained in:
2025-08-19 13:41:17 +08:00
parent 3dc4d64215
commit 4807d0547b
13 changed files with 322 additions and 471 deletions

View File

@ -51,7 +51,7 @@
</view>
<view class="flex-col mt-13">
<view
class="flex-row justify-center items-center relative list-item_1 mt-8"
class="flex-row justify-start items-center relative list-item_1 mt-8"
wx:for="{{notificationList}}"
wx:key="id"
bindtap="goToNotificationDetail"
@ -60,7 +60,7 @@
<view class="flex-col justify-start items-center text-wrapper pos">
<text class="font_3 text_9">最新</text>
</view>
<text class="font_6 text_10">{{item.notificationTitle}}</text>
<text class="font_6 text_10 ml-50">{{item.notificationTitle}}</text>
</view>
</view>
</view>

View File

@ -169,7 +169,6 @@
.text_10 {
font-size: 26.25rpx;
line-height: 24.49rpx;
margin-left: -30%;
}
.section_4 {
margin-top: 41.25rpx;
@ -435,3 +434,4 @@
.line-active {
background-color: #ff8d1a !important;
}