毕设-dev-first
This commit is contained in:
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user