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.
86 lines
1.2 KiB
86 lines
1.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;
|
|
border-bottom: 2rpx solid #e8e8e8;
|
|
}
|
|
|
|
.swiper-tab-item {
|
|
flex: 1;
|
|
font-size: 28rpx;
|
|
text-align: center;
|
|
color: #333333;
|
|
position: relative;
|
|
}
|
|
|
|
.active {
|
|
color: #1979ff;
|
|
position: relative;
|
|
}
|
|
|
|
.contentBox {
|
|
padding: 210rpx 30rpx 20rpx;
|
|
}
|
|
|
|
.listBox {
|
|
background-color: #fff;
|
|
border-radius: 10rpx;
|
|
box-shadow: 0rpx 0rpx 10rpx #ddd;
|
|
margin: 30rpx auto;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.titleBox {
|
|
overflow: hidden;
|
|
padding-bottom: 20rpx;
|
|
padding-top: 40rpx;
|
|
}
|
|
|
|
.title {
|
|
float: left;
|
|
font-size: 32rpx;
|
|
width: 460rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
/* 暂无数据 */
|
|
.noData {
|
|
width: 254rpx;
|
|
height: 298rpx;
|
|
display: block;
|
|
margin: 280rpx auto 16rpx;
|
|
}
|
|
|
|
.noTxt {
|
|
font-size: 30rpx;
|
|
color: #999;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|