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.
113 lines
1.9 KiB
113 lines
1.9 KiB
/* pages/index/subpage/brand/brand.wxss */
|
|
.body{
|
|
width: 100%;
|
|
min-height: 100vh;
|
|
background-color: #F9F9F9;
|
|
}
|
|
.top_tip {
|
|
height: 96rpx;
|
|
background: #FFFFFF;
|
|
font-size: 24rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
line-height: 24rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0rpx 32rpx;
|
|
}
|
|
.flow{
|
|
/* background-color: #ffffff; */
|
|
padding: 24rpx 32rpx;
|
|
}
|
|
|
|
.brand_top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 0px 20rpx;
|
|
margin-top: 70rpx;
|
|
}
|
|
|
|
.brand_title {
|
|
font-size: 36rpx;
|
|
font-weight: 900;
|
|
}
|
|
|
|
.brand_tip {
|
|
display: flex;
|
|
align-items: center;
|
|
line-height: 24rpx;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
}
|
|
|
|
.brand_mes {
|
|
/* padding: 32rpx; */
|
|
margin: 24rpx 32rpx 0rpx 32rpx;
|
|
/* height: 596rpx; */
|
|
border-radius: 15rpx;
|
|
background-color: white;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.brand_card{
|
|
width: 340rpx;
|
|
height: 422rpx;
|
|
}
|
|
|
|
.brand_voa {
|
|
/* background-color: royalblue; */
|
|
height: 250rpx;
|
|
width: 340rpx;
|
|
border-radius: 8rpx;
|
|
}
|
|
|
|
.brand_voa_tip {
|
|
width: 304rpx;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
font-size: 28rpx;
|
|
margin-top: 16rpx;
|
|
font-weight: 900;
|
|
}
|
|
|
|
.brand_voa_type {
|
|
width: 68rpx;
|
|
height: 34rpx;
|
|
background-color: #0000004f;
|
|
color: white;
|
|
border-radius: 20rpx;
|
|
font-size: 18rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: absolute;
|
|
margin-left: 220rpx;
|
|
margin-top: 18rpx;
|
|
}
|
|
|
|
.brand_play {
|
|
border: 12rpx solid transparent;
|
|
border-right: 8rpx solid transparent;
|
|
/* border-top-left-radius: 30%;
|
|
border-bottom-left-radius: 30%; */
|
|
border-left-color: white;
|
|
}
|
|
|
|
.brand_voa_num {
|
|
position: absolute;
|
|
font-size: 18rpx;
|
|
color: rgb(255, 255, 255);
|
|
margin-top: -34rpx;
|
|
margin-left: 20rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
|
|
|