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.
52 lines
876 B
52 lines
876 B
|
|
page {
|
|
padding-top: 160rpx;
|
|
overflow: hidden;
|
|
}
|
|
.listBoxItemLeftVideoBox {
|
|
width: 240rpx;
|
|
height: 133rpx;
|
|
}
|
|
.listBoxItemRight {
|
|
flex-direction: column;
|
|
align-items: unset !important;
|
|
}
|
|
.listBoxItemRightText {
|
|
text-align: left;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
width: 600rpx;
|
|
font-family: SourceHanSansCN-Normal;
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
letter-spacing: 0;
|
|
}
|
|
.listBoxItemRightfText {
|
|
font-family: PingFangSC-Regular;
|
|
font-size: 24rpx;
|
|
color: #666666;
|
|
letter-spacing: 0;
|
|
text-align: left;
|
|
}
|
|
.txtge{
|
|
|
|
color: #666666;
|
|
padding: 0rpx 20rpx;
|
|
}
|
|
.icon-details {
|
|
font-size: 40rpx;
|
|
color: #43C9CF;
|
|
}
|
|
.leftbg {
|
|
background: rgba(19, 169, 135, 0.10);
|
|
border-radius: 100%;
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
margin-right: 20rpx;
|
|
align-items: center;
|
|
justify-content: center;
|
|
display: flex;
|
|
}
|
|
|