@charset "UTF-8"; /* 颜色变量 */ /* 行为相关颜色 */ /* 基本颜色 */ .news .news_item.data-v-c454de34 { background-color: #fff; display: flex; border: 1rpx solid #EAEAEA; padding: 20rpx; align-items: center; } .news .news_item .item_img.data-v-c454de34 { width: 100rpx; } .news .news_item .item_img image.data-v-c454de34 { width: 80rpx; height: 80rpx; } .news .news_item .item_con.data-v-c454de34 { flex: 1; } .news .news_item .item_con.data-v-c454de34 :first-child { padding: 15rpx 0; font-size: 28rpx; } .news .news_item .item_con.data-v-c454de34 :last-child { padding-bottom: 20rpx; color: #999; font-size: 24rpx; } .news .news_item .item_messnum.data-v-c454de34 { display: flex; } .news .news_item .item_messnum .message_num.data-v-c454de34 { height: 40rpx; line-height: 40rpx; padding: 0 18rpx; border-radius: 20rpx; background-color: #f95e5a; color: #fff; } .news .news_item .item_messnum .icon-arrows_right.data-v-c454de34 { margin-top: -1rpx; font-size: 38rpx; }