常用的符合CSS+DIV规则的命名页头:header登录条:loginBar标志:logo侧栏:sideBar广告:banner导航:nav子导航:subNav菜单:menu子菜单:subMenu搜索:search滚动:scroll页面主体:main内容:content标签页:tab文章列表:lis...
分类:
Web程序 时间:
2015-11-25 19:07:51
阅读次数:
170
网页设计中常用的CSS命名规则:头:header内容:content/container尾:footer导航:nav侧栏:sidebar栏目:column页面外围控制整体布局宽度:wrapper左右中:left right center登录条:loginbar标志:logo广告:banner页面主体...
分类:
Web程序 时间:
2015-11-25 06:41:35
阅读次数:
128
Sass中的基本运算一、加法 在 CSS 中能做运算的,到目前为止仅有 calc() 函数可行。但在 Sass 中,运算只是其基本特性之一。 sass做加法运算是可以不考虑参数带单位,但需要单位同一 加号可以不需要空格隔开 示例:1 $sidebar-width: 220px;2 $cont...
分类:
其他好文 时间:
2015-11-15 18:54:30
阅读次数:
154
需要定义一个SideBar的视图类 在布局文件中引用 同时在布局中设置一个textView默认不可见当触摸时才显示 在调用的Activity中sideBar.setOnTouchingLetterChangedListener方法离开时不可见 同时联动listView listVi...
分类:
其他好文 时间:
2015-11-07 20:31:57
阅读次数:
241
一些CSS命名规则头:header内容:content/containe尾:footer导航:nav侧栏:sidebar栏目:column页面外围控制整体布局宽度:wrapper左右中:left right center登录条:loginbar标志:logo广告:banner页面主体:main热点:...
分类:
Web程序 时间:
2015-11-02 11:37:01
阅读次数:
223
一、HTML常用盒子模型 一般的HTML页面布局依次拥有以下几个板块: 页头header、滚动图片banner、主体部分main、页脚footer 其中页头包含logo及导航栏nav,主体部分左右排布分为左侧content主题内容板块及右侧sideBar侧边栏板块。 一般整个页面需要...
分类:
Web程序 时间:
2015-10-20 11:46:21
阅读次数:
370
CSS样式命名整理 ? 页面结构 容器: container/wrap整体宽度:wrapper页头:header内容:content页面主体:main页尾:footer导航:nav侧栏:sidebar栏目:column中间内容:center 导航 导航:nav导航:mainbav/g...
分类:
Web程序 时间:
2015-10-08 14:51:01
阅读次数:
375
var?index;
???? $("#sidebar?>?ul?>?li?").click(function(){
???? index?=?$(this).index();
???? sessionStorage.inde...
分类:
其他好文 时间:
2015-09-23 21:19:24
阅读次数:
216
在链接下http://localhost:1339/#/header/sidebar/与链接http://localhost:1339/#/相应内容div所在路径有什么不同?http://localhost:1339/#/header/sidebar/页面放在sidebar文件http://loca...
分类:
其他好文 时间:
2015-09-22 12:40:18
阅读次数:
136
头:header 内容:content/container 尾:footer 导航:nav 侧栏:sidebar栏目:column 页面外围控制整体布局宽度:wrapper 左右中:left right center 登录条:loginbar 标志:logo 广告:banner ...
分类:
其他好文 时间:
2015-09-21 23:57:04
阅读次数:
239