Files
cunkebao_v3/Touchkebao/src/pages/pc/ckbox/commonConfig/index.module.scss

79 lines
1.1 KiB
SCSS

/* common-config page styles */
.content {
flex: 1;
overflow: hidden;
padding: 16px;
}
.tabsBar {
display: flex;
gap: 0;
border-bottom: 1px solid #e8e8e8;
margin-bottom: 24px;
padding: 0 16px;
.tab {
padding: 12px 24px;
cursor: pointer;
border-bottom: 2px solid transparent;
color: #666;
font-size: 14px;
transition: all 0.3s;
user-select: none;
&:hover {
color: #1890ff;
background-color: #f5f5f5;
}
}
.tabActive {
color: #1890ff;
border-bottom-color: #1890ff;
background-color: #f0f8ff;
font-weight: 500;
}
}
.placeholder {
display: flex;
align-items: center;
justify-content: center;
height: 400px;
font-size: 16px;
color: #999;
background: #fafafa;
border-radius: 8px;
border: 1px dashed #d9d9d9;
}
.left,
.right {
min-height: 420px;
}
.tip {
color: #98a2b3;
margin-bottom: 16px;
}
.formItem {
margin-bottom: 16px;
}
.label {
margin-bottom: 8px;
color: #344054;
}
.primaryBtn {
height: 40px;
border-radius: 8px;
}
.actions {
padding: 12px 16px;
background: #fff;
border-top: 1px solid #eee;
}