blog-web/themes/yilia/source-src/css/mobile-slider.less
2026-03-21 15:59:59 +08:00

35 lines
652 B
Plaintext

.profilepic {
text-align: center;
display: block;
border: 5px solid @colorF;
border-radius: 300px;
width: 128px;
height: 128px;
margin: 0 auto;
position: relative;
overflow: hidden;
background: #88acdb;
transition: all 0.2s ease-in;
text-align: center;
}
.header-author {
text-align: center;
margin: 0.67em 0;
font-size: 30px;
transition: all 0.2s ease-in;
}
.header-subtitle {
text-align: center;
color: @color9;
font-size: 14px;
line-height: 25px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
line-clamp: 2;
-webkit-box-orient: vertical;
}
.header-subtitle {
padding: 0 24px;
}