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.
219 lines
3.2 KiB
219 lines
3.2 KiB
/* package/polling/polling.wxss */
|
|
|
|
.page {
|
|
min-height: 100vh;
|
|
background: #F7F7FA;
|
|
position: relative;
|
|
}
|
|
|
|
/* 顶部tab */
|
|
.swiper-tab {
|
|
display: flex;
|
|
height: 98rpx;
|
|
line-height: 98rpx;
|
|
width: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
z-index: 100;
|
|
background: #fff;
|
|
}
|
|
|
|
.swiper-tab-item {
|
|
flex: 1;
|
|
font-size: 28rpx;
|
|
text-align: center;
|
|
color: #333333;
|
|
position: relative;
|
|
}
|
|
|
|
.divider {
|
|
width: 100%;
|
|
height: 0px;
|
|
border-top: 1px solid #F5F5F5;
|
|
margin-top: 19px;
|
|
margin-bottom: 9px;
|
|
}
|
|
|
|
.flex-between {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.time-option .van-picker{
|
|
width: 45vw;
|
|
}
|
|
|
|
.wait-patrol {
|
|
/* 暂无数据 */
|
|
}
|
|
|
|
.wait-patrol .contentBox {
|
|
padding: 0rpx 30rpx 20rpx;
|
|
}
|
|
|
|
.wait-patrol .listBox {
|
|
background-color: #fff;
|
|
border-radius: 10rpx;
|
|
margin: 30rpx auto;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.wait-patrol .titleBox {
|
|
overflow: hidden;
|
|
padding-bottom: 20rpx;
|
|
padding-top: 38rpx;
|
|
}
|
|
|
|
.wait-patrol .icon {
|
|
float: left;
|
|
width: 24px;
|
|
height: 24px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.wait-patrol .title {
|
|
float: left;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
|
|
.wait-patrol .text-key {
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: #000000a6;
|
|
}
|
|
|
|
.wait-patrol .text-value {
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: #000000d9;
|
|
}
|
|
|
|
.wait-patrol .btn {
|
|
float: right;
|
|
margin-right: 12px;
|
|
margin-bottom: 10px;
|
|
width: 76px;
|
|
height: 26px;
|
|
background: #1684FF;
|
|
border-radius: 16px;
|
|
font-weight: 400;
|
|
font-size: 13px;
|
|
line-height: 26px;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
}
|
|
|
|
.wait-patrol .noData {
|
|
width: 254rpx;
|
|
height: 298rpx;
|
|
display: block;
|
|
margin: 280rpx auto 16rpx;
|
|
}
|
|
|
|
.wait-patrol .noTxt {
|
|
font-size: 30rpx;
|
|
color: #999;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
#patrol-record {}
|
|
|
|
#patrol-record .my-picker {
|
|
white-space: nowrap;
|
|
width: 100rpx;
|
|
}
|
|
|
|
#patrol-record .contentBox {
|
|
padding: 0rpx 30rpx 20rpx;
|
|
margin-top: -15px;
|
|
}
|
|
|
|
#patrol-record .listBox {
|
|
background-color: #fff;
|
|
border-radius: 10rpx;
|
|
margin: 30rpx auto;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#patrol-record .titleBox {
|
|
overflow: hidden;
|
|
padding-bottom: 20rpx;
|
|
padding-top: 38rpx;
|
|
}
|
|
|
|
#patrol-record .icon {
|
|
float: left;
|
|
width: 24px;
|
|
height: 24px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#patrol-record .title {
|
|
float: left;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
|
|
#patrol-record .text-key {
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: #000000a6;
|
|
}
|
|
|
|
#patrol-record .text-value {
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: #000000d9;
|
|
}
|
|
|
|
#patrol-record .btn {
|
|
float: right;
|
|
margin-right: 12px;
|
|
margin-bottom: 10px;
|
|
width: 76px;
|
|
height: 26px;
|
|
background: #1684FF;
|
|
border-radius: 16px;
|
|
font-weight: 400;
|
|
font-size: 13px;
|
|
line-height: 26px;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
}
|
|
|
|
#patrol-record .page-date {
|
|
text-align: center;
|
|
padding-top: 6rpx;
|
|
margin-right: 20rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
#patrol-record .clearDate {
|
|
float: left;
|
|
line-height: 50rpx;
|
|
}
|
|
|
|
#patrol-record .clearDate image {
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
}
|
|
|
|
#patrol-record .noData {
|
|
width: 254rpx;
|
|
height: 298rpx;
|
|
display: block;
|
|
margin: 100rpx auto 16rpx;
|
|
}
|
|
|
|
#patrol-record .noTxt {
|
|
font-size: 30rpx;
|
|
color: #999;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|