mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 22:29:36 +08:00
94 lines
1.6 KiB
Plaintext
94 lines
1.6 KiB
Plaintext
.containerView.public {
|
|
padding-bottom: 300rpx;
|
|
}
|
|
|
|
.dataView {
|
|
padding: 20rpx;
|
|
}
|
|
|
|
.itemVIew {
|
|
box-shadow: rgba(153, 134, 134, 0.2) 0px 0px 4px 0px;
|
|
padding: 0 20rpx;
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
.itemVIew .item,
|
|
.itemVIew .itemTimeView {
|
|
padding: 30rpx 0;
|
|
background-image: linear-gradient(to right, rgb(126, 126, 126, 0.1), rgb(126, 126, 126, 0.1), transparent 100%);
|
|
background-size: 20rpx 2rpx;
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.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 {
|
|
z-index: 0;
|
|
}
|
|
|
|
.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 60rpx;
|
|
}
|
|
|
|
|
|
.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;
|
|
} |