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.
62 lines
1012 B
62 lines
1012 B
page{
|
|
|
|
width: 100%;
|
|
overflow-x:hidden;
|
|
}
|
|
._item {
|
|
height: 260rpx;
|
|
margin: 100rpx 30rpx 0 30rpx;
|
|
position: relative;
|
|
background: #FFF9F9;
|
|
box-shadow: 0 12rpx 8rpx 0 rgba(108, 106, 106, 0);
|
|
border-radius: 8rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
._item .shadow {
|
|
width: 690rpx;
|
|
height: 212rpx;
|
|
background: #1C1C1C;
|
|
border-radius: 8rpx;
|
|
opacity: 0.10;
|
|
filter: blur(10px);
|
|
position: absolute;
|
|
top: 70rpx;
|
|
z-index: -1;
|
|
}
|
|
|
|
._item .img {
|
|
width: 204rpx;
|
|
height: 306rpx;
|
|
border-radius: 16rpx;
|
|
position: absolute;
|
|
right: 30rpx;
|
|
bottom: 20rpx;
|
|
}
|
|
|
|
._title {
|
|
margin: 20rpx 30rpx 5rpx;
|
|
/* margin: 20rpx 30rpx; */
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
width:392rpx;
|
|
}
|
|
.more_title{
|
|
margin: 10rpx 30rpx;
|
|
font-size: 26rpx;
|
|
font-weight: 500;
|
|
}
|
|
._below {
|
|
font-size: 24rpx;
|
|
margin: 0 30rpx;
|
|
}
|
|
|
|
._home {
|
|
font-size: 24rpx;
|
|
font-weight: bold;
|
|
margin: 20rpx 30rpx 40rpx 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
} |