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.
193 lines
3.1 KiB
193 lines
3.1 KiB
/* pages/index/subpage/brand/brandDetails/brandDetails.wxss */
|
|
|
|
.back {
|
|
position: absolute;
|
|
left: 32rpx;
|
|
top: 88rpx;
|
|
}
|
|
|
|
.video {
|
|
width: 100%;
|
|
/* height: 440rpx; */
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.main {
|
|
background-color: #ffffff;
|
|
padding: 40rpx 32rpx;
|
|
}
|
|
|
|
.main_title {
|
|
font-size: 40rpx;
|
|
font-family: PingFangSC-Semibold, PingFang SC;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.title_tt {
|
|
display: flex;
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
justify-content: space-between;
|
|
}
|
|
.data_tup {
|
|
width: 100%;
|
|
height: 84rpx;
|
|
line-height: 84rpx;
|
|
display: flex;
|
|
text-align: justify;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
text {
|
|
height: 84rpx;
|
|
line-height: 84rpx;
|
|
}
|
|
.quest {
|
|
padding: 24rpx 33rpx;
|
|
/* margin-top:20rpx */
|
|
}
|
|
|
|
.quest_text {
|
|
font-size: 36rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
line-height: 100rpx;
|
|
height: 100rpx;
|
|
}
|
|
|
|
.quest_crad {
|
|
pointer-events: auto;
|
|
padding: 32rpx;
|
|
width: 620rpx;
|
|
background-color: rgb(249, 249, 249);
|
|
margin-bottom: 16rpx;
|
|
border-radius: 16rpx;
|
|
}
|
|
|
|
.card_time {
|
|
height: 50rpx;
|
|
font-size: 20rpx!important;
|
|
font-family: MiSans-Regular, MiSans;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
line-height: 50rpx;
|
|
}
|
|
|
|
.card_title {
|
|
width: 384rpx;
|
|
height: 32rpx;
|
|
font-size: 32rpx;
|
|
font-family: PingFangSC-Semibold, PingFang SC;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
line-height: 32rpx;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.crad_text {
|
|
width: 396rpx;
|
|
height: 72rpx;
|
|
font-size: 24rpx;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
line-height: 36rpx;
|
|
display: -webkit-box;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.card_main {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
background: #f9f9f9;
|
|
padding: 22rpx 20rpx;
|
|
margin: 20rpx 0;
|
|
}
|
|
|
|
.crad_left_top {
|
|
width: 360rpx;
|
|
height: 200rpx;
|
|
}
|
|
|
|
.crad_right {
|
|
width: 280rpx;
|
|
height: 160rpx;
|
|
|
|
|
|
}
|
|
|
|
.crad_image {
|
|
width: 240rpx;
|
|
height: 160rpx;
|
|
margin-left: 30rpx;
|
|
/* background: linear-gradient(180deg, #599FFF 0%, #C4DDFF 100%); */
|
|
border-radius: 8rpx;
|
|
}
|
|
|
|
.crad_right_type {
|
|
width: 68rpx;
|
|
height: 34rpx;
|
|
background-color: #0000004f;
|
|
color: white;
|
|
border-radius: 20rpx;
|
|
font-size: 20rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: absolute;
|
|
margin-left: 190rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.crad_right_num {
|
|
position: absolute;
|
|
font-size: 22rpx;
|
|
color: white;
|
|
margin-top: 130rpx;
|
|
/* margin-left: 40rpx; */
|
|
display: flex;
|
|
/* align-items: center; */
|
|
}
|
|
|
|
.title_text {
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
/* font-weight: 400; */
|
|
margin: 10rpx 0;
|
|
line-height: 50rpx;
|
|
}
|
|
|
|
.d-flex{
|
|
padding:30rpx;
|
|
background: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
width: 100%;
|
|
margin-bottom:50rpx
|
|
}
|
|
.share_btn{
|
|
position: absolute;
|
|
left:0;
|
|
top:0;
|
|
opacity: 0;
|
|
width: 180rpx !important;
|
|
height: 84rpx;
|
|
}
|
|
.d-flex-list{
|
|
position: relative;
|
|
padding:0rpx 30rpx;
|
|
background: #F9F9F9;
|
|
border-radius: 8rpx;
|
|
} |