choerodon-ui
Version:
An enterprise-class UI design language and React-based implementation
119 lines (118 loc) • 2.97 kB
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
.c7n-pro-screening-item {
position: relative;
display: block;
padding-top: 0.16rem;
padding-bottom: 0.16rem;
border: 0.01rem dotted #ddd;
zoom: 1;
}
.c7n-pro-screening-item-title {
display: inline-block;
width: 10%;
min-width: 0.5rem;
vertical-align: top;
}
.c7n-pro-screening-item-label {
padding-left: 0.1rem;
}
.c7n-pro-screening-item-operation {
position: absolute;
top: 0;
right: 0.15rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.c7n-pro-screening-item-footer {
display: block;
clear: both;
padding-top: 0.1rem;
padding-bottom: 0.22rem;
text-align: center;
}
.c7n-pro-screening-item-scroll {
max-height: 0.18rem;
overflow: hidden;
}
.c7n-pro-screening-item-scroll::-webkit-scrollbar {
width: 0.08rem;
height: 0.08rem;
border-radius: 0.1rem;
}
.c7n-pro-screening-item-scroll::-webkit-scrollbar-thumb {
border-radius: 0.1rem;
-webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
}
.c7n-pro-screening-item-scroll::-webkit-scrollbar-thumb:hover {
background: rgba(0, 0, 0, 0.2);
}
.c7n-pro-screening-item-more .c7n-pro-screening-item-scroll {
max-height: 0.92rem;
overflow-x: hidden;
overflow-y: auto;
}
.c7n-pro-screening-item-multiple .c7n-pro-screening-item-scroll {
max-height: 0.92rem;
overflow-x: hidden;
overflow-y: auto;
}
.c7n-pro-screening-item-option-text {
cursor: pointer;
}
.c7n-pro-screening-item-option-text:hover {
color: #3f51b5;
}
.c7n-pro-screening-item-option-content {
padding-bottom: 0.1rem;
}
.c7n-pro-screening-item-option-selected {
color: #3f51b5;
}
.c7n-pro-screening-item-operation .c7n-pro-screening-item-expanded {
padding-top: 0.16rem;
padding-bottom: 0.16rem;
cursor: pointer;
}
.c7n-pro-screening-item-operation .c7n-pro-screening-item-expanded:hover {
color: #3f51b5;
}
.c7n-pro-screening-item-operation .c7n-pro-screening-item-multiple {
padding-top: 0.16rem;
padding-bottom: 0.16rem;
cursor: pointer;
}
.c7n-pro-screening-item-operation .c7n-pro-screening-item-multiple:hover {
color: #3f51b5;
}
.c7n-pro-screening-item-content {
position: relative;
display: inline-block;
width: calc(90% - 1.3rem);
}
.c7n-pro-screening-choosed {
position: relative;
display: block;
padding-top: 0.16rem;
padding-bottom: 0.16rem;
border: 0.01rem dotted #ddd;
zoom: 1;
}
.c7n-pro-screening-choosed-title {
display: inline-block;
width: 10%;
min-width: 0.5rem;
vertical-align: top;
}
.c7n-pro-screening-choosed-content {
position: relative;
display: inline-block;
width: 90%;
}
.c7n-pro-screening-choosed-label {
padding-left: 0.1rem;
}