| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 | @import '../../../../static/unread.wxss';.switch {    display: flex;    align-items: center;    height: 90rpx;    width: 650rpx;    box-sizing: border-box;    padding-right: 30rpx;    justify-content: flex-end;    background: #ffffff;}.sheet-header {    display: flex;    align-items: center;    width: 750rpx;    height: 120rpx;    padding: 0 30rpx;    box-sizing: border-box;    image {        width: 58rpx;        height: 58rpx;        margin-right: 20rpx;    }    .line-1 {        width: 100%;        font-size: 28rpx;        font-family: PingFang SC-Bold, PingFang SC;        font-weight: bold;        color: #333333;    }}.option {    display: flex;    align-items: center;    width: 750rpx;    height: 90rpx;    padding: 0 30rpx;    box-sizing: border-box;    color: #333333;    .icon {        font-size: 40rpx;        margin-right: 20rpx;        margin-top: -2rpx;    }    .star {        color: #FADB14;    }}
 |