| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 | 
							- page {
 
-     background-color: #ffffff;
 
- }
 
- /* 信息框 */
 
- .msg-item-box {
 
-     display: flex;
 
-     align-items: center;
 
-     width: 100%;
 
-     height: 160rpx;
 
-     padding: 0 24rpx 0 30rpx;
 
-     box-sizing: border-box;
 
- }
 
- /* 用户头像 */
 
- .userImage {
 
-     width: 100rpx;
 
-     height: 100rpx;
 
-     overflow: hidden;
 
-     flex-shrink: 0;
 
- }
 
- .userImage>image {
 
-     width: 100%;
 
-     height: 100%;
 
- }
 
- /* 用户文字 */
 
- .userText {
 
-     flex: 1;
 
-     height: 100rpx;
 
-     margin-left: 30rpx;
 
- }
 
- .userText-name {
 
-     width: 430rpx;
 
-     height: 44rpx;
 
-     font-size: 32rpx;
 
-     color: #000000;
 
-     line-height: 44rpx;
 
- }
 
- .userText-msg {
 
-     width: 430rpx;
 
-     height: 40rpx;
 
-     font-size: 28rpx;
 
-     color: rgba(0, 0, 0, .4);
 
-     line-height: 40rpx;
 
-     margin-top: 8rpx;
 
- }
 
- /* 信息数据统计 */
 
- .statistics {
 
-     display: flex;
 
-     flex-direction: column;
 
-     align-items: flex-end;
 
-     height: 100rpx;
 
-     width: 120rpx;
 
-     flex-shrink: 0px;
 
- }
 
- .msg-time {
 
-     height: 34rpx;
 
-     font-size: 24rpx;
 
-     color: rgba(0, 0, 0, .4);
 
-     line-height: 34rpx;
 
-     margin-top: 8rpx;
 
- }
 
- .msg-count {
 
-     height: 30rpx;
 
-     text-align: center;
 
-     line-height: 30rpx;
 
-     background-color: #4DC2D4;
 
-     border-radius:15rpx;
 
-     font-size: 20rpx;
 
-     font-family: PingFangSC-Medium, PingFang SC;
 
-     color: #FFFFFF;
 
-     margin-top: 18rpx;
 
-     padding: 0 10rpx;
 
- }
 
 
  |