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

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