| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- page {
- height: 100vh;
- overflow: hidden;
- }
- .list-box {
- width: 690rpx;
- background: #FFFFFF;
- border-radius: 16rpx;
- margin: 20rpx auto 0;
- padding: 30rpx 20rpx;
- .title {
- line-height: 38rpx;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: bold;
- font-size: 28rpx;
- color: #333333;
- }
- .row {
- line-height: 32rpx;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-size: 24rpx;
- color: #999999;
- margin-top: 10rpx;
- }
- }
- .iconfont {
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #666666;
- padding: 0 10rpx;
- }
- /* 未读 */
- .unread {
- width: 750rpx;
- height: 34rpx;
- text-align: center;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #999999;
- margin: 12rpx 0 -5rpx 0;
- }
|