iconsCom.less
432 Bytes
@charset "UTF-8";
.icons-com {
.icons-img {
display: block;
margin: 0 auto;
width: 100px;
height: 100px;
border-radius: 50%;
}
.title {
margin-top: 10px;
color: #777777;
font-size: 26px;
font-weight: 400;
height: 34px;
text-align: center;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
}