码迷,mamicode.com
首页 >  
搜索关键字:line-height    ( 1077个结果
css杂记
文本缩进:text-indext:2em;(缩进两个字)。 单行文本垂直居中:line-height:20px;(当行文本行高20px,当line-height等于容器的高时,当行文本在容器中垂直居中)。 文本左对齐:text-align:left; px(像素单位)和em都是相对单位,em=1*f ...
分类:Web程序   时间:2018-12-06 15:23:51    阅读次数:168
CSS元素(文本、图片)水平垂直居中方法
1、text-align:center; 2、margin:0 auto; 3、display:inline-block; + text-align:center; 4、position:relative; + float:left; 5、line-height 6、上下左右padding 7、po ...
分类:Web程序   时间:2018-12-01 20:16:50    阅读次数:212
使用js在页面上新建文件夹
使用js在页面上新建文件夹 <!DOCTYPE html Document body { margin: 0; } header { border bottom: 2px solid 000; height: 40px; line height: 40px; text align: center; ...
分类:Web程序   时间:2018-11-30 13:51:30    阅读次数:158
css设置使文字显示2行多余的为省略号。。。
.title{ font-size: .7rem; line-height: 1.5rem; overflow: hidden; /** 隐藏超出的内容 **/ word-break: break-all; text-overflow: ellipsis; /** 多行 **/ display:..... ...
分类:Web程序   时间:2018-11-24 18:53:28    阅读次数:362
让里面的div撑开外面的div,让高度自适应
<!-- 设置clearfloat样式,让里面的div撑开外面的div,让高度自适应 --> <style type="text/css"> .clearfloat{clear:both;height:0;font-size: 1px;line-height: 0px;} </style> </he ...
分类:其他好文   时间:2018-11-24 15:13:49    阅读次数:194
基础代码
windth:宽 hight:高 background:背景色 fonr-size:字体大小 line-height:行高 text-indent:文本缩进 font-weight:bold:字体加粗 float:浮动 left ringht 特点:①浮动后元素层级变高②浮动元素都会变成行内块 di ...
分类:其他好文   时间:2018-11-23 12:32:26    阅读次数:169
Vue 消息无缝滚动
vue实现消息向上无缝滚动效果 ... 样式 .new-list{ line-height: 28px; transition: top 0.5s; } .anim{ transition: all 0.5s; margin-top: -28px;//高度等于行高 } ...
分类:其他好文   时间:2018-11-20 13:19:02    阅读次数:218
(1-2)line-height的各类属性值
(1-2)line-height的各类属性值 首先来个疑问!没有问题印象不深嘛 一、line-height支持哪些属性值呢? 五只手指头就能数过来了咯。 比如normal, <number>, <length>,<percent>,<inherit>。啊,惊奇发现,刚刚好5个, 接下来是长长的大图, ...
分类:其他好文   时间:2018-11-15 15:28:22    阅读次数:114
css属性
css属性(1)文本属性文本大小:font-size:value(值);说明:属性值为数值型时,必须给属性值加单位,属性值为0时除外;单位可以是px,pt,em(2)文本颜色:color:#颜色值;(3)文本字体:font-family;(4)加粗:font-weight;(5)倾斜:font-style;(6)水平对齐方式:text-align;(7)行高:line-height;(8)文本修饰
分类:Web程序   时间:2018-11-15 00:19:32    阅读次数:177
五星级评价
一、效果 二、Html 三、JS star1.png: star2.png: 四、css .commentTitle { height: 1.1rem; line-height: 1.1rem; font-size: .32rem; color: #333333; padding-top: .4re ...
分类:其他好文   时间:2018-11-13 11:07:06    阅读次数:201
1077条   上一页 1 ... 14 15 16 17 18 ... 108 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!