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.
122 lines
2.1 KiB
122 lines
2.1 KiB
.item-content {
|
|
background-color: white;
|
|
padding: 0rpx 32rpx;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.margin-top{
|
|
margin-top: 18rpx;
|
|
}
|
|
|
|
.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);
|
|
}
|
|
|
|
.image-load {
|
|
width: 80px;
|
|
height: 80px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.page-outline {
|
|
padding-top: 8rpx;
|
|
font-size: 26rpx;
|
|
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: 3;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.offer-btn {
|
|
width: 120px;
|
|
height: 40px;
|
|
background: linear-gradient(312deg, rgba(38, 125, 214, 1) 0%, rgba(0, 138, 255, 1) 100%);
|
|
box-shadow: 0px 10px 13px -8px rgba(35, 126, 217, 0.53);
|
|
border-radius: 23px;
|
|
color: white;
|
|
font-size: 32rpx;
|
|
margin-left: 32rpx;
|
|
}
|
|
|
|
.back-btn {
|
|
width: 120px;
|
|
height: 40px;
|
|
background-color: #F80000;
|
|
box-shadow: 0px 10px 13px -8px #C80000;
|
|
border-radius: 23px;
|
|
color: white;
|
|
font-size: 32rpx;
|
|
margin-left: 32rpx;
|
|
}
|
|
|
|
.image-reader-item {
|
|
position: relative;
|
|
width: 100%;
|
|
background-color: #f8f8f8;
|
|
box-sizing: border-box;
|
|
list-style: none;
|
|
background-size: cover;
|
|
border-radius: 6rpx;
|
|
}
|
|
|
|
.image-reader-item .md-icon {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.image-reader-item .md-load {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.md-hint {
|
|
font-size: 24rpx;
|
|
color: #bababa;
|
|
text-align: center;
|
|
}
|
|
|
|
.image-reader-item .delete {
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
opacity: 0.8;
|
|
border-top-right-radius: 6rpx;
|
|
border-bottom-left-radius: 8rpx;
|
|
padding: 0rpx 6rpx;
|
|
height: auto;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
.play-btn {
|
|
position: absolute;
|
|
z-index: 100;
|
|
}
|
|
|
|
.wux-btn{
|
|
width: 100%;
|
|
flex: 1;
|
|
}
|