jingshuiji/pages/SubscribeMessage/SubscribeMessage.wxss
2025-06-06 15:07:26 +08:00

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