123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- .card {
- background: #FFFFFF;
- }
- .user-avater {
- width: 70rpx;
- height: 70rpx;
- }
- .user-info {
- display: flex;
- align-items: center;
- }
- .user-des {
- margin-left: 25rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .user-name {
- font-size: 28rpx;
- color: #4E4E4E;
- }
- .user-class {
- font-size: 22rpx;
- color: #999999;
- }
- .space {
- flex: 1
- }
- .info-tag {
- padding: 0 5rpx;
- background: #F7FFE6;
- border: 1rpx solid #8FC31F;
- border-radius: 5rpx;
- font-size: 19rpx;
- text-align: center;
- color: #8FC31F;
- }
- .message {
- margin-top: 10rpx;
- font-size: 28rpx;
- color: #414141;
- line-height: 42rpx;
- word-break: break-all;
- }
- .res {
- margin-top: 21rpx;
- }
- /*.video-img {*/
- /* position: relative;*/
- /* width: 160rpx;*/
- /* height: 250rpx;*/
- /*}*/
- /*.play-btn {*/
- /* display: flex;*/
- /* justify-content: center;*/
- /* align-items: center;*/
- /* position: absolute;*/
- /* left: 50%;*/
- /* top: 50%;*/
- /* transform: translate(-50%, -50%);*/
- /* width: 72rpx;*/
- /* height: 72rpx;*/
- /* background: rgba(0, 0, 0, 0.3);*/
- /* border-radius: 50%;*/
- /*}*/
- .time {
- margin-top: 20rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .time-text {
- font-size: 24rpx;
- color: #7E7E7E;
- }
- .time-icon {
- height: 40rpx;
- }
|