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 use css to realize sector menu

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

Share

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

This article mainly introduces how to use css to achieve the fan menu, the article is very detailed, has a certain reference value, interested friends must read it!

# sector {

Position: relative

Overflow: hidden

Width: 200px

Height: 100px

Margin: 150px auto

Background-color: # ddd

Border-top-left-radius: 100px

Border-top-right-radius: 100px

}

# sector ul li {

List-style: none

Position: absolute

Width: 200px

Height: 100px

Right: 50%

Top: 0

-webkit-transform-origin: 100%

-moz-transform-origin: 100%

-ms-transform-origin: 100%

Transform-origin: 100%

}

# sector .sector1 {

Background-color: # fef4ac

-webkit-transform: skew (54deg)

-moz-transform: skew (54deg)

-ms-transform: skew (54deg)

Transform: skew (54deg)

}

# sector .sector2 {

Background-color: # FCF6E6

-webkit-transform: rotate (36deg) skew (54deg)

-moz-transform: rotate (36deg) skew (54deg)

-ms-transform: rotate (36deg) skew (54deg)

Transform: rotate (36deg) skew (54deg)

}

# sector .sector3 {

Background-color: # faf2cc

-webkit-transform: rotate (72deg) skew (54deg)

-moz-transform: rotate (72deg) skew (54deg)

-ms-transform: rotate (72deg) skew (54deg)

Transform: rotate (72deg) skew (54deg)

}

# sector .sector4 {

Background-color: # f9f1e9

-webkit-transform: rotate (108deg) skew (54deg)

-moz-transform: rotate (108deg) skew (54deg)

-ms-transform: rotate (108deg) skew (54deg)

Transform: rotate (108deg) skew (54deg)

}

# sector .sector5 {

Background-color: # f5e79e

-webkit-transform: rotate (144deg) skew (54deg)

-moz-transform: rotate (144deg) skew (54deg)

-ms-transform: rotate (144deg) skew (54deg)

Transform: rotate (144deg) skew (54deg)

}

# sector ul li p {

Position: absolute

Top: 50px

Left: 150px

-webkit-transform: skew (- 54deg) rotate (- 70deg)

-moz-transform: skew (- 54deg) rotate (- 70deg)

-ms-transform: skew (- 54deg) rotate (- 70deg)

Transform: skew (- 54deg) rotate (- 70deg)

}

A

B

C

D

E

The above is all the contents of the article "how to use css to implement a fan menu". Thank you for reading! Hope to share the content to help you, more related 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