parent
581006f62e
commit
14b0d14846
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"usingComponents": {},
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
@ -0,0 +1,182 @@
|
|||||||
|
/* pages/index/subpage/brand/brandDetails/brandDetails.wxss */
|
||||||
|
|
||||||
|
.back {
|
||||||
|
position: absolute;
|
||||||
|
left: 32rpx;
|
||||||
|
top: 88rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.video {
|
||||||
|
width: 100%;
|
||||||
|
height: 440rpx;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.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;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title_aa {
|
||||||
|
width: 220rpx;
|
||||||
|
height: 84rpx;
|
||||||
|
line-height: 84rpx;
|
||||||
|
background-color: #F9F9F9;
|
||||||
|
font-size: 24rpx;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.data_tup {
|
||||||
|
width: 100%;
|
||||||
|
height: 84rpx;
|
||||||
|
line-height: 84rpx;
|
||||||
|
display: flex;
|
||||||
|
text-align: justify;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
|
text {
|
||||||
|
height: 84rpx;
|
||||||
|
line-height: 84rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.data_card {
|
||||||
|
width: 220rpx;
|
||||||
|
height: 84rpx;
|
||||||
|
margin: 0 16rpx;
|
||||||
|
background-color: rgb(249, 249, 249);
|
||||||
|
/* flex-direction: column; */
|
||||||
|
text-align: center;
|
||||||
|
font-size: 24rpx;
|
||||||
|
font-family: PingFang SC;
|
||||||
|
font-weight: 400;
|
||||||
|
color: #333333;
|
||||||
|
line-height: 84rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.quest {
|
||||||
|
padding-top: 24rpx;
|
||||||
|
padding-left: 33rpx;
|
||||||
|
padding-right: 33rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.quest_text {
|
||||||
|
font-size: 36rpx;
|
||||||
|
font-family: PingFang SC;
|
||||||
|
font-weight: 400;
|
||||||
|
color: #333333;
|
||||||
|
line-height: 36rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.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;
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
.crad_left_top {
|
||||||
|
width: 360rpx;
|
||||||
|
height: 200rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.crad_right {
|
||||||
|
width: 240rpx;
|
||||||
|
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; */
|
||||||
|
}
|
After Width: | Height: | Size: 854 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 2.3 KiB |
Loading…
Reference in new issue