105 lines
1.5 KiB
CSS
105 lines
1.5 KiB
CSS
![]() |
.group {
|
||
|
padding: 30px;
|
||
|
box-sizing: border-box;
|
||
|
width: 750px;
|
||
|
max-height: calc(100vh - 100px);
|
||
|
overflow-y: auto;
|
||
|
border-radius: 10px;
|
||
|
}
|
||
|
|
||
|
.group .group-box .group-box-header {
|
||
|
display: flex;
|
||
|
flex-direction: row-reverse;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
|
||
|
.group .group-box .group-box-header .group-box-header-title {
|
||
|
font-size: 18px;
|
||
|
line-height: 30px;
|
||
|
}
|
||
|
|
||
|
.group-list-item {
|
||
|
display: flex;
|
||
|
padding: 10px 0;
|
||
|
}
|
||
|
|
||
|
.group-list-item-label {
|
||
|
width: 84px;
|
||
|
}
|
||
|
|
||
|
.group-list input {
|
||
|
flex: 1;
|
||
|
box-sizing: border-box;
|
||
|
padding: 6px 10px;
|
||
|
border-radius: 2px;
|
||
|
font-size: 14px;
|
||
|
line-height: 20px;
|
||
|
}
|
||
|
|
||
|
.select {
|
||
|
flex: 1;
|
||
|
}
|
||
|
|
||
|
.select-item {
|
||
|
padding: 12px 20px !important;
|
||
|
border-radius: 2px;
|
||
|
margin-bottom: 20px !important;
|
||
|
}
|
||
|
|
||
|
.select-item-header {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
|
||
|
.select-item-header .left {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.select-item-header .left .icon {
|
||
|
margin-right: 12px;
|
||
|
}
|
||
|
|
||
|
.select-item-header .icon-selected {
|
||
|
position: relative;
|
||
|
left: 12px;
|
||
|
top: -4px;
|
||
|
}
|
||
|
|
||
|
.select-item-type {
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
.select-item-detail {
|
||
|
padding-top: 6px;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.select-item .link {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.group-profile-footer {
|
||
|
padding-top: 10px;
|
||
|
display: flex;
|
||
|
justify-content: flex-end;
|
||
|
}
|
||
|
|
||
|
.btn-default {
|
||
|
width: 82px;
|
||
|
height: 32px;
|
||
|
border-radius: 4px;
|
||
|
font-size: 14px;
|
||
|
background-color: #fe3c3c;
|
||
|
}
|
||
|
|
||
|
.btn-submit {
|
||
|
width: 100%;
|
||
|
background-color: #fe3c3c;
|
||
|
height: 32px;
|
||
|
border-radius: 4px;
|
||
|
margin-left: 10px;
|
||
|
font-size: 14px;
|
||
|
}
|