.container {
|
width: 100vw;
|
height: 100vh;
|
}
|
|
.page-header {
|
background-color: #fff;
|
position: fixed;
|
top: 0;
|
left: 0;
|
z-index: 1;
|
}
|
|
.bookServices-list {
|
padding-top: 294rpx;
|
background: #F2F3F8;
|
}
|
|
.content {
|
height: calc(100vh - env(safe-area-inset-bottom) - 294rpx);
|
box-sizing: border-box;
|
}
|
|
.nacigationBar {
|
display: flex;
|
align-items: center;
|
--td-search-font-size: 28rpx;
|
margin-bottom: 30rpx;
|
}
|
|
.list-header {
|
display: flex;
|
z-index: 1,
|
}
|
|
.header-sort {
|
background-color: #fff;
|
line-height: 96rpx;
|
width: 150rpx;
|
font-size: 28rpx;
|
color: #999;
|
display: flex;
|
align-items: center;
|
}
|
|
.sort-name {
|
margin-right: 10rpx;
|
}
|
|
.header-scroll {
|
width: 80vw;
|
}
|
|
.srcolbox {
|
width: 100%;
|
white-space: nowrap;
|
}
|
|
.srcolbox .t-button--primary {
|
border-radius: 50rpx !important;
|
background: #FF6C00 !important;
|
border: none;
|
}
|
|
.srcolbox .t-button--light {
|
background: #fff !important;
|
border-radius: 50rpx !important;
|
color: #545C63 !important;
|
border: 2rpx solid #979797 !important;
|
}
|
|
.t-dropdown-menu:after,
|
.t-dropdown-menu::after {
|
height: 0px !important;
|
}
|
|
.t-dropdown-item__body,
|
.t-dropdown-item__footer,
|
.t-radio {
|
background: #F6F6F6 !important;
|
}
|
|
.t-dropdown-item__body {
|
padding: 40rpx 0;
|
}
|
|
.t-dropdown-menu__item {
|
margin: 10rpx 10rpx 0 10rpx;
|
border-radius: 40rpx;
|
height: 68rpx;
|
background: #F6F6F6 !important;
|
}
|
|
.t-dropdown-menu__item--active {
|
height: 86rpx !important;
|
background: #F6F6F6 !important;
|
border-radius: 40rpx 40rpx 0 0;
|
}
|
|
.t-radio__title {
|
font-size: 28rpx !important;
|
}
|
|
.t-dropdown-menu__item--active,
|
.t-radio__icon--checked,
|
.t-checkbox__icon--checked,
|
.t-radio__title--checked,
|
.t-checkbox__title--checked {
|
color: #FF6C00 !important;
|
}
|
|
.srcolbox .t-checkbox--checked {
|
background-color: #FFECDE !important;
|
}
|
|
.t-checkbox__icon--disabled {
|
color: #c0c4cc !important;
|
}
|
|
.t-radio--block {
|
padding: 10rpx !important;
|
}
|
|
.t-radio__border {
|
height: 0 !important;
|
}
|
|
.sort-icon {
|
transform: rotate(90deg);
|
position: relative;
|
}
|
|
.sort-icon .icon-left {
|
transform: rotate(180deg);
|
}
|
|
.title {
|
display: flex;
|
height: 60rpx;
|
font-weight: bold;
|
align-items: center;
|
margin-top: 20rpx;
|
}
|
|
.title .line {
|
border-right: 8rpx solid #FF6C00;
|
border-radius: 0 10rpx 10rpx 0;
|
margin-right: 20rpx;
|
height: 100%;
|
}
|
|
.title .icon {
|
height: 36rpx;
|
width: 160rpx;
|
line-height: 60rpx;
|
}
|
|
.title .icon .iconImage {
|
width: 100%;
|
height: 100%;
|
}
|
|
.refresh-container {
|
margin: 0 auto;
|
}
|
|
.bottom-loading,
|
.loading {
|
padding: 20rpx;
|
text-align: center;
|
}
|
|
.empyt {
|
padding: 200rpx 0;
|
}
|
|
.body-loading {
|
padding: 200rpx 0;
|
text-align: center;
|
}
|
|
|
.book-list {
|
padding: 20rpx;
|
display: flex;
|
flex-wrap: wrap;
|
margin-top: 10rpx;
|
}
|
|
|
|
.book-box {
|
box-sizing: border-box;
|
width: calc(100%/2 - 10rpx);
|
margin-right: 20rpx;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
margin-bottom: 40rpx;
|
padding: 50rpx 16rpx 32rpx 16rpx;
|
box-shadow: 0rpx 0rpx 18rpx 2rpx rgba(0, 0, 0, 0.08);
|
background: #fff;
|
}
|
|
.book-box:nth-child(2n) {
|
margin-right: 0;
|
}
|
|
.book-color {
|
color: #333;
|
}
|
|
.book-img image {
|
object-fit: contain;
|
box-shadow: 0px 0px 20rpx 2px rgba(0, 0, 0, 0.08);
|
}
|
|
.book-name {
|
height: 76rpx;
|
margin-top: 24rpx;
|
width: 100%;
|
font-size: 28rpx;
|
font-weight: 700;
|
word-break: break-all;
|
display: -webkit-box;
|
-webkit-line-clamp: 2;
|
-webkit-box-orient: vertical;
|
overflow: hidden;
|
}
|
|
.book-author {
|
height: 30rpx;
|
margin-top: 16rpx;
|
width: 100%;
|
font-size: 24rpx;
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
}
|
|
.checkbox {
|
display: flex;
|
}
|
|
.checkbox .t-checkbox--block {
|
padding: 0 !important;
|
align-items: center;
|
}
|
|
.checkbox .t-checkbox__icon {
|
width: 30rpx !important;
|
height: 30rpx !important;
|
font-size: 36rpx !important;
|
}
|
|
.t-checkbox__icon-rectangle {
|
width: 60rpx !important;
|
height: 60rpx !important;
|
}
|
|
.checkbox .t-checkbox {
|
font-size: 28rpx !important;
|
align-items: center;
|
}
|
|
.checkbox .t-checkbox__icon--left {
|
margin-right: 6rpx !important;
|
}
|
|
.checkbox .t-checkbox__title {
|
color: #FF6C00 !important;
|
}
|
|
.eBook {
|
margin-left: 10rpx;
|
}
|
|
|
|
.applyBox {
|
width: 184rpx;
|
height: 184rpx;
|
position: fixed;
|
bottom: 20%;
|
right: 0;
|
}
|
|
.applyBox .box {
|
width: 184rpx;
|
height: 184rpx;
|
color: #fff;
|
position: relative;
|
}
|
|
.applyBox .box .t-image {
|
width: 100%;
|
height: 100%;
|
}
|
|
.num {
|
background-color: #FD3D16;
|
color: #fff;
|
border: 2rpx solid #FFFFFF;
|
font-size: 24rpx;
|
line-height: 30rpx;
|
font-weight: 400;
|
width: 48rpx;
|
height: 32rpx;
|
text-align: center;
|
border-radius: 9px;
|
position: absolute;
|
top: 30rpx;
|
left: 118rpx;
|
}
|