You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

31 lines
436 B

.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;
}
}
}
}