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