2016-05-01 00:01:54 +08:00
|
|
|
img {
|
|
|
|
width: inherit;
|
|
|
|
height: inherit;
|
2016-05-16 00:52:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.info {
|
|
|
|
background-color: transparent;
|
|
|
|
color: white;
|
|
|
|
font-size: medium;
|
|
|
|
position: relative;
|
|
|
|
padding: 5px;
|
|
|
|
margin-top: -50px;
|
|
|
|
|
|
|
|
transition: all .3s ease-out;
|
|
|
|
-moz-transition: all .3s ease-out;
|
|
|
|
-webkit-transition: all .3s ease-out;
|
|
|
|
-o-transition: all .3s ease-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
.photo-container {
|
|
|
|
width: inherit;
|
|
|
|
height: inherit;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.photo-name {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.photo-position {
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.photo-keywords {
|
|
|
|
margin-top: 5px;
|
|
|
|
font-size: small;
|
|
|
|
text-align: right;
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|