ul标签list-style,定义li的项目符号 a标签text-decoration,定义默认的下划线样式 ...
分类:
其他好文 时间:
2016-04-01 16:04:33
阅读次数:
143
-->
.mui-bar-nav {
background-color: #00abed;
-webkit-box-shadow: none;
box-shadow: none;
}
.mui-bar {
height: 80px;
line-height: 80px;
}
.mui-title...
分类:
Web程序 时间:
2016-03-30 13:11:33
阅读次数:
182
-->
//发送图片后,点击图片大图预览用的
.mui-bar-nav {
background-color: #00abed;
-webkit-box-shadow: none;
box-shadow: none;
}
.mui-bar {
height: 80px;
line-height: 80px;
...
分类:
Web程序 时间:
2016-03-30 11:06:00
阅读次数:
974
Div+CSS命名规范 一. 窗体 头:header 内容:content/container 尾:footer 导航:nav 侧栏:sidebar 栏目:column 页面外围控制整体布局宽度:wrapper 左右中:left right center 登录条:loginbar 标志:logo 广 ...
分类:
其他好文 时间:
2016-03-27 19:44:39
阅读次数:
145
CSS命名规则 头:header 内容:content/containe 尾:footer 导航:nav 侧栏:sidebar 栏目:column 页面外围控制整体布局宽度:wrapper 左右中:left right center 登录条:loginbar 标志:logo 广告:banner 页面 ...
分类:
Web程序 时间:
2016-03-26 10:44:08
阅读次数:
762
代表着 寻找以ul为代表的 类名字叫nav的元素.nav ul{}代表 寻找类名字叫nav的元素 然后它下面的叫ul的HTML的标签 ...
分类:
Web程序 时间:
2016-03-24 19:56:51
阅读次数:
262
这是一个可滑动的标签栏的自定义控件,参考此文章http://blog.csdn.net/fx_sky/article/details/8990573,我将主要的功能整合成一个类,配上2个特定的布局即可使用。 效果图: 主要布局文件: 标签的布局: sync_nav_radiogroup_item.x ...
分类:
其他好文 时间:
2016-03-24 08:44:50
阅读次数:
252
导航控制器appDelegateViewController * vc = [[ViewController alloc] init]; UINavigationController * nav = [[UINavigationController alloc] initWithRootViewCo
分类:
其他好文 时间:
2016-03-23 10:14:55
阅读次数:
209
强烈建议参阅链接:http://www.linezing.com/blog/?p=798#nav-1 说白了,索引问题就是一个查找问题。。。 数据库索引,是数据库管理系统中一个排序的数据结构,以协助快速查询、更新数据库表中数据。索引的实现通常使用B树及其变种B+树。 在数据之外,数据库系统还维护着满
分类:
数据库 时间:
2016-03-17 10:54:55
阅读次数:
231