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.
26 lines
375 B
26 lines
375 B
3 years ago
|
/* pages/companyPage/index.wxss */
|
||
|
.detail-page{
|
||
|
min-height: 100vh;
|
||
|
background: linear-gradient(180deg, #343434 0%, #777777 100%);
|
||
|
font-size: 24rpx;
|
||
|
|
||
|
}
|
||
|
.cy image{
|
||
|
width: 100%;
|
||
|
|
||
|
}
|
||
|
.cy1 image{
|
||
|
height: 1354rpx;
|
||
|
}
|
||
|
.cy2 image{
|
||
|
height: 1434rpx;
|
||
|
}
|
||
|
.cy3 image{
|
||
|
height: 1531rpx;
|
||
|
|
||
|
}
|
||
|
.footer{
|
||
|
height: 214rpx;
|
||
|
font-size: 32rpx;
|
||
|
color: #fff;
|
||
|
}
|