CSS Footer
Category: BasicThe footer of a website is the least prominent area of a webpage, typically used to display disclaimers or contact information. OrcaUI's footer component comes with built-in sub-elements for users to combine, including icon button groups, auxiliary navigation groups, copyright statement groups, and more.
Basic Usage
The footer section of a webpage typically displays static website information. While this framework doesn't necessarily need to include this code, we've prepared commonly used components for quick project implementation.
The footer uses the _footer
class, with each subsection identified by rep=*
attributes. These subsections can be combined flexibly to build complete footers.
By default, _footer
spans 100% width. For fixed-width containers, consider using the _container
class.
For details about _container
usage, click here.
- Output
- HTML
rep=icons
This section contains simple icon fonts and supports text labels.
- Output
- HTML
rep=balls
This section contains icon fonts with circular backgrounds.
- Output
- HTML
rep=signs
This section contains image-based icons.
- Output
- HTML
rep=nav
This section contains primary navigation links.
- Output
- HTML
rep=subnav
This section contains SEO-friendly or auxiliary sub-navigation.
- Output
- HTML
rep=security
This section contains system security or platform-related images/icons.
- Output
- HTML
rep=contact
This section contains contact information with optional icons.
- Output
- HTML
rep=qrcode
This section contains images, typically QR codes or barcodes.
- Output
- HTML
rep=cprt
"cprt" is short for "copyright". This section contains copyright information and supports hyperlinks and small images.
- Output
- HTML
rep=ignore
This section contains miscellaneous, auxiliary, or non-essential content that can be ignored. Supports hyperlinks and small images.
- Output
- HTML
Combination 1
- Output
- HTML
Combination 2
- Output
- HTML
Combination 3
- Output
- HTML
Combination 4
- Output
- HTML
Combination 5
- Output
- HTML
Combination 6
本例中对二维码图片使用了_w-2
样式类,即为按钮高度*2(40px*2
)。
- Output
- HTML
Combination 7
- Output
- HTML
Combination 8
- Output
- HTML
Combination 9
- Output
- HTML