.CompanyDetails{ width: 750rpx; height: 100vh; background-color: #FFFFFF; overflow: hidden; .header{ width: 700rpx; height: 300rpx; // border: 1rpx solid; margin: 0rpx auto; margin-top: 20rpx; image{ width: 700rpx; height: 300rpx; } .content{ margin-top: 40rpx; view{ margin-bottom: 20rpx; } .textTitle{ } .textContent{ color: #999999; margin-left: 20rpx; } } } }