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.
		
		
		
		
		
			
		
			
				
					
					
						
							71 lines
						
					
					
						
							1.0 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							71 lines
						
					
					
						
							1.0 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;
							 | 
						|
								}
							 |