码迷,mamicode.com
首页 >  
搜索关键字:line-height    ( 1077个结果
鼠标滑过显示名称css
.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
cron
<!-- 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
2.想起来的一点基础知识
1.上传文件 用一个不透明度为0的 <input type="file" />盖在要用户可见的标签(或图片等)上,让用户点击。 用 width height line-height font-size 来控制<input type="file" />右侧浏览按钮的大小。 用 left top (ri ...
分类:其他好文   时间:2016-10-16 19:35:08    阅读次数:213
html制作网页
//_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
2016-10-13笔记
<!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
百度API 免费接口获取天气预报
<!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..
分类:Windows程序   时间:2016-10-11 21:58:56    阅读次数:636
css 使图片水平垂直居中
1.利用display:table-cell,具体代码如下: html代码如下: css代码如下: 效果如下: 2.采用背景法: html代码如下: css代码如下: 效果如下图: 3.图片外面用个p标签,通过设置line-height使图片垂直居中: html代码如下: css代码如下: 效果图如 ...
分类:Web程序   时间:2016-10-09 14:15:08    阅读次数:175
1077条   上一页 1 ... 52 53 54 55 56 ... 108 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!