/* pages/bookExhibitionList/index.wxss */
|
|
|
|
.outside {
|
display: flex;
|
flex-wrap: wrap;
|
justify-content: space-between;
|
margin: 15px;
|
|
|
}
|
|
.contentBox {
|
width: 330rpx;
|
/* height: 231rpx; */
|
/* border: 1px #000 solid; */
|
margin: 10px 0;
|
background-color: #fff;
|
|
}
|
|
image {
|
width: 327rpx;
|
height: 128rpx;
|
}
|
|
|
.textBox {
|
font-family: PingFang SC, PingFang SC;
|
width: 280rpx;
|
/* height: 75rpx; */
|
font-size: 25rpx;
|
|
overflow: hidden;
|
text-overflow: ellipsis;
|
display: -webkit-box;
|
-webkit-box-orient: vertical;
|
-webkit-line-clamp: 2;
|
/* text-align: center; */
|
margin: 20rpx;
|
|
}
|
|
|
.example-search {
|
/* width: 300px; */
|
background-color: #fff;
|
/* padding: 16rpx 32rpx; */
|
}
|
|
.iconBox {
|
transform: rotate(90deg);
|
margin-left: 10rpx;
|
}
|
|
.swapRight {
|
height: 20rpx;
|
}
|
|
.swapLeft {
|
transform: rotate(180deg);
|
}
|
|
.sortBox {
|
color: #999999;
|
display: flex;
|
/* border-bottom: 1px #ededed solid; */
|
align-items: center;
|
height: 86rpx;
|
width: 195rpx;
|
margin-top: 8rpx;
|
font-size: 30rpx;
|
}
|
|
|
|
.titleBox {
|
display: flex;
|
margin: 10px;
|
margin-left: 0;
|
padding-top: 30rpx;
|
}
|
|
.frameBox {
|
width: 13rpx;
|
height: 54rpx;
|
background: #FF6C00;
|
border-radius: 0rpx 9rpx 9rpx 0rpx;
|
|
}
|
|
.titleTextBox {
|
font-size: 20px;
|
font-weight: bolder;
|
margin-left: 10px;
|
font-family: JDLangZhengTi, JDLangZhengTi;
|
}
|
|
.classification {
|
width: 550rpx;
|
/* margin-bottom: 50rpx; */
|
|
}
|
|
.menuBox {
|
display: flex;
|
height: 75rpx;
|
|
}
|
|
.assembleContent {
|
background-color: #F2F3F8;
|
}
|