This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
布局类:header, footer, container, main, content, aside, page, section | |
包裹类:wrap, inner | |
区块类:region, block, box | |
结构类:hd, bd, ft, top, bottom, left, right, middle, col, row, grid, span | |
列表类:list, item, field | |
主次类:primary, secondary, sub, minor | |
大小类:s, m, l, xl, large, small | |
状态类:active, current, checked, hover, fail, success, warn, error, on, off | |
导航类:nav, prev, next, breadcrumb, forward, back, indicator, paging, first, last |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Multiple Modals With Semantic UI</title> | |
<link rel="stylesheet" href="path_to_semantic/dist/semantic.css"> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> | |
<script src="path_to_semantic/dist/semantic.js"></script> | |
</head> | |
<body> |