81 lines
1.4 KiB
Plaintext
81 lines
1.4 KiB
Plaintext
uni-video{
|
|
width: 100%;
|
|
height: 422rpx;
|
|
}
|
|
.top{
|
|
padding: 0 20rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
.iconfont{
|
|
font-size: 40rpx;
|
|
}
|
|
.text{
|
|
margin-left: -70rpx;
|
|
font-size: 32rpx;
|
|
color: #6e6e6e;
|
|
}
|
|
height: 60rpx;
|
|
padding-top: var(--status-bar-height);
|
|
border-bottom: 2rpx solid #b2b2b2;
|
|
}
|
|
.content_font{
|
|
padding: 20rpx 42rpx 0;
|
|
.title{
|
|
font-size: 32rpx;
|
|
font-weight: 600;
|
|
padding: 0.4rem 0rem 0rem 0rem;
|
|
line-height: 1;
|
|
}
|
|
.content_font_span {
|
|
padding: 14rpx 0 34rpx;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
span{
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
padding-right: 16rpx;
|
|
}
|
|
}
|
|
}
|
|
.user{
|
|
padding: 24rpx 0;
|
|
display: flex;
|
|
align-items: center;
|
|
image{
|
|
width: 92rpx;
|
|
height: 92rpx;
|
|
border-radius: 100%;
|
|
}
|
|
.user_right{
|
|
margin-left: 20rpx;
|
|
p{
|
|
font-size: 26rpx;
|
|
span{
|
|
margin-left: 18rpx;
|
|
font-size: 24rpx;
|
|
padding: 1px 2px 2px;
|
|
border: 1px solid #b2d5f3;
|
|
color: #2a9aff;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
}
|
|
}
|
|
.user_p{
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
margin-top: 5px;
|
|
}
|
|
}
|
|
}
|
|
.title_s{
|
|
font-size: 16px;
|
|
color: #333;
|
|
padding-bottom: 10px;
|
|
margin-top: 5px;
|
|
font-weight: 800;
|
|
}
|
|
.content_c{
|
|
font-size: 16px;
|
|
color: #333;
|
|
line-height: 27px;
|
|
} |