@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; } }