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.
74 lines
1.2 KiB
74 lines
1.2 KiB
.margin-top {
|
|
margin-top: 18rpx;
|
|
}
|
|
|
|
.detail-layout {
|
|
min-height: 90rpx;
|
|
font-size: 30rpx;
|
|
align-items: center;
|
|
}
|
|
|
|
.info-layout {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
padding: 18rpx 30rpx;
|
|
}
|
|
|
|
.item-content {
|
|
height: 120px;
|
|
background: rgba(255, 255, 255, 1);
|
|
padding: 20rpx
|
|
}
|
|
|
|
.page-name {
|
|
font-size: 32rpx;
|
|
font-family: PingFang-SC-Medium, PingFang-SC;
|
|
font-weight: 500;
|
|
color: rgba(51, 51, 51, 1);
|
|
line-height: 22px;
|
|
}
|
|
|
|
.page-num {
|
|
font-size: 24rpx;
|
|
font-family: PingFang-SC-Regular, PingFang-SC;
|
|
font-weight: 400;
|
|
color: rgba(153, 153, 153, 1);
|
|
}
|
|
|
|
.page-outline {
|
|
margin-top: 8rpx;
|
|
font-size: 28rpx;
|
|
font-family: PingFang-SC-Regular, PingFang-SC;
|
|
font-weight: 400;
|
|
color: rgba(51, 51, 51, 1);
|
|
display: -webkit-box;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
white-space: normal !important;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.page-price {
|
|
line-height: 30rpx;
|
|
font-size: 32rpx;
|
|
font-family: DINAlternate-Bold, DINAlternate;
|
|
font-weight: bold;
|
|
color: rgba(255, 66, 43, 1);
|
|
}
|
|
|
|
.image-load {
|
|
width: 100px;
|
|
height: 100px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.tag {
|
|
height: 40rpx;
|
|
padding: 2rpx 18rpx 4rpx 18rpx;
|
|
}
|