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.
183 lines
3.3 KiB
183 lines
3.3 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 46rpx;
|
|
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;
|
|
}
|
|
.book-box-row-timeitem-on {
|
|
background: #FCF6E3;
|
|
border: 2rpx solid #EF9525;
|
|
}
|
|
.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 42rpx;
|
|
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;
|
|
}
|
|
.content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.box-row {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
padding: 0rpx 37rpx;
|
|
}
|
|
.box-top {
|
|
width: 100%;
|
|
}
|
|
.index_bg {
|
|
width: 100%;
|
|
height: 613rpx;
|
|
}
|
|
.box-notice {
|
|
width: 100%;
|
|
background-color: #F9F7F3;
|
|
height: 63rpx;
|
|
margin-top: -20rpx;
|
|
border-top-left-radius: 15rpx !important;
|
|
border-top-right-radius: 15rpx !important;
|
|
}
|
|
.u-notice-bar {
|
|
border-top-left-radius: 15rpx !important;
|
|
border-top-right-radius: 15rpx !important;
|
|
}
|
|
.box-body {
|
|
width: 100%;
|
|
padding: 82rpx 0;
|
|
}
|
|
.box-body-title {
|
|
padding: 0rpx 37rpx;
|
|
}
|
|
.box-body-title-img {
|
|
height: 36rpx;
|
|
width: 329rpx;
|
|
}
|
|
.box-body-sub-title {
|
|
font-size: 24rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #8A8A8A;
|
|
margin-top: 20rpx;
|
|
}
|
|
.box-body-icon {
|
|
width: 217rpx;
|
|
height: 230rpx;
|
|
}
|
|
.footer-img {
|
|
width: 421rpx;
|
|
height: 364rpx;
|
|
}
|
|
|