.packet_read,.next_one,.accede{ line-height:19px; height:19px; width:64px; color:#ffffff; background-color:#4a8cf7; font-size:2px; font-weight:normal; ...
分类:
Web程序 时间:
2016-10-21 10:28:46
阅读次数:
250
多行文本超出显示为省略号的需求,仅仅用html和css很难满足需求了,可以借助js实现,看案例: <style> .text-overflow{ width:400px; line-height:20px; } </style> <div class="text-overflow" id="con" ...
分类:
其他好文 时间:
2016-10-17 13:36:03
阅读次数:
162
<!-- pre.cjk { font-family: "Nimbus Mono L",monospace; }p { margin-bottom: 0.1in; line-height: 120%; } --> 下文为方便查阅,具体命令可以直接查看命令man 或者--help 1.cron 启动: ...
分类:
其他好文 时间:
2016-10-17 11:04:14
阅读次数:
251
1.上传文件 用一个不透明度为0的 <input type="file" />盖在要用户可见的标签(或图片等)上,让用户点击。 用 width height line-height font-size 来控制<input type="file" />右侧浏览按钮的大小。 用 left top (ri ...
分类:
其他好文 时间:
2016-10-16 19:35:08
阅读次数:
213
//_blank打开新的保留原来的网页;//_self默认的//_parent在父级上面打开;h标签为标题标签,分为六个等级1-6,文字从大到小;p标签为段落标签,成对出现;段落标签自动换行;br为换行单标签;直接换行,上下没有间距;//行高line-height=div高度;文字垂直居中index.css文件可..
分类:
Web程序 时间:
2016-10-15 00:08:31
阅读次数:
330
body,ul{margin:0px;padding:0px;}ul{list-style:none;text-align:center;}.wode{float:left;line-height:55px;margin-left:20px;color:white;font-size:15px;}#uni{margin:0auto;padding:0;width:1000px;height:2000px;/*background:#FFFFFF;*/}#banner{height:60px;backgroun..
分类:
其他好文 时间:
2016-10-15 00:07:41
阅读次数:
210
<!DOCTYPEhtml><html><head><metacharset="utf-8"><title>COM</title><style>body{margin:0;}ul{list-style:none;}li{line-height:50px;text-align:center;width:50px;height:50px;float:left;margin-left:5px;background:red;</..
分类:
其他好文 时间:
2016-10-14 07:56:36
阅读次数:
112
.product-labels{ position: absolute; top: 0; left: 0; z-index: 1; padding: 0 3px; color: #fff; font-size: 1.0rem; line-height: 18px; background: #3a49 ...
分类:
其他好文 时间:
2016-10-13 19:11:34
阅读次数:
156
<!DOCTYPEhtml><htmllang="en"><head> <metacharset="UTF-8"> <title>Document</title> <style> #result{width:800px;border:1pxsolid#ddd;margin-top:30px;background:#aaa;display:none;} #resultp{height:25px;line-height:25p..
1.利用display:table-cell,具体代码如下: html代码如下: css代码如下: 效果如下: 2.采用背景法: html代码如下: css代码如下: 效果如下图: 3.图片外面用个p标签,通过设置line-height使图片垂直居中: html代码如下: css代码如下: 效果图如 ...
分类:
Web程序 时间:
2016-10-09 14:15:08
阅读次数:
175