| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 | @import "../../static/unread.wxss";@import "../../components/My_card/index.scss";@import "./incidental.scss";page {    padding-bottom: 0;}.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;                text-align: left !important;            }        }    }    .incidental {        margin-top: 18rpx;    }}
 |