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.
		
		
		
		
			
				
					44 lines
				
				735 B
			
		
		
			
		
	
	
					44 lines
				
				735 B
			| 
											6 years ago
										 | /* components/focus/index.wxss */ | ||
|  | 
 | ||
|  | .focus { | ||
|  |   display: flex; | ||
|  |   flex-direction: row; | ||
|  |   height: 120rpx; | ||
|  |   border-bottom: 7px solid rgba(250,250,250,1); | ||
|  | } | ||
|  | .focus_icon { | ||
|  |   display: flex; | ||
|  |   flex-direction: row; | ||
|  |   justify-content: center; | ||
|  |   align-items: center; | ||
|  |   width: 20%; | ||
|  |   position: relative; | ||
|  | } | ||
|  | .focus_icon::after { | ||
|  |   content: ""; | ||
|  |   position: absolute; | ||
|  |   top: calc(50% - 3px); | ||
|  |   right: 0; | ||
|  |   width: 6px; | ||
|  |   height: 6px;  | ||
|  |   background-color: #D50000; | ||
|  | } | ||
|  | 
 | ||
|  | .focus_swiper>swiper { | ||
|  |   width: 100%; | ||
|  |   height: 50px; | ||
|  | } | ||
|  | .focus_swiper { | ||
|  |   display: flex; | ||
|  |   justify-content: center; | ||
|  |   align-items: center; | ||
|  |   flex: 1; | ||
|  | } | ||
|  | .focus_swiper_item { | ||
|  |   display: flex; | ||
|  |   align-items: center; | ||
|  |   height: 50px; | ||
|  |   margin: 0 10px; | ||
|  |   color: #5E5E5E; | ||
|  |   font-size: 13px; | ||
|  | } |