/* pages/bookExhibitionList/index.wxss */
|
|
|
|
.outside {
|
display: flex;
|
flex-wrap: wrap;
|
justify-content: space-between;
|
margin: 15px;
|
}
|
|
.contentBox {
|
width: 330rpx;
|
height: 130rpx;
|
/* border: 1px #000 solid; */
|
margin: 10px 0;
|
|
}
|
|
image {
|
width: 100%;
|
height: 85%;
|
}
|
|
|
.textBox {
|
|
width: 320rpx;
|
font-size: 20rpx;
|
/* display: flex;
|
justify-content: center; */
|
overflow: hidden;
|
text-overflow: ellipsis;
|
display: -webkit-box;
|
-webkit-box-orient: vertical;
|
-webkit-line-clamp: 1;
|
text-align: center;
|
|
}
|
|
|
.example-search {
|
width: 300px;
|
background-color: #fff;
|
/* padding: 16rpx 32rpx; */
|
}
|
|
.iconBox {
|
transform: rotate(90deg);
|
/* margin: 10px;
|
margin-right: 20px; */
|
margin-left: 30rpx;
|
}
|
|
.swapRight {
|
/* margin-right: 10px; */
|
|
}
|
|
.swapLeft {
|
transform: rotate(180deg);
|
}
|
|
.sortBox {
|
display: flex;
|
border-bottom: 1px #ededed solid;
|
align-items: center;
|
height: 86rpx;
|
width: 195rpx;
|
}
|
|
|
|
.titleBox {
|
display: flex;
|
margin: 10px;
|
margin-left: 0;
|
}
|
|
.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;
|
}
|
|
.menuBox {
|
display: flex;
|
|
}
|