| 1234567891011121314151617181920212223242526272829303132333435363738394041 | @import "../../static/unread.wxss";@import "../../components/My_card/index.scss";@import "./incidental.scss";.list {    padding: 30rpx;    .content {        display: flex;        width: 100%;        height: 80rpx;        .cover {            width: 80rpx;            height: 80rpx;        }        .main {            width: 538rpx;            margin-left: 12rpx;            .title {                height: 40rpx;                font-size: 28rpx;                font-family: PingFang SC-Medium, PingFang SC;                font-weight: 500;                color: #333333;            }            .explain {                height: 34rpx;                font-size: 24rpx;                font-family: PingFang SC-Regular, PingFang SC;                color: #666666;                margin-top: 16rpx;            }        }    }    .incidental{        margin-top: 18rpx;    }}
 |