Skip to content

Commit

Permalink
fix: 尝试把apply写成一行
Browse files Browse the repository at this point in the history
  • Loading branch information
camera-2018 committed Jan 30, 2023
1 parent c3c5136 commit d222727
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions frontend/components/Aside/Advertisements.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,14 @@ const turn_off = (i: number) => {
}
.ad_close {
@apply my-2 mx-1 absolute text-[#909090]
@apply opacity-50 text-[1.5rem] font-[1500]
@apply opacity-0
@apply my-2 mx-1 absolute text-[#909090] opacity-50 text-[1.5rem] font-[1500] opacity-0
}
.txt_container {
@apply absolute translate-y-[14.3rem] translate-x-[-0.7rem]
}
.txt {
@apply text-light-50 px-1.5 bg-[rgba(0,0,0,.2)]
@apply rounded-md border-white border-1
@apply text-light-50 px-1.5 bg-[rgba(0,0,0,.2)] rounded-md border-white border-1
}
</style>

0 comments on commit d222727

Please sign in to comment.