/* pages/specialDiscussion/index.wxss */
|
@import "./index.skeleton.wxss";
|
|
image {
|
width: 100%;
|
height: 100%;
|
}
|
|
.nacigationBar {
|
display: flex;
|
align-items: center;
|
--td-search-font-size: 28rpx;
|
margin-bottom: 30rpx;
|
padding-left: 10rpx;
|
}
|
|
|
.t-search__input-box {
|
height: 70rpx !important;
|
}
|
|
.nacigationBar .t-icon-search {
|
font-size: 38rpx;
|
}
|
|
|
.t-tabs__item--active {
|
color: #FF6C00 !important;
|
}
|
|
.t-tabs__track {
|
background-color: #FF6C00 !important;
|
}
|
|
.tabsBox {
|
width: 100%;
|
display: flex;
|
justify-content: flex-start;
|
padding: 40rpx 40rpx 20rpx 40rpx;
|
}
|
|
.tabsNameBox {
|
width: 200rpx;
|
}
|
|
.tabsSelect {
|
color: #FF6C00;
|
width: 200rpx;
|
}
|
|
.tabsNameSelect {
|
height: 40rpx;
|
background-repeat: no-repeat;
|
background-image: url(https://jsek.bnuic.com/home/image/click-icon.png);
|
background-position: 75% center;
|
background-size: 40% 60%;
|
/* 将背景图片位置设置为靠右 */
|
font-weight: bold;
|
font-size: 29rpx;
|
color: #FF6C00;
|
}
|
|
.tabsName {
|
min-width: 170rpx;
|
height: 40rpx;
|
font-weight: 400;
|
font-size: 29rpx;
|
color: #333333;
|
}
|
|
.selectLine {
|
width: 40rpx;
|
height: 6rpx;
|
background-color: #FF6C00;
|
border-radius: 8px;
|
margin: 0 auto;
|
margin-top: 20rpx;
|
margin-bottom: 1rpx;
|
}
|
|
.list-box {
|
padding: 0 30rpx;
|
}
|
|
.displayContent {
|
height: 250rpx;
|
background: #FFFFFF;
|
box-shadow: 0rpx 0rpx 18rpx 2rpx rgba(0, 0, 0, 0.08);
|
border-radius: 9rpx;
|
margin: 0 auto;
|
margin-top: 50rpx;
|
display: flex;
|
flex-direction: row;
|
}
|
|
.imageBox {
|
height: 100%;
|
background: #EAEAEA;
|
border-radius: 9rpx 0rpx 0rpx 9rpx;
|
object-fit: contain;
|
flex: 1;
|
}
|
|
|
.tltieBox {
|
margin: 15rpx;
|
flex: 1;
|
}
|
|
.nameTltieBox {
|
width: 290rpx;
|
min-height: 76rpx;
|
font-weight: bold;
|
font-size: 29rpx;
|
color: #333333;
|
display: -webkit-box;
|
-webkit-box-orient: vertical;
|
-webkit-line-clamp: 2;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
}
|
|
.directSeeding {
|
font-weight: 400;
|
font-size: 25rpx;
|
color: #9D9D9D;
|
margin: 20rpx 0;
|
}
|
|
.position {
|
display: flex;
|
justify-content: space-between;
|
font-weight: 400;
|
font-size: 25rpx;
|
|
}
|
|
.t-tabs .t-tabs__item--active {
|
background-repeat: no-repeat;
|
/* background-size: 100% 100%;
|
background-position: 100% 100%; */
|
background-image: url(https://jsek.bnuic.com/home/image/click-icon.png);
|
background-position: right center;
|
background-size: 30% 50%;
|
/* 将背景图片位置设置为靠右 */
|
}
|
|
.t-tabs__item {
|
padding: 0px 20rpx !important;
|
}
|
|
.t-sticky__content {
|
padding: 0 20rpx !important;
|
}
|
|
.noDataBox {
|
width: 100%;
|
/* margin-top: 200rpx; */
|
height: 620rpx;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|