page {
|
background-color: #F2F3F8;
|
}
|
|
.page-header {
|
width: 100%;
|
}
|
|
.page-content {
|
padding-bottom: env(safe-area-inset-bottom);
|
|
}
|
|
.t-tabs__track {
|
display: none;
|
|
}
|
|
.t-tabs {
|
margin-top: 20rpx;
|
background: none !important;
|
}
|
|
.t-tabs__wrapper {
|
background: none !important;
|
}
|
|
.t-tabs__nav :nth-child(1) {
|
border-radius: 30rpx 30rpx 0 0rpx;
|
}
|
|
.t-tabs__nav :nth-child(2) {
|
border-radius: 0rpx 30rpx 0 30rpx;
|
}
|
|
.t-tabs__item {
|
flex: 1 !important;
|
background: #E6E8F1;
|
height: 76rpx !important;
|
margin-top: 16rpx;
|
border-radius: 30rpx 0 30rpx 0rpx !important;
|
}
|
|
.t-tabs__item--active {
|
color: #333 !important;
|
background: #fff;
|
height: 96rpx;
|
font-size: 32rpx;
|
margin-top: 0;
|
height: 96rpx !important;
|
border-radius: 30rpx 30rpx 0 0rpx !important;
|
}
|
|
.t-tabs__item--active+.t-tabs__item {
|
border-radius: 0 30rpx 0 30rpx !important;
|
}
|
|
|
.bookListBox {
|
background: #fff;
|
min-height: 200rpx;
|
border-radius: 10rpx;
|
margin-top: -30rpx;
|
padding: 60rpx 40rpx 40rpx 40rpx;
|
}
|
|
.tips {
|
font-size: 28rpx;
|
color: #ff6c00;
|
}
|
|
.bookList {
|
margin-top: 20rpx;
|
}
|
|
.textbooksItemBox {
|
padding: 30rpx 0;
|
}
|
|
.textbooksItemBox:nth-child(1) {
|
border-bottom: 2rpx solid #EDEDED;
|
}
|
|
.listItem {
|
display: flex;
|
}
|
|
.specialSubject-img {
|
width: 200rpx;
|
height: 300rpx;
|
}
|
|
.specialSubject-img .img {
|
width: 100%;
|
height: 100%;
|
object-fit: contain;
|
}
|
|
.body-info {
|
flex: 1;
|
margin-left: 20rpx;
|
line-height: 54rpx;
|
}
|
|
.name {
|
font-size: 32rpx;
|
font-weight: bold;
|
margin-bottom: 20rpx;
|
height: 96rpx;
|
margin-top: 20rpx;
|
width: 100%;
|
word-break: break-all;
|
display: -webkit-box;
|
-webkit-line-clamp: 2;
|
-webkit-box-orient: vertical;
|
overflow: hidden;
|
}
|
|
.author {
|
font-size: 30rpx;
|
}
|
|
.t-swipe-cell__right {
|
width: 120rpx;
|
display: flex;
|
align-items: center;
|
background-color: #ff6c00;
|
color: #fff;
|
}
|
|
.delete-btn {
|
margin: 0 auto;
|
}
|
|
.formBox {
|
background: #fff;
|
border-radius: 10rpx;
|
padding: 40rpx;
|
margin-top: 30rpx;
|
|
}
|
|
.formBox .title {
|
font-size: 32rpx;
|
font-weight: bold;
|
border-bottom: 2rpx solid #f4f4f4;
|
padding-bottom: 40rpx;
|
}
|
|
.teachingInfo,
|
.receiverInfo {
|
padding: 40rpx 0;
|
font-size: 28rpx;
|
}
|
|
.item {
|
display: flex;
|
margin-bottom: 30rpx;
|
align-items: center;
|
}
|
|
.item .label {
|
width: 200rpx;
|
}
|
|
.item-content {
|
border: 2rpx solid #D9D9D9;
|
padding: 10rpx;
|
flex: 1;
|
}
|
|
.weui-input {
|
height: 60rpx;
|
}
|
|
.btn-area {
|
margin-top: 40rpx;
|
padding: 0 40rpx;
|
}
|
|
.submit {
|
background: #ff6c00;
|
color: #fff;
|
border-radius: 50rpx;
|
}
|