143 lines
3.4 KiB
Plaintext
143 lines
3.4 KiB
Plaintext
.main.data-v-765f0f4e {
|
|
width: 100%;
|
|
height: 100vh;
|
|
}
|
|
.main .tabBox.data-v-765f0f4e {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 22rpx 40rpx 22rpx;
|
|
overflow-x: auto;
|
|
display: flex;
|
|
border-bottom: 1px solid #f6f6f6;
|
|
}
|
|
.main .tabBox .tabItem.data-v-765f0f4e {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #716f69;
|
|
line-height: 40rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
margin-right: 56rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.main .tabBox .tabItem.data-v-765f0f4e:nth-last-child(1) {
|
|
margin-right: 0;
|
|
}
|
|
.main .tabBox .selectTabItem.data-v-765f0f4e {
|
|
color: #130f05;
|
|
position: relative;
|
|
}
|
|
.main .tabBox .selectTabItem.data-v-765f0f4e::after {
|
|
content: "";
|
|
width: 2rem;
|
|
height: 6rpx;
|
|
background: #ba922f;
|
|
position: absolute;
|
|
bottom: -22rpx;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
}
|
|
.main .tabBox.data-v-765f0f4e::-webkit-scrollbar {
|
|
display: none;
|
|
/* Chrome, Safari 和 Opera */
|
|
}
|
|
.main .contentList.data-v-765f0f4e {
|
|
width: 100%;
|
|
height: calc(100vh - 70px);
|
|
}
|
|
.main .contentList .contentItem.data-v-765f0f4e {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 32rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
border-bottom: 1px solid #f6f6f6;
|
|
}
|
|
.main .contentList .contentItem .left.data-v-765f0f4e {
|
|
width: calc(100% - 260rpx);
|
|
height: 220rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
.main .contentList .contentItem .left .title.data-v-765f0f4e {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #130f05;
|
|
line-height: 40rpx;
|
|
text-align: justify;
|
|
font-style: normal;
|
|
width: 100%;
|
|
display: -webkit-box;
|
|
/* 使用弹性盒模型 */
|
|
-webkit-box-orient: vertical;
|
|
/* 垂直排列 */
|
|
overflow: hidden;
|
|
/* 超出部分隐藏 */
|
|
-webkit-line-clamp: 3;
|
|
/* 限制最多显示3行文本 */
|
|
text-overflow: ellipsis;
|
|
/* 超出部分用省略号显示 */
|
|
}
|
|
.main .contentList .contentItem .left .content.data-v-765f0f4e {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #716f69;
|
|
line-height: 32rpx;
|
|
text-align: justify;
|
|
font-style: normal;
|
|
width: 100%;
|
|
display: -webkit-box;
|
|
/* 使用弹性盒模型 */
|
|
-webkit-box-orient: vertical;
|
|
/* 垂直排列 */
|
|
overflow: hidden;
|
|
/* 超出部分隐藏 */
|
|
-webkit-line-clamp: 2;
|
|
/* 限制最多显示3行文本 */
|
|
text-overflow: ellipsis;
|
|
/* 超出部分用省略号显示 */
|
|
}
|
|
.main .contentList .contentItem .left .descBox.data-v-765f0f4e {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-top: 12rpx;
|
|
}
|
|
.main .contentList .contentItem .left .descBox .name.data-v-765f0f4e {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #716f69;
|
|
line-height: 36rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.main .contentList .contentItem .left .descBox .time.data-v-765f0f4e {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #716f69;
|
|
line-height: 36rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.main .contentList .contentItem .right.data-v-765f0f4e {
|
|
width: 220rpx;
|
|
height: 220rpx;
|
|
margin-left: 40rpx;
|
|
border-radius: 16rpx;
|
|
overflow: hidden;
|
|
}
|
|
.main .contentList .contentItem .right .leftIcon.data-v-765f0f4e {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|