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.
49 lines
666 B
49 lines
666 B
/* 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; |
|
margin: 32rpx 0; |
|
} |
|
.title-box image{ |
|
width: 100%; |
|
height: 100%; |
|
} |
|
.introduse-box{ |
|
padding: 12rpx 0; |
|
color: #0B204C; |
|
font-size: 28rpx; |
|
line-height: 42rpx; |
|
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{ |
|
margin: 60rpx auto; |
|
} |