H5-Resume/2023_v1/user_info.css

16 lines
307 B
CSS
Raw Permalink Normal View History

2024-08-08 13:19:54 +00:00
/*
* 个人照片设置
*/
.infoProfile{
width: 120px;
height: 160px;
background:url("./profile.jpg") no-repeat;
background-size:cover;
/*display: inline-block;*/
}
.infoDetail{
width: calc(100% - 150px);
height: 160px;
background-size:cover;
/*display: inline-block;*/
}