471615499@qq.com 84c9e6f7c4 会议预约功能
修改预约时间,允许设置时间(避免input变化的BUG),修复列表页、添加是无parkId导致查不出数据的BUG;
2024-09-16 23:14:30 +08:00

143 lines
2.5 KiB
Plaintext

/* .containerView.public {
padding-bottom: 300rpx;
} */
.dataView {
padding: 20rpx;
}
.itemVIew {
border: 1px solid transparent;
box-shadow: rgba(153, 134, 134, 0.2) 0px 0px 4px 0px;
padding: 0 20rpx;
margin-top: 40rpx;
}
.itemVIew .item {
padding: 30rpx 0;
}
.itemVIew .itemTimeView {
padding: 30rpx 0;
}
.itemVIew .itemTimeCellView {
background-image: linear-gradient(to right, rgb(126, 126, 126, 0.2), rgb(126, 126, 126, 0.2), transparent 100%);
background-size: 20rpx 2rpx;
background-repeat: repeat-x;
margin-bottom: 10rpx;
}
.itemVIew .personView {
padding: 0rpx 20rpx 20rpx;
display: flex;
justify-content: flex-start;
align-items: center;
/* background: #fbfbfb; */
}
.itemVIew .personView .name,
.itemVIew .personView .phone {
display: flex;
justify-content: center;
align-items: center;
font-size: 24rpx;
}
.itemVIew .personView .name {}
.itemVIew .personView .phone {
margin-left: 40rpx;
}
.itemVIew .personView .content {
margin-left: 10rpx;
}
.itemVIew .item {
color: #f1bb6b;
font-size: 30rpx;
}
.itemVIew .itemTimeView {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 28rpx;
}
.itemVIew .itemTimeView .status {
color: #b3b3b3;
}
.submitBtn {
box-sizing: border-box;
position: fixed;
z-index: 10;
width: 600rpx;
left: 50%;
transform: translateX(-50%);
bottom: 120rpx;
border-radius: 10rpx;
padding: 20rpx;
background: #4e96f8;
color: white;
font-size: 30rpx;
text-align: center;
margin: 0px auto;
margin-top: 50rpx;
}
.selfPop {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #ffffff;
/* transition: 1s all; */
}
.selfPop .labelView {
box-sizing: border-box;
padding: 20rpx 34rpx 20rpx 20rpx;
background: #f5f7fa;
display: flex;
justify-content: space-between;
align-items: center;
}
.selfPop .labelView .enter {
font-size: 32rpx;
font-weight: bold;
color: #4e96f8;
}
.selfPop .labelTimeView {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 34rpx;
padding: 20rpx 0rpx;
}
.noneView {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.noneView .img {
margin-top: 400rpx;
width: 207rpx;
height: 200rpx;
}
.noneView .describe {
margin-top: 40rpx;
font-size: 30rpx;
color: #d0d7e2;
}