57 lines
784 B
Text
57 lines
784 B
Text
|
|
page {
|
||
|
|
box-sizing: border-box;
|
||
|
|
background-color: #fff;
|
||
|
|
padding: 0 20rpx;
|
||
|
|
padding-top: 20rpx;
|
||
|
|
padding-bottom: calc(env(safe-area-inset-bottom) + 106rpx);
|
||
|
|
}
|
||
|
|
|
||
|
|
.title {
|
||
|
|
font-size: 34rpx;
|
||
|
|
list-style: square;
|
||
|
|
margin-bottom: 20rpx;
|
||
|
|
color: #363a44;
|
||
|
|
}
|
||
|
|
|
||
|
|
.info {
|
||
|
|
display: flex;
|
||
|
|
font-size: 28rpx;
|
||
|
|
justify-content: space-between;
|
||
|
|
margin-bottom: 60rpx;
|
||
|
|
color: #b3b5b9;
|
||
|
|
}
|
||
|
|
|
||
|
|
.info .viewcnt {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.info .viewcnt .t-icon {
|
||
|
|
margin-right: 12rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
.content {
|
||
|
|
word-break: break-all;
|
||
|
|
line-height: 46rpx;
|
||
|
|
font-size: 26rpx;
|
||
|
|
color: #363a44;
|
||
|
|
}
|
||
|
|
|
||
|
|
.img {
|
||
|
|
width: 100%;
|
||
|
|
margin: 20rpx auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.video {
|
||
|
|
width: 100%;
|
||
|
|
margin: 20rpx auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.source {
|
||
|
|
font-size: 24rpx;
|
||
|
|
color: #b3b5b9;
|
||
|
|
text-align: left;
|
||
|
|
margin-top: 40rpx;
|
||
|
|
}
|