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.
		
		
		
		
			
				
					18 lines
				
				309 B
			
		
		
			
		
	
	
					18 lines
				
				309 B
			| 
											6 years ago
										 | /* components/card/index.wxss */ | ||
|  | .card { | ||
|  |   border: 1px solid #e7e7e7; | ||
|  |   box-shadow: 1px 1px 1px #eee; | ||
|  | } | ||
|  | .card_logo { | ||
|  |   width: 100%; | ||
|  |   height: 106px; | ||
|  | } | ||
|  | .card_title { | ||
|  |   display: flex; | ||
|  |   flex-direction: row; | ||
|  |   align-items: center; | ||
|  |   justify-content: center; | ||
|  |   height: 41px; | ||
|  |   color: #373737; | ||
|  |   font-size: 12px; | ||
|  | } |