mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 20:09:37 +08:00
调整首页文字大小
This commit is contained in:
parent
e6364b71b2
commit
37a3a7ac51
@ -37,7 +37,7 @@
|
||||
<view class="infoView">
|
||||
<view class="itemView" wx:for="{{infoList}}" wx:for-item="item" wx:key="*this" data-obj="{{item}}" bind:tap="jumpInfoDetail">
|
||||
<view class="contentView">
|
||||
<view class="title">消息提醒</view>
|
||||
<!-- <view class="title">消息提醒</view> -->
|
||||
<view class="msg">{{item.content}}</view>
|
||||
<view class="time">{{item.createTime}}</view>
|
||||
</view>
|
||||
|
@ -160,13 +160,13 @@
|
||||
}
|
||||
|
||||
.infoView .itemView .contentView .msg {
|
||||
font-size: 26rpx;
|
||||
font-size: 32rpx;
|
||||
color: gray;
|
||||
margin-top: 16rpx;
|
||||
}
|
||||
|
||||
.infoView .itemView .contentView .time {
|
||||
font-size: 24rpx;
|
||||
font-size: 28rpx;
|
||||
color: gray;
|
||||
margin-top: 10rpx
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user