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.

23 lines
377 B

3 years ago
/* 品牌传播声量 */
3 years ago
.p-container {
width: calc(100% - 32px);
padding: 0px 16px;
}
3 years ago
.brand{
3 years ago
position: relative;
width: calc(100% - 32px);
3 years ago
height: 300rpx;
3 years ago
background-color: #fff;
3 years ago
margin-top: 32rpx;
3 years ago
border-radius: 4rpx;
3 years ago
padding: 16px;
3 years ago
overflow: hidden;
3 years ago
}
.brand_tu{
width: 100%;
height: 350rpx;
}
.text{
font-size: 36rpx;
3 years ago
}