调整首页文字大小

This commit is contained in:
471615499@qq.com 2024-12-14 11:21:57 +08:00
parent e6364b71b2
commit 37a3a7ac51
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@
<view class="infoView"> <view class="infoView">
<view class="itemView" wx:for="{{infoList}}" wx:for-item="item" wx:key="*this" data-obj="{{item}}" bind:tap="jumpInfoDetail"> <view class="itemView" wx:for="{{infoList}}" wx:for-item="item" wx:key="*this" data-obj="{{item}}" bind:tap="jumpInfoDetail">
<view class="contentView"> <view class="contentView">
<view class="title">消息提醒</view> <!-- <view class="title">消息提醒</view> -->
<view class="msg">{{item.content}}</view> <view class="msg">{{item.content}}</view>
<view class="time">{{item.createTime}}</view> <view class="time">{{item.createTime}}</view>
</view> </view>

View File

@ -160,13 +160,13 @@
} }
.infoView .itemView .contentView .msg { .infoView .itemView .contentView .msg {
font-size: 26rpx; font-size: 32rpx;
color: gray; color: gray;
margin-top: 16rpx; margin-top: 16rpx;
} }
.infoView .itemView .contentView .time { .infoView .itemView .contentView .time {
font-size: 24rpx; font-size: 28rpx;
color: gray; color: gray;
margin-top: 10rpx margin-top: 10rpx
} }