25 lines
362 B
Plaintext
25 lines
362 B
Plaintext
.container {
|
|
padding: 20rpx;
|
|
}
|
|
|
|
.subscribe-item {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 30rpx 20rpx;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
}
|
|
|
|
.item-name {
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.item-action {
|
|
font-size: 28rpx;
|
|
color: #576b95;
|
|
}
|
|
|
|
.item-switch {
|
|
transform: scale(0.8);
|
|
} |