joywok-material-components
Version:
<h1 align="center"> Joywok Material Components </h1>
176 lines (169 loc) • 4.47 kB
CSS
.custom-shareselect {
border: none;
border-bottom: 1px solid #ccc;
border-radius: 0;
position: relative;
}
.custom-shareselect .custom-shareselect-placeholder {
position: absolute;
left: 0px;
right: 0;
top: 50%;
background: transparent;
margin-top: -10px;
height: 20px;
line-height: 20px;
cursor: text;
}
.custom-shareselect .custom-shareselect-list {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 95%;
padding-right: 10px;
}
.custom-shareselect .custom-shareselect-list .custom-shareselect-check-i {
margin-left: 5px;
height: 22px;
max-width: 100%;
margin-bottom: 3px;
margin-top: 3px;
}
.custom-shareselect .custom-shareselect-list .custom-shareselect-check-i span {
padding-left: 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
width: 100%;
font-size: 13px;
color: #494949;
}
.custom-shareselect .custom-shareselect-list .custom-shareselect-check-i svg {
font-size: 18px;
}
.custom-shareselect .custom-shareselect-search-input {
margin-top: 0;
}
.custom-shareselect .custom-shareselect-search-input input {
padding: 7px 0;
}
.custom-search-selectlist .search-item {
padding: 7px 20px;
}
.custom-search-selectlist .search-item .jw-shareobj-item-w {
height: 46px;
line-height: 46px;
padding-left: 10px;
cursor: pointer;
}
.custom-search-selectlist .search-item .jw-shareobj-item-w .jw-shareobj-item-pic {
position: relative;
float: left;
width: 36px;
height: 36px;
margin: 5px 0 0 12px;
}
.custom-search-selectlist .search-item .jw-shareobj-item-w .jw-shareobj-item-pic img {
width: 36px;
height: 36px;
border-radius: 3px;
vertical-align: top;
}
.custom-search-selectlist .search-item .jw-shareobj-item-w .jw-shareobj-item-pic-app {
margin: 0;
}
.custom-search-selectlist .search-item .jw-shareobj-item-w .jw-shareobj-item-c {
margin-left: 58px;
font-size: 12px;
overflow: hidden;
height: 100%;
}
.custom-search-selectlist .search-item .jw-shareobj-item-w .jw-shareobj-item-c.margin-left {
margin-left: 10px;
}
.custom-search-selectlist .search-item .jw-shareobj-item-w .jw-shareobj-item-c.margin-left .jw-shareobj-item-c-name {
height: 46px;
line-height: 37px;
}
.custom-search-selectlist .search-item .jw-shareobj-item-w .jw-shareobj-item-c .jw-shareobj-item-c-name {
color: #494949;
max-width: 240px;
height: 20px;
line-height: 20px;
margin-top: 5px;
}
.custom-search-selectlist .search-item .jw-shareobj-item-w .jw-shareobj-item-c .jw-shareobj-item-c-tip {
color: #b0b0b0;
margin: 0 15px 0 0;
line-height: 1.5;
}
.custom-search-selectlist .search-item .jw-shareobj-item-w .jw-shareobj-item-c-margin {
margin-left: 13px;
}
.custom-search-selectlist .search-item .jw-shareobj-item-w.jw_n_post .jw-shareobj-item-c-name {
height: 46px;
line-height: 46px;
margin-top: 0;
}
.custom-search-selectlist .search-item:hover .jw-shareobj-item-w, .custom-search-selectlist .search-item:active .jw-shareobj-item-w {
background: #f7f7f7;
}
.custom-search-selectlist .search-item .jw-shareobj-item-w.disabled {
background: #f7f7f7;
cursor: default;
}
.custom-search-selectlist .search-item .search-item-info-i.name {
font-size: 14px;
}
.custom-search-selectlist .custom-search-loading {
height: 60px;
text-align: center;
line-height: 60px;
font-size: 14px;
color: #b0b0b0;
}
.custom-search-selectlist .custom-search-none {
height: 60px;
text-align: center;
line-height: 60px;
font-size: 14px;
color: #b0b0b0;
}
.custom-shareselect.no-border {
border: none;
}
.custom-shareselect-auto-remove {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.custom-shareselect-auto-remove > svg {
position: relative;
z-index: 2;
fill: currentColor;
-webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-flex-negative: 0;
flex-shrink: 0;
color: rgba(73, 73, 73, 0.26);
cursor: pointer;
height: auto;
margin: 0 4px 0 -8px;
-webkit-tap-highlight-color: transparent;
font-size: 18px;
width: 18px;
}
.custom-shareselect-auto-remove:hover > svg {
color: rgba(73, 73, 73, 0.4);
}
.base-share .custom-shareselect-c {
position: relative;
margin: 0;
}
.base-share .custom-shareselect-c .custom-shareselect-placeholder {
color: #b0b0b0;
}