blog-web/themes/yilia/source-src/css/mobile-slider.scss
结发受长生 c77caf259f 新主题
2018-06-06 17:33:48 +08:00

42 lines
949 B
SCSS

.profilepic {
text-align: center;
display: block;
border: 5px solid #fff;
border-radius: 300px;
width: 128px;
height: 128px;
margin: 0 auto;
position: relative;
overflow: hidden;
background: #88acdb;
-webkit-transition: all 0.2s ease-in;
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-pack: center;
-webkit-box-align: center;
text-align: center;
}
.header-author {
text-align: center;
margin: 0.67em 0;
font-family: Roboto, "Roboto", serif;
font-size: 30px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}
.header-subtitle {
text-align: center;
color: #999;
font-size: 14px;
line-height: 25px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.header-subtitle {
padding: 0 24px;
}