2021-02-07 21:21:12 +08:00

206 lines
4.1 KiB
Plaintext

.page-view.data-v-e7b2f06e {
height: 100%;
/* background-color: #fff; */
}
.ptb24.data-v-e7b2f06e {
padding: 24rpx 0;
}
.mt30.data-v-e7b2f06e{
margin-top: 16rpx;
}
.ml30.data-v-e7b2f06e {
margin-left: 24rpx;
}
.fs12.data-v-e7b2f06e {
padding-left: 8rpx;
font-size: 22rpx;
}
.content-card.data-v-e7b2f06e {
margin: 24rpx;
background-color: #fff;
border-radius: 9rpx;
box-shadow: 0rpx 2rpx 8rpx 0rpx rgba(225,225,225,0.48);
padding-bottom: 32rpx;
position: relative;
box-sizing: content-box;
}
.line-block.data-v-e7b2f06e {
border-bottom: 2rpx dashed #E4E6EC;
width: 100%;
margin-top: 12rpx;
}
.between-circle.data-v-e7b2f06e{
position: relative;
}
.between-circle.data-v-e7b2f06e:before {
content: '';
width: 20rpx;
height: 20rpx;
background-color: #f8f9fb;
box-shadow: -4rpx 0rpx 6rpx rgb(234, 234, 234);
border-radius: 50%;
position: absolute;
left: -12rpx;
top: -10rpx;
z-index: 1;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.between-circle.data-v-e7b2f06e:after {
content: '';
width: 20rpx;
height: 20rpx;
background-color: #f8f9fb;
box-shadow: -4rpx 0rpx 6rpx rgb(234, 234, 234);
border-radius: 50%;
position: absolute;
right: -12rpx;
z-index: 1;
top: -10rpx;
}
.content-title.data-v-e7b2f06e {
text-align: center;
padding-top: 24rpx;
font-weight: bold;
line-height: 1.5;
margin-bottom: 24rpx;
}
.content-top.data-v-e7b2f06e {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
color: #A8A8A8;
padding: 0 36rpx;
}
.content-top text.data-v-e7b2f06e {
font-size: 24rpx;
}
.serverpart-name.data-v-e7b2f06e {
line-height: 1.7;
color: #626262;
}
.publicity-content.data-v-e7b2f06e {
padding: 16rpx 32rpx;
font-size: 26rpx;
background-color: #fff;
}
.strong-text.data-v-e7b2f06e{
display: inline-block;
font-size: 24rpx;
font-weight: bolder;
}
.text-blue.data-v-e7b2f06e {
color: #377EF6;
display: inline-block;
font-size: 24rpx;
margin-left: 16rpx;
}
.uni-icon-arrowright.data-v-e7b2f06e {
font-size: 24rpx;
}
.img-Box.data-v-e7b2f06e {
margin-left: 0;
/* padding-top: 24upx; */
font-size: 22rpx;
width: 100%;
}
.reading-list.data-v-e7b2f06e {
margin-bottom: 30rpx;
}
.text-gray.data-v-e7b2f06e {
color: #B1B3B8;
}
.comment-name-text.data-v-e7b2f06e {
color: #E49641;
}
.uni-read-content.data-v-e7b2f06e{
word-break: break-all;
font-size: 26rpx;
margin: 0 0 12rpx;
}
.reader-text.data-v-e7b2f06e {
color: #74838E;
max-width: 570rpx;
}
.reading-list image.data-v-e7b2f06e {
width: 26rpx;
height: 26rpx;
}
.support-box.data-v-e7b2f06e:before{
content: '';
border-width: 0 16rpx 16rpx 16rpx;
border-style: solid;
border-color: transparent transparent #F8F9FB;
position: absolute;
top: -16rpx;
left: 16rpx;
}
.support-box.data-v-e7b2f06e {
background-color: #F8F9FB;
color: #586A8F;
font-size: 26rpx;
padding: 12rpx;
position: relative;
border-radius: 4rpx;
margin-top: 30rpx;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
}
.support-names.data-v-e7b2f06e {
overflow: hidden;
text-overflow: ellipsis;
height: 98rpx;
display: -webkit-box;
line-clamp: 2;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
width: 100%;
}
.all-names.data-v-e7b2f06e {
}
.more-btn.data-v-e7b2f06e {
text-align: center;
width: 100%;
line-height: 1;
-webkit-transition: all 200ms ;
transition: all 200ms ;
}
.more-btn image.data-v-e7b2f06e {
width: 22rpx;
height: 12rpx;
}
.button-box.data-v-e7b2f06e {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;
padding-bottom: 6rpx;
}
.button-box image.data-v-e7b2f06e {
width: 100rpx;
height: 100rpx;
}
.button-box navigator.data-v-e7b2f06e {
font-size: 24rpx;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
text-align: center;
}