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.

216 lines
3.9 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;
}
.box-visitor-item {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20rpx;
}
.box-visitor-item-left {
display: flex;
}
.box-visitor-info {
font-size: 24rpx;
color: #4E4E4E;
margin-left: 22rpx;
}
.box-visitor {
margin: 32rpx 0rpx 27rpx 0rpx;
}
.box-footer {
display: flex;
justify-content: space-between;
padding-top: 28rpx;
border-top: 2px solid #F7F6F4;
}
.box-footer-left {
display: flex;
flex: 1;
margin-right: 8rpx;
}
.box-footer-right {
display: flex;
flex: 1;
margin-left: 8rpx;
}
.box-button-txt {
margin-left: 20rpx;
}
.box-button {
display: flex;
background: #FCF6E3;
border: 1px solid #EF9525;
border-radius: 5px;
padding: 20rpx 0rpx;
width: 100%;
justify-content: center;
color: #4E4E4E;
}
.box-tips {
background-color: #f7f6f4;
height: 62rpx;
line-height: 62rpx;
color: #828282;
padding: 0rpx 16rpx;
font-size: 24rpx;
}
.page-bottom {
background: #FFFFFF;
height: 108rpx;
box-shadow: 2rpx 3rpx 10rpx 0rpx rgba(107, 94, 77, 0.3);
width: 100%;
position: fixed;
bottom: 0;
left: 0;
padding: 15rpx 25rpx;
box-sizing: border-box;
z-index: 1024;
}
.content {
background-color: #f7f6f4;
padding: 31rpx 26rpx;
min-height: 100vh;
padding-bottom: 128rpx;
}
.box-card {
background: #FFFFFF;
border-radius: 16rpx;
padding: 31rpx 18rpx;
margin-bottom: 20rpx;
}
.u-form-item__body__left__content__label {
color: #4E4E4E !important;
}
.box-card-title {
font-size: 32rpx;
color: #351C1B;
padding-bottom: 25rpx;
border-bottom: 2px solid #F7F6F4;
}
.box-card-content {}