/* packageCourse/pages/course/index.wxss */
|
@import "./index.skeleton.wxss";
|
|
|
.demo-section__content {
|
margin-top: 32rpx;
|
margin-bottom: 48rpx;
|
}
|
|
.contentBox {
|
width: 100%;
|
height: calc(100vh - env(safe-area-inset-bottom));
|
background-color: #eee;
|
font-size: 28rpx;
|
}
|
|
.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);
|
}
|
|
.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;
|
}
|
|
.contentList {
|
width: 100%;
|
height: calc(100% - 55px);
|
background-color: #fff;
|
}
|
|
.content {
|
height: 100%;
|
}
|
|
.listCourse {
|
padding: 20rpx;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
box-sizing: border-box;
|
min-height: 300rpx;
|
border-bottom: 1rpx solid #eee;
|
}
|
|
.replay {
|
margin-left: 20rpx;
|
background-color: red !important;
|
border: 0 !important;
|
}
|
|
.reasonContent {
|
color: #666;
|
font-size: 26rpx;
|
line-height: 44rpx;
|
}
|
|
.external-class {
|
border-radius: 0 !important;
|
}
|
|
.courseIcon {
|
width: 200rpx;
|
height: 280rpx;
|
margin-right: 20rpx;
|
}
|
|
.courseInfo {
|
flex: 1;
|
display: flex;
|
flex-direction: column;
|
justify-content: flex-start;
|
height: 100%;
|
}
|
|
.courseInfo .title {
|
font-size: 30rpx;
|
margin-bottom: 20rpx;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
}
|
|
.courseInfo .courseId {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
font-size: 26rpx;
|
margin-bottom: 20rpx;
|
}
|
|
.courseInfo .reason {
|
font-size: 24rpx;
|
color: red;
|
display: flex;
|
justify-content: flex-start;
|
align-items: center;
|
}
|
|
.courseInfo .desc {
|
font-size: 26rpx;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
display: -webkit-box;
|
-webkit-line-clamp: 2;
|
-webkit-box-orient: vertical;
|
color: #999;
|
line-height: 40rpx;
|
font-size: 24rpx;
|
width: 245px;
|
word-break: break-all;
|
}
|
|
.block {
|
width: 100%;
|
height: calc(100vh - env(safe-area-inset-bottom) - 60px);
|
display: flex;
|
flex-direction: column;
|
justify-content: space-between;
|
padding: 40rpx 20rpx;
|
box-sizing: border-box;
|
overflow: auto;
|
}
|
|
.courseData,
|
.courseBook {
|
width: 100%;
|
border: 1rpx solid #f8f8f8;
|
padding: 35rpx;
|
box-sizing: border-box;
|
border-radius: 10rpx;
|
margin-bottom: 20rpx;
|
}
|
|
.courseData .t-input,
|
.courseData .t-textarea {
|
padding: 10rpx 20rpx !important;
|
border: 1px solid #f8f8f8;
|
border-radius: 5px;
|
margin: 10px 0;
|
}
|
|
.courseData .t-input__wrap .t-input__content,
|
.courseData .t-input__placeholder,
|
.courseData .t-textarea__placeholder,
|
.courseData .t-textarea__wrapper-inner {
|
font-size: 28rpx !important;
|
}
|
|
.selectBox {
|
width: 100%;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
padding: 10rpx 20rpx;
|
border: 1px solid #f8f8f8;
|
border-radius: 5px;
|
margin: 10px 0;
|
box-sizing: border-box;
|
}
|
|
.selectedBook {
|
padding: 10rpx 20rpx;
|
border: 1px solid #f8f8f8;
|
border-radius: 5px;
|
margin: 10px 0;
|
box-sizing: border-box;
|
}
|
|
.selectedBook .selectTitle {
|
border-bottom: 1px solid #f8f8f8;
|
padding: 10rpx 0;
|
box-sizing: border-box;
|
}
|
|
.selectedBook .selectItem {
|
display: flex;
|
flex-direction: column;
|
justify-content: center;
|
align-items: center;
|
padding: 20rpx 10rpx;
|
box-sizing: border-box;
|
}
|
|
.selectItemNot {
|
display: flex;
|
flex-direction: column;
|
justify-content: center;
|
align-items: center;
|
padding: 20rpx;
|
box-sizing: border-box;
|
color: #666;
|
}
|
|
.selectItemNot .not-icon {
|
height: 150rpx;
|
margin-bottom: 10rpx;
|
}
|
|
.selectItemNot .text {
|
font-size: 24rpx;
|
}
|
|
.selectedItem .name {
|
font-size: 26rpx;
|
margin-left: 20rpx;
|
}
|
|
.selectedIcon {
|
height: 200rpx;
|
}
|
|
.wall {
|
width: 85vw;
|
height: calc(100vh - env(safe-area-inset-bottom));
|
display: flex;
|
flex-direction: column;
|
justify-content: space-between;
|
}
|
|
.cartBox {
|
width: 100%;
|
height: calc(100% - 90px);
|
padding: 0 20rpx;
|
box-sizing: border-box;
|
}
|
|
.cartBox .card--active {
|
border-color: #ff6d00 !important;
|
}
|
|
.cartBox .card--active::after {
|
content: '';
|
display: block;
|
position: absolute;
|
left: 0;
|
top: 0;
|
width: 0;
|
border-width: 28px 28px 28px 0;
|
border-style: solid;
|
border-color: var(--td-brand-color, #ff6d00) transparent transparent transparent;
|
}
|
|
.cartList {
|
height: 100%;
|
overflow: auto;
|
}
|
|
.radioSubmit {
|
height: 50px;
|
display: flex;
|
justify-content: flex-end;
|
align-items: center;
|
border: 1px solid #f8f8f8;
|
}
|
|
.cartTilte {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
border: 1px solid #f8f8f8;
|
height: 40px;
|
padding: 20rpx;
|
box-sizing: border-box;
|
font-size: 24rpx;
|
}
|
|
.cartText {
|
margin-right: 20px;
|
font-size: 28rpx;
|
}
|
|
.cartTilte .t-search__input-box {
|
width: 330rpx !important;
|
height: 50rpx !important;
|
padding: 15rpx 10rpx;
|
}
|
|
.cartTilte .t-search__input-box .t-input__keyword {
|
font-size: 28rpx !important;
|
}
|
|
.cartTilte .t-search__input-box .t-icon {
|
font-size: 36rpx !important;
|
}
|
|
.card {
|
position: relative;
|
margin: 32rpx;
|
border-radius: 12rpx;
|
overflow: hidden;
|
box-sizing: border-box;
|
border: 3rpx solid var(--td-bg-color-container, #eee);
|
}
|
|
.card--active {
|
border-color: var(--td-brand-color, #0052d9);
|
}
|
|
.card--active::after {
|
content: '';
|
display: block;
|
position: absolute;
|
left: 0;
|
top: 0;
|
width: 0;
|
border-width: 28px 28px 28px 0;
|
border-style: solid;
|
border-color: var(--td-brand-color, #0052d9) transparent transparent transparent;
|
}
|
|
.card__icon {
|
color: var(--td-bg-color-container, #fff);
|
position: absolute;
|
left: 1.5px;
|
top: 1.5px;
|
z-index: 1;
|
}
|
|
.contentBox .t-radio {
|
font-size: 26rpx !important;
|
}
|
|
.radioIcon {
|
width: 180rpx;
|
height: 210rpx;
|
}
|
|
.courseSubmit {
|
width: 100%;
|
display: flex;
|
justify-content: flex-end;
|
align-items: center;
|
}
|