/* packageCourse/pages/course/detail/index.wxss */
|
|
|
.demo-section__content {
|
margin-top: 32rpx;
|
margin-bottom: 48rpx;
|
}
|
|
.contentTabBox {
|
width: 100%;
|
height: calc(100vh - env(safe-area-inset-bottom));
|
font-size: 28rpx;
|
position: relative;
|
}
|
|
.showInfo {
|
width: 100%;
|
height: calc(100% - 60px);
|
overflow: hidden;
|
}
|
|
.refresh-container {
|
display: block;
|
width: 100vw;
|
}
|
|
.loading {
|
display: block;
|
width: 100%;
|
height: 180rpx;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
|
.bottom-loading {
|
width: 100vw;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
height: 100rpx;
|
padding-bottom: env(safe-area-inset-bottom);
|
}
|
|
.baseInfoBox {
|
width: 100%;
|
height: 100%;
|
overflow-y: auto;
|
padding: 10rpx 20rpx;
|
box-sizing: border-box;
|
}
|
|
.classBox {
|
height: 100%;
|
}
|
|
.contentList {
|
width: 100%;
|
height: calc(100% - 55px);
|
padding: 5px 20rpx;
|
box-sizing: border-box;
|
}
|
|
.content {
|
height: 100%;
|
}
|
|
.listClass {
|
border: 1rpx solid #efefef;
|
margin-bottom: 20rpx;
|
border-radius: 10rpx;
|
}
|
|
.listClass .titleBox {
|
width: 100%;
|
height: 60rpx;
|
display: flex;
|
padding: 5rpx 20rpx;
|
justify-content: space-between;
|
align-items: center;
|
background-color: #f8f8f8;
|
font-size: 30rpx;
|
box-sizing: border-box;
|
}
|
|
.listClass .infoBox {
|
display: flex;
|
flex-direction: column;
|
padding: 20rpx;
|
box-sizing: border-box;
|
position: relative;
|
font-size: 24rpx;
|
}
|
|
.classTag {
|
margin-bottom: 20rpx;
|
}
|
|
.className {
|
width: 250px;
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
margin-right: 20rpx;
|
}
|
|
.delete {
|
position: absolute;
|
right: 20rpx;
|
}
|
|
.ID-State {
|
width: 100%;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
height: 40px;
|
margin-bottom: 20rpx;
|
}
|
|
.ID {
|
font-weight: 700;
|
}
|
|
.statics {
|
width: 100%;
|
margin-bottom: 40rpx;
|
}
|
|
.statics .classCout {
|
width: 100px;
|
height: 60px;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: space-around;
|
border: 1rpx solid #666;
|
border-radius: 10rpx;
|
}
|
|
/* .intro {
|
min-height: 500px;
|
} */
|
|
.intro .descTitle,
|
.bookInfo .title {
|
font-size: 28rpx;
|
font-weight: 700;
|
padding: 20rpx 0;
|
border-bottom: 1rpx solid #eee;
|
}
|
|
.intro .descCon {
|
padding: 20rpx 0;
|
line-height: 44rpx;
|
word-break: break-all;
|
}
|
|
.bookData {
|
width: 100%;
|
height: 200rpx;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
padding: 20rpx 0;
|
}
|
|
.bookText {
|
flex: 1;
|
height: 100%;
|
display: flex;
|
flex-direction: column;
|
justify-content: space-around;
|
align-items: flex-start;
|
}
|
|
.bookIcon {
|
width: 180rpx;
|
height: 230rpx;
|
}
|
|
.tabbar-bottom {
|
width: 100%;
|
height: 60px;
|
display: flex;
|
justify-content: space-around;
|
align-items: center;
|
border-top: 1rpx solid #eee;
|
position: absolute;
|
bottom: 0;
|
left: 0;
|
}
|
|
.tab-pubItem {
|
color: #999;
|
}
|
|
.tabbar-bottom .tabIcon {
|
margin-bottom: 10rpx;
|
}
|
|
.tabbar-bottom .text {
|
font-size: 24rpx;
|
}
|
|
.activeTab {
|
color: #ff6d00;
|
}
|
|
.contentList {
|
width: 100%;
|
height: calc(100% - 55px);
|
}
|
|
.header {
|
width: 100%;
|
height: 55px;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
padding: 20rpx;
|
box-sizing: border-box;
|
border-top: 1rpx solid #eee;
|
border-bottom: 1rpx solid #eee;
|
background-color: #fff;
|
}
|
|
.header .t-search__input-box {
|
height: 70rpx !important;
|
font-size: 28rpx;
|
}
|
|
.classInfo {
|
width: 100%;
|
border: 1rpx solid #eee;
|
padding: 35rpx;
|
box-sizing: border-box;
|
border-radius: 10rpx;
|
margin-bottom: 20rpx;
|
}
|
|
.classInfo .t-input,
|
.classInfo .t-textarea {
|
padding: 10rpx 20rpx !important;
|
border: 1px solid #eee;
|
border-radius: 5px;
|
margin: 10px 0;
|
}
|
|
.classInfo .t-input__wrap .t-input__content,
|
.classInfo .t-input__placeholder,
|
.classInfo .t-textarea__placeholder,
|
.classInfo .t-textarea__wrapper-inner {
|
font-size: 28rpx !important;
|
}
|
|
.classInfo .dateBox {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
}
|
|
.classSubmit {
|
width: 100%;
|
display: flex;
|
justify-content: flex-end;
|
align-items: center;
|
margin-bottom: 20rpx;
|
padding: 0 20px;
|
box-sizing: border-box;
|
}
|
|
.classBox .t-overlay {
|
top: 55px !important
|
}
|
|
.block-title {
|
padding: 30rpx 20rpx;
|
font-size: 30rpx;
|
color: #ff6d00;
|
}
|