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.
22 lines
389 B
22 lines
389 B
/* 品牌传播声量 */
|
|
.p-container {
|
|
width: calc(100% - 32px);
|
|
padding: 0px 16px;
|
|
}
|
|
.brand{
|
|
/* width: 100%; */
|
|
height: 560rpx;
|
|
background-color: rgb(255, 255, 255);
|
|
margin: 32rpx 0;
|
|
border-radius: 4rpx;
|
|
}
|
|
.brand_tu{
|
|
width: 100%;
|
|
height: 450rpx;
|
|
margin-bottom: 30rpx;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
.text{
|
|
font-size: 36rpx;
|
|
padding: 32rpx;
|
|
} |