You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
147 lines
2.6 KiB
147 lines
2.6 KiB
.book-box{
|
|
font-size: 24rpx ;
|
|
}
|
|
.book-box-title {
|
|
font-weight: 400;
|
|
color: #828282;
|
|
}
|
|
|
|
.book-box-row {
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin-top: 38rpx;
|
|
}
|
|
|
|
.book-box-selectInfo {
|
|
background: #FCF6E3;
|
|
height: 66rpx;
|
|
width: 100vw;
|
|
padding: 0rpx 42rpx;
|
|
margin-bottom: 20rpx;
|
|
display: flex;
|
|
color: #828282;
|
|
line-height: 66rpx;
|
|
font-size: 24rpx;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.book-box-selectInfo-right {
|
|
display: flex;
|
|
color: #EF9525;
|
|
}
|
|
|
|
.book-box-selectInfo-righttxt {
|
|
text-decoration: underline;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
|
|
.book-box-row .book-box-row-date {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex: 1;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.book-box-row .book-box-row-date .book-box-row-dateitem {
|
|
background: #F7F6F4;
|
|
border-radius: 5rpx;
|
|
padding: 24rpx 32rpx;
|
|
color: #4E4E4E;
|
|
position: relative;
|
|
}
|
|
|
|
.book-box-timerow {
|
|
display: flex;
|
|
margin-top: 36rpx;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.book-box-row-timeitem {
|
|
background: #F7F6F4;
|
|
border-radius: 5ppx;
|
|
padding: 19rpx 39rpx;
|
|
font-size: 24rpx;
|
|
color: #4E4E4E;
|
|
position: relative;
|
|
margin-right: 9rpx;
|
|
margin-bottom: 19rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.book-box-row-timeitem-on {
|
|
background: #FCF6E3;
|
|
border: 2rpx solid #EF9525;
|
|
padding: 17rpx 37rpx !important;
|
|
}
|
|
|
|
.book-box-row-timeitem-txt {
|
|
text-align: center;
|
|
}
|
|
|
|
.book-box-row-timeitem-status {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
background: #EF9525;
|
|
border-top-right-radius: 5rpx;
|
|
border-bottom-left-radius: 5rpx;
|
|
font-size: 20rpx;
|
|
color: #828282;
|
|
padding: 7rpx;
|
|
}
|
|
|
|
.book-box-row .book-box-row-date .book-box-row-dateitem-none {
|
|
|
|
color: #CFCFCF !important;
|
|
}
|
|
|
|
.book-box-row .book-box-row-date .book-box-row-dateitem-on {
|
|
|
|
padding: 22rpx 30rpx;
|
|
background: #FCF6E3;
|
|
border: 2rpx solid #EF9525;
|
|
border-radius: 5rpx;
|
|
color: #4E4E4E;
|
|
}
|
|
|
|
.book-box-row-select {
|
|
padding: 24rpx 9rpx 24rpx 29rpx;
|
|
background: #F7F6F4;
|
|
border-radius: 5rpx;
|
|
margin-left: 16rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
color: #4E4E4E !important;
|
|
}
|
|
|
|
.book-box-row .book-box-row-date .book-box-row-dateitem-on .book-box-row-dateitem-status {
|
|
|
|
background: #EF9525 !important;
|
|
color: #ffffff !important;
|
|
font-size: 20rpx !important;
|
|
}
|
|
|
|
.book-box-row-dateitem-status {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
background: #E3E3E3;
|
|
border-top-right-radius: 5rpx;
|
|
border-bottom-left-radius: 5rpx;
|
|
font-size: 20rpx;
|
|
color: #828282;
|
|
padding: 7rpx;
|
|
}
|
|
|
|
.book-box-row-select-more {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 22rpx;
|
|
}
|
|
|
|
.book-box-card {
|
|
margin-bottom: 50rpx;
|
|
}
|