84 lines
1.5 KiB
Plaintext
84 lines
1.5 KiB
Plaintext
|
|
.pull-list.data-v-1c523212 {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.pull-item.data-v-1c523212 {
|
|
width: 100%;
|
|
height: 450rpx;
|
|
border-radius: 10rpx;
|
|
margin-top: 25rpx;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
.pull-item .img>image.data-v-1c523212 {
|
|
width: 100%;
|
|
min-height: 450rpx;
|
|
}
|
|
.pull-item .item-bg.data-v-1c523212 {
|
|
flex-direction: column-reverse;
|
|
width: 100%;
|
|
height: 450rpx;
|
|
background-color: rgba(0, 0, 0, .3);
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
.pull-item .title.data-v-1c523212 {
|
|
padding: 0 30rpx;
|
|
font-size: 30rpx;
|
|
line-height: 1.6;
|
|
color: #FFFFFF;
|
|
}
|
|
.pull-item .time.data-v-1c523212 {
|
|
padding: 0 30rpx;
|
|
font-size: 24rpx;
|
|
line-height: 1.6;
|
|
color: #c2c2c2;
|
|
margin: 10rpx 0 18rpx;
|
|
}
|
|
.collection-sign.data-v-1c523212{
|
|
position: absolute;
|
|
right: 22rpx;
|
|
top: 22rpx;
|
|
}
|
|
.collection-sign>image.data-v-1c523212{
|
|
display: block;
|
|
width: 45rpx;
|
|
height: 41rpx;
|
|
margin: 0 auto;
|
|
}
|
|
.collection-sign>text.data-v-1c523212{
|
|
font-size: 24rpx;
|
|
line-height: 2;
|
|
color: #FFFFFF;
|
|
}
|
|
.pull-list .pull-item-shop.data-v-1c523212{
|
|
width: calc(50% - 14rpx);
|
|
height: auto;
|
|
}
|
|
.pull-item-shop .img.data-v-1c523212{
|
|
height: 215rpx;
|
|
overflow: hidden;
|
|
}
|
|
.pull-item-shop .img>image.data-v-1c523212 {
|
|
width: 100%;
|
|
min-height: 215rpx;
|
|
}
|
|
.pull-item-shop .item-bg.data-v-1c523212 {
|
|
height: auto;
|
|
background-color: #FFFFFF;
|
|
position: static;
|
|
}
|
|
.pull-item-shop .title.data-v-1c523212 {
|
|
padding: 15rpx 20rpx 0;
|
|
margin-bottom: 15rpx;
|
|
font-size: 24rpx;
|
|
line-height: 1.8;
|
|
color: #000;
|
|
-webkit-line-clamp: 2;
|
|
}
|
|
|