xiangqinxiaochengxu/miniprogram/pages/server-config/server-config.wxss
2026-04-17 10:49:14 +08:00

47 lines
553 B
Plaintext

.server-page {
padding: 32rpx;
}
.card {
background: #ffffff;
border-radius: 24rpx;
padding: 32rpx;
}
.title {
font-size: 36rpx;
font-weight: 600;
margin-bottom: 16rpx;
}
.desc,
.tip {
color: #666666;
line-height: 1.7;
}
.label {
margin: 24rpx 0 12rpx;
font-weight: 600;
}
.textarea {
width: 100%;
min-height: 180rpx;
background: #f7f8fb;
border-radius: 16rpx;
padding: 24rpx;
box-sizing: border-box;
}
.actions {
display: flex;
gap: 16rpx;
margin-top: 32rpx;
}
.secondary-btn,
.primary-btn {
flex: 1;
}