/* pages/digitalCourses/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;
|
}
|
|
|
.nacigationBar .t-icon-base {
|
font-size: 38rpx;
|
}
|
|
|
.custom-tabs {
|
margin-bottom: 32rpx;
|
}
|
|
.custom-panel {
|
/* height: ; */
|
height: calc(100vh - 300rpx);
|
color: var(--td-text-color-primary);
|
}
|
|
.t-tabs .t-tabs__track {
|
display: none;
|
}
|
|
.t-tabs__item--active {
|
color: #FF6C00 !important;
|
}
|
|
.t-tabs__track {
|
background-color: #FF6C00 !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: 10px;
|
width: 180rpx;
|
height: 36rpx;
|
/*宽 3.7 高1 */
|
}
|
|
.titleTextBox image {
|
width: 100%;
|
height: 100%;
|
image-rendering: -webkit-optimize-contrast;
|
}
|
|
.informationBox {
|
width: calc(100%/2 - 15rpx);
|
min-height: 450rpx;
|
overflow: hidden;
|
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: 194rpx;
|
margin: 0 auto;
|
/* box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16); */
|
}
|
|
.book-Info {
|
padding: 20rpx;
|
}
|
|
.book-name {
|
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 {
|
display: flex;
|
flex-direction: row;
|
justify-content: space-between;
|
margin-bottom: 20rpx;
|
font-weight: bold;
|
font-weight: 400;
|
font-size: 25rpx;
|
color: #333333;
|
}
|
|
.money {
|
display: flex;
|
flex-direction: row;
|
justify-content: space-between;
|
color: #ff6c00;
|
}
|
|
.ExternalInformationBox {
|
display: flex;
|
justify-content: space-between;
|
flex-wrap: wrap;
|
padding: 0 25rpx;
|
margin-top: 40rpx;
|
}
|
|
.noDataBox {
|
width: 100%;
|
/* margin-top: 200rpx; */
|
height: 620rpx;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
|
.viewCount {
|
margin: 16rpx 0;
|
font-weight: 400;
|
font-size: 22rpx;
|
color: #AEAFC0;
|
}
|
|
.outsideContentBox {
|
/* padding: 30rpx; */
|
background: #F2F3F8;
|
border-radius: 18rpx 18rpx 18rpx 18rpx;
|
/* padding-bottom: 325rpx; */
|
height: calc(100vh - 450rpx);
|
|
/* width: calc(100vw - 60rpx); */
|
|
}
|