/* pages/digitalTextbooks/index.wxss */
|
@import "./index.skeleton.wxss";
|
|
/* pages/digitalCourses/index.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;
|
}
|
|
.t-icon-search {
|
font-size: 38rpx;
|
}
|
|
.heardTab {
|
display: flex;
|
justify-content: space-between;
|
}
|
|
.tabBox {
|
width: 70vw
|
}
|
|
.dropdown {
|
z-index: 1;
|
width: 29vw;
|
box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
|
}
|
|
.t-dropdown-menu__item--active,
|
.t-radio__icon--checked,
|
.t-checkbox__icon--checked {
|
color: #FF6C00 !important
|
}
|
|
.t-tabs__item--active {
|
color: #FF6C00 !important;
|
}
|
|
.t-tabs__track {
|
background-color: #FF6C00 !important;
|
/* height: var(--td-tab-track-thickness, 0rpx) !important; */
|
}
|
|
.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: 85% center;
|
background-size: 20% 50%;
|
/* 将背景图片位置设置为靠右 */
|
}
|
|
.contentBox {
|
width: 100%;
|
height: 100%;
|
background-color: #f2f3f7;
|
}
|
|
.titleBox {
|
display: flex;
|
align-items: center;
|
margin-left: 0;
|
padding-top: 30rpx;
|
}
|
|
.frameBox {
|
width: 7rpx;
|
height: 54rpx;
|
background: #FF6C00;
|
border-radius: 0rpx 9rpx 9rpx 0rpx;
|
}
|
|
.titleTextBox {
|
margin-left: 15px;
|
width: 200rpx;
|
height: 36rpx;
|
/*宽 3.7 高1 */
|
}
|
|
.titleTextBox image {
|
width: 100%;
|
height: 100%;
|
image-rendering: -webkit-optimize-contrast;
|
}
|
|
.informationBox {
|
width: 340rpx;
|
height: 470rpx;
|
border-radius: 9rpx 9rpx 9rpx 9rpx;
|
background-color: #fff;
|
margin-bottom: 40rpx;
|
box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
|
}
|
|
.book-img {
|
width: 100%;
|
height: 250rpx;
|
margin: 0 auto;
|
/* box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16); */
|
}
|
|
.book-name {
|
margin: 15rpx 30rpx;
|
color: #333;
|
font-size: 28rpx;
|
font-weight: 700;
|
word-break: break-all;
|
display: -webkit-box;
|
-webkit-line-clamp: 2;
|
-webkit-box-orient: vertical;
|
overflow: hidden;
|
text-align: left;
|
|
}
|
|
.author {
|
margin: 0 30rpx;
|
display: flex;
|
flex-direction: row;
|
justify-content: space-between;
|
margin-bottom: 15rpx;
|
font-weight: bold;
|
}
|
|
.money {
|
margin: 0 30rpx;
|
display: flex;
|
flex-direction: row;
|
justify-content: space-between;
|
color: #ff6c00;
|
|
}
|
|
.ExternalInformationBox {
|
display: flex;
|
justify-content: space-between;
|
flex-wrap: wrap;
|
padding: 0 15rpx;
|
margin-top: 40rpx;
|
}
|
|
.noDataBox {
|
width: 100%;
|
/* margin-top: 200rpx; */
|
height: 620rpx;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
|
|
.bookContentBox {
|
display: flex;
|
flex-direction: row;
|
flex-wrap: wrap;
|
justify-content: space-between;
|
margin: 20rpx;
|
}
|
|
.external {
|
width: 300rpx;
|
min-height: 520rpx;
|
background-color: #fff;
|
margin: 30rpx 10rpx;
|
box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
|
padding: 15rpx;
|
}
|
|
.imageBox {
|
width: 210rpx;
|
height: 290rpx;
|
margin: 30rpx auto;
|
box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
|
}
|
|
image {
|
width: 100%;
|
height: 100%;
|
}
|
|
.amountClick {
|
display: flex;
|
flex-direction: row;
|
justify-content: flex-end;
|
align-items: center;
|
font-size: 25rpx;
|
color: rgb(153, 153, 153);
|
|
}
|
|
.information {
|
display: flex;
|
flex-direction: row;
|
justify-content: space-between;
|
margin: 0 20rpx;
|
}
|
|
.bookName {
|
margin: 0 20rpx;
|
height: 75rpx;
|
color: #333;
|
font-size: 28rpx;
|
font-weight: 700;
|
word-break: break-all;
|
display: -webkit-box;
|
-webkit-line-clamp: 2;
|
-webkit-box-orient: vertical;
|
overflow: hidden;
|
text-align: left;
|
}
|
|
.book-author {
|
color: #333;
|
margin: 16rpx 0;
|
font-size: 24rpx;
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
text-align: left;
|
width: 150rpx;
|
}
|
|
.price {
|
color: #FF6C00;
|
margin: 16rpx 0;
|
font-size: 24rpx;
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
text-align: left;
|
}
|
|
.noData {
|
margin: 0 auto;
|
margin-top: 100rpx;
|
}
|
|
/* 固定在顶部的盒子样式 */
|
.fixed-header {
|
position: fixed;
|
/* 固定定位 */
|
top: 0;
|
/* 距离顶部0px */
|
left: 0;
|
/* 距离左侧0px */
|
width: 100%;
|
/* 宽度为100%,可根据需要调整 */
|
background-color: #ffffff;
|
/* 背景颜色,可根据需要调整 */
|
z-index: 999;
|
/* 确保盒子在页面其他元素的上方 */
|
/* 其他样式,如padding、box-shadow等 */
|
}
|
|
.outsideContentBox {
|
/* padding: 30rpx; */
|
background: #F2F3F8;
|
border-radius: 18rpx 18rpx 18rpx 18rpx;
|
/* padding-bottom: 325rpx; */
|
height: calc(100vh - 450rpx);
|
|
/* width: calc(100vw - 60rpx); */
|
|
}
|