H5-Resume/2023_v1/user_info.css
萌狼蓝天 6f0ef871ba @xrilang
2024-08-08 21:19:54 +08:00

16 lines
307 B
CSS

/*
* 个人照片设置
*/
.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;*/
}