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.

160 lines
2.5 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;
border-bottom: 2rpx solid #e8e8e8;
}
.swiper-tab-item {
flex: 1;
font-size: 28rpx;
text-align: center;
color: #333333;
position: relative;
}
.wait-patrol {
/* 暂无数据 */
}
.wait-patrol .contentBox {
padding: 110rpx 30rpx 20rpx;
}
.wait-patrol .listBox {
background-color: #fff;
border-radius: 10rpx;
box-shadow: 0rpx 0rpx 10rpx #ddd;
margin: 30rpx auto;
overflow: hidden;
}
.wait-patrol .titleBox {
overflow: hidden;
padding-bottom: 20rpx;
padding-top: 40rpx;
}
.wait-patrol .title {
float: left;
font-size: 32rpx;
width: 460rpx;
font-weight: bold;
}
.wait-patrol .btn {
width: 130rpx;
text-align: center;
font-size: 30rpx;
padding: 20rpx;
background: #1979ff;
color: #fff;
border-radius: 10rpx;
float: left;
margin-left: 30rpx;
margin-top: 20rpx;
}
.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: 300rpx 30rpx 20rpx;
}
#patrol-record .listBox {
background-color: #fff;
border-radius: 10rpx;
box-shadow: 0rpx 0rpx 10rpx #ddd;
margin: 30rpx auto;
overflow: hidden;
}
#patrol-record .titleBox {
overflow: hidden;
padding-bottom: 20rpx;
padding-top: 40rpx;
}
#patrol-record .title {
float: left;
font-size: 32rpx;
width: 460rpx;
font-weight: bold;
}
#patrol-record .btn {
width: 130rpx;
text-align: center;
font-size: 30rpx;
padding: 20rpx;
background: #1979ff;
color: #fff;
border-radius: 10rpx;
float: left;
margin-left: 30rpx;
margin-top: 20rpx;
}
#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: 280rpx auto 16rpx;
}
#patrol-record .noTxt {
font-size: 30rpx;
color: #999;
font-weight: bold;
text-align: center;
}