28 lines
393 B
Plaintext
28 lines
393 B
Plaintext
|
|
/**
|
|
* Web唐明明
|
|
* 匆匆数载恍如梦,岁月迢迢华发增。
|
|
* 碌碌无为枉半生,一朝惊醒万事空。
|
|
*/
|
|
|
|
.photo{
|
|
background: #eee;
|
|
}
|
|
|
|
.photo-src{
|
|
width: 100%;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.photo-null{
|
|
text-align: center;
|
|
padding: 80rpx 30rpx;
|
|
font-size: 26rpx;
|
|
color: gray;
|
|
}
|
|
|
|
.photo-null-icon{
|
|
width: 168rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|