Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to make the effect of dynamic switch by Css3

2025-03-12 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

Editor to share with you how to make Css3 dynamic switch effect, I believe that most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to understand it!

Body {

Background: black

}

* {

Margin: 0

Padding: 0

}

Body {

Padding: 26%

}

.button {

Display: inline-block

Position: relative

Height: 40px

-webkit-user-select: none

-webkit-tap-highlight-color: rgba (0,0,0,0)

Cursor: pointer

Background-color: # eee

Border-radius: 30px

}

Input {

Opacity: 0

Position: absolute

Top: 0

Left: 0

}

.button: before {

Content: ""

Display: inline-block

Width: 80px

Height: 42px

Background-color: # fff

Border-radius: 42px

Box-sizing: border-box

Border: 2px solid # eee

Transition: all 0.2s linear

}

.button: after {

Position: absolute

Left: 2px

Top: 2px

Content: ""

Display: inline-block

Width: 38px

Height: 38px

Background-color: # fff

Border-radius: 40px

Transition: all 0.2s linear

Box-shadow: 0px 1px 3px # bbb

}

Input:checked ~ .button: before {

Background-color: red

Border: 1px solid red

}

Input:checked ~ .button: after {

Left: 40px

}

Body {

Background: black

}

* {

Margin: 0

Padding: 0

}

Body {

Padding: 26%

}

.button {

Display: inline-block

Position: relative

Height: 40px

-webkit-user-select: none

-webkit-tap-highlight-color: rgba (0,0,0,0)

Cursor: pointer

Background-color: # eee

Border-radius: 30px

}

Input {

Opacity: 0

Position: absolute

Top: 0

Left: 0

}

.button: before {

Content: ""

Display: inline-block

Width: 80px

Height: 42px

Background-color: # fff

Border-radius: 42px

Box-sizing: border-box

Border: 2px solid # eee

Transition: all 0.2s linear

}

.button: after {

Position: absolute

Left: 2px

Top: 2px

Content: ""

Display: inline-block

Width: 38px

Height: 38px

Background-color: # fff

Border-radius: 40px

Transition: all 0.2s linear

Box-shadow: 0px 1px 3px # bbb

}

Input:checked ~ .button: before {

Background-color: red

Border: 1px solid red

}

Input:checked ~ .button: after {

Left: 40px

}

These are all the contents of the article "how to make dynamic switches in Css3". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report