huaanglimeng/pages/settings/settings.wxss

36 lines
574 B
Plaintext
Raw Permalink Normal View History

.settings-container {
padding: 30rpx;
background: #0d0d1f;
min-height: 100vh;
}
.group {
margin-bottom: 40rpx;
background: rgba(255,255,255,0.06);
border-radius: 20rpx;
padding: 0 20rpx;
}
.group-title {
font-size: 24rpx;
color: #b499ff;
margin-bottom: 10rpx;
padding-left: 10rpx;
padding-top: 20rpx;
}
.item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 30rpx 10rpx;
border-bottom: 1rpx solid rgba(255,255,255,0.05);
color: #ffffff;
font-size: 28rpx;
}
.item:last-child {
border-bottom: none;
}