48 lines
730 B
CSS
48 lines
730 B
CSS
.common-box {
|
|
padding-bottom: 60px;
|
|
}
|
|
.input-border {
|
|
border: 1px solid #eeeeee;
|
|
}
|
|
.row-box {
|
|
display: flex;
|
|
}
|
|
span {
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
}
|
|
.input-item {
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
}
|
|
.uni-group {
|
|
margin-top: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
.group-title-wrapper {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 10px 15px;
|
|
background-color: #eeeeee;
|
|
}
|
|
.group-title {
|
|
font-size: 16px;
|
|
color: #666;
|
|
font-weight: 700;
|
|
}
|
|
.group-subtitle {
|
|
font-size: 14px;
|
|
color: #999;
|
|
margin-top: 2px;
|
|
}
|
|
.list {
|
|
font-size: 14px;
|
|
}
|
|
.list-title {
|
|
font-size: 14px;
|
|
color: #666;
|
|
} |