
-----semantic-ui
GeekLeee
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
semantic-ui引入css和js(折叠菜单为例)
index.html<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-COMPATIBLE" content="IE-edge,chrome-1" /> <meta name="viewport" content="width=device原创 2017-05-05 20:01:08 · 4560 阅读 · 0 评论 -
Apple for semantic-ui
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Apple(中国)-非官方网站</title> <link rel="stylesheet" href="css/semantic.css" charset="UTF-8" title="no title"> </head> <body>原创 2017-05-17 16:12:53 · 642 阅读 · 0 评论 -
inverted反色
<div class="ui inverted red center aligned segment"> <!--inverted反色:内白外? inverted red:内白外红 center aligned:居中对齐 segment块--> <i class="game massive icon"></i> <!--icon正常写,图标为白色--> </div>原创 2017-05-17 17:34:20 · 1068 阅读 · 0 评论 -
CSS
CSS基本构成padding内推margin外攘 html实例<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="h0.css" media="screen" title="no title"> <title>goo原创 2017-05-17 20:08:40 · 418 阅读 · 0 评论 -
镶嵌必应搜索
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>geek lee</title> <link rel="stylesheet" href="css/semantic.css" media="screen" title="no title" charset="utf-8">原创 2017-06-07 20:37:04 · 514 阅读 · 0 评论 -
semantic-ui的下拉菜单效果在网页中的引入
文件结构结构: first_web_2.html{% load staticfiles %} <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>first web</title> <link rel="stylesheet" href="{% static 'css/原创 2017-06-10 14:47:06 · 3282 阅读 · 1 评论