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.
|
|
|
/* pages/companyInfo/index.wxss */
|
|
|
|
.companyInfo-page{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.top-bg{
|
|
|
|
width: 100%;
|
|
|
|
height: 578rpx;
|
|
|
|
}
|
|
|
|
.top-bg image{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.content-box{
|
|
|
|
width: 100%;
|
|
|
|
padding: 0 40rpx;
|
|
|
|
}
|
|
|
|
.title-box{
|
|
|
|
width: 100%;
|
|
|
|
height: 92rpx;
|
|
|
|
}
|
|
|
|
.title-box image{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.introduse-box{
|
|
|
|
padding: 12rpx 0;
|
|
|
|
color: #0B204C;
|
|
|
|
font-size: 24rpx;
|
|
|
|
line-height: 34rpx;
|
|
|
|
font-weight: 500;
|
|
|
|
text-indent: 1em;
|
|
|
|
}
|
|
|
|
.list-box{
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 32rpx;
|
|
|
|
}
|
|
|
|
.item{
|
|
|
|
width: 200rpx;
|
|
|
|
height: 152rpx;
|
|
|
|
}
|
|
|
|
.item image{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border-radius: 8rpx;
|
|
|
|
}
|
|
|
|
.submit-btn{
|
|
|
|
width: 200rpx;
|
|
|
|
margin: 60rpx auto;
|
|
|
|
padding: 5rpx;
|
|
|
|
border: 1px solid #000;
|
|
|
|
}
|