Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

224.[html] 如何放大点击的区域? #234

Open
webVueBlog opened this issue May 22, 2020 · 1 comment
Open

224.[html] 如何放大点击的区域? #234

webVueBlog opened this issue May 22, 2020 · 1 comment
Labels
html html

Comments

@webVueBlog
Copy link
Member

No description provided.

@webVueBlog webVueBlog added the html html label May 22, 2020
@webVueBlog
Copy link
Member Author

<div class="button">点我</div>

<style>

.button{

position:relative;

}

.button::after{

content:"";

position:absolute;

top:-10px;

left:-10px;

right:-10px;

bottom:-10px;

}

</style>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
html html
Projects
None yet
Development

No branches or pull requests

1 participant