Improve ad style
This commit is contained in:
		
							parent
							
								
									a55e27ef88
								
							
						
					
					
						commit
						877c00a93d
					
				
					 1 changed files with 10 additions and 3 deletions
				
			
		|  | @ -3,7 +3,7 @@ | |||
| 	<div v-if="!showMenu" class="main" :class="ad.place"> | ||||
| 		<a :href="ad.url" target="_blank"> | ||||
| 			<img :src="ad.imageUrl"> | ||||
| 			<button class="_button menu" @click.prevent.stop="toggleMenu"><span class="fas fa-info-circle"></span></button> | ||||
| 			<button class="_button menu" @click.prevent.stop="toggleMenu"><span class="fas fa-info-circle ad-circle"></span></button> | ||||
| 		</a> | ||||
| 	</div> | ||||
| 	<div v-else class="menu"> | ||||
|  | @ -119,6 +119,7 @@ export default defineComponent({ | |||
| 
 | ||||
| 	> .main { | ||||
| 		text-align: center; | ||||
| 		border-radius: 5px; | ||||
| 
 | ||||
| 		> a { | ||||
| 			display: inline-block; | ||||
|  | @ -139,9 +140,15 @@ export default defineComponent({ | |||
| 
 | ||||
| 			> .menu { | ||||
| 				position: absolute; | ||||
| 				top: 0; | ||||
| 				right: 0; | ||||
| 				top: 1px; | ||||
| 				right: 1px; | ||||
| 				background: var(--panel); | ||||
| 
 | ||||
| 				> .ad-circle { | ||||
| 					border: 3px solid var(--panel); | ||||
| 					border-radius: 50%; | ||||
| 					background: var(--panel); | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue