码迷,mamicode.com
首页 >  
搜索关键字:margin-top    ( 725个结果
PHP地图上的点文字标注
1,第一步当然是建立百度地图放置的容器嘛,这个不解释<div class="s_r" style="float:left;width:680px;height:620px;margin-top:10px " id="container2"></div>2,地图旁增加一排文字,把标注点的信息一个一个都 ...
分类:Web程序   时间:2019-06-06 19:14:20    阅读次数:133
bootstrap
[TOC] Boostrap前端框架 轮番图 布局容器 列偏移 表格 表单 html <!DOCTYPE html Title .c1 { margin top:100px; } body{ background color: EEEEEE; } <! col md offset 4向右偏移4个单位 ...
分类:其他好文   时间:2019-06-05 00:31:29    阅读次数:108
博客设置前端
自定义css样式美化博客园 首先说明,我选用的博客皮肤是MTClean,以下样式在其他皮肤下有些并不适用。 针对MTClean皮肤的美化 / 设置tongqingliu顶部间距 / h1 { margin top: 20px; } / 设置tongqingliu方框及背景 / top { color ...
分类:其他好文   时间:2019-06-03 17:21:10    阅读次数:135
35displayinline-block的上下对齐方式
1、盒子里有内容时,是内容顶部与内容顶部对齐,有border-top或margin-top时,border-top或margin-top凸出在对齐线上面。2、盒子里无内容时,是margin-bottom底部与margin-bottom底部对齐;无border-bottom和margin-bottom ...
分类:其他好文   时间:2019-06-03 12:20:59    阅读次数:162
盒子模型
理解:所有的元素都可以看作是盒子,包括内容、内边距、边框、外边距组成 margin:外边框,在最外侧,有上下左右四个方向 margin-top 用来设置盒子上部的外边距 margin-bottom 用来设置盒子下部的外边距 margin-left 用来设置盒子左侧的外边距 margin-right ...
分类:其他好文   时间:2019-05-30 17:56:56    阅读次数:103
关于margin和padding取值为百分比和负值的总结
以下是自己学习过程中的总结,直接上结论: 1.margin/padding取值为百分比: margin和padding四个方向上的取值为百分比都是参照父级元素的宽度来计算的。 2.margin取值为负值: 比如 margin-top / right / bottom / left : -100px; ...
分类:其他好文   时间:2019-05-26 12:53:12    阅读次数:188
解决mxGraph放大/缩小在非IE浏览器下overlay图标位置不变化的问题
首先要创建一个工具栏。并为工具栏中的放大、缩小button定义事件。 <div id="toolbar" style="float:left;margin-top:5px;margin-left: 5px;line-height: 35px;"> <img src="src/images/zoomi ...
分类:其他好文   时间:2019-05-23 17:02:29    阅读次数:276
css3 网页图片轮播的实现
.lunbo{ height: 640px; width: 100%; background-position: -280px; margin-top: 103px; -webkit-animation: lunbo 5s infinite alternate; } @-webkit-keyfram... ...
分类:Web程序   时间:2019-05-19 23:12:52    阅读次数:213
页面定制CSS代码
博客皮肤:SimpleMemory .catListTitle { margin-top: 21px; margin-bottom: 10.5px; text-align: left; border-left: 10px solid rgba(82, 168, 236, 0.8); padding: ...
分类:Web程序   时间:2019-05-12 13:55:15    阅读次数:350
移动端左右滑动问题-html与css解决
<!DOCTYPE html> <html> <head> <title>纯css实现左右滑动</title> <style type="text/css"> ul,li{ list-style: none;; } .slide-box{ margin-top:200px; display: -we ...
分类:移动开发   时间:2019-04-15 11:52:15    阅读次数:387
725条   上一页 1 ... 10 11 12 13 14 ... 73 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!