码迷,mamicode.com
首页 >  
搜索关键字:padding    ( 8371个结果
纯CSS小三角制作
无关的知识点 ① background-clip 属性规定背景的绘制区域。 1.padding-box:从padding区域(不含padding)开始向外裁剪背景。 2.border-box:从border区域(不含border)开始向外裁剪背景。 3.content-box:从content区域开 ...
分类:Web程序   时间:2016-07-15 10:59:12    阅读次数:213
float做的表格
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> *{ margin: 0; padding: 0; } .wrap{ width: 500px; border ...
分类:其他好文   时间:2016-07-14 15:09:52    阅读次数:177
操作样式 ,海贼王
<title>海贼王</title></head><style type="text/css">*{ margin:0px auto; padding:0px; font-family:"微软雅黑"}#tuijian{ width:1346px; height:585px; background-r ...
分类:其他好文   时间:2016-07-14 10:14:23    阅读次数:146
前端漏洞
div中的style,Height设置DIV的高度 Width设置DIV宽度 line-height 属性设置行间的距离(行高) padding-top上内边距 font-size 字体尺寸大小 margin外边距:10px 5px 15 px 20px (上 右 下 左) border:设置4个边 ...
分类:其他好文   时间:2016-07-13 21:32:58    阅读次数:118
cs231n学习笔记-CNN-目标检测
1. 基本概念 1)CNN:Convolutional Neural Networks  2) 2. CNN基本知识 2.1 CNN的卷积流程  1)Activations maps的个数与Filter的个数一致。 2)输入层与Filter、Padding、Stride、参数和输出层的关系...
分类:其他好文   时间:2016-07-13 17:50:45    阅读次数:892
四种常用的标准自定义View方法(上)
感谢巨人的肩膀-------coder任玉刚+Tomcat的猫 (一)继承View重写onDraw方法 这种方法主要用于实现一些不规则的效果,一般需要重写onDraw方法,采用这种方式需要自己支持wrap_content,并且padding也需要自己处理。先写一个标准的菜鸟级别的自定义View: CircleView.javapublic class CircleView extends Vi...
分类:其他好文   时间:2016-07-13 16:33:02    阅读次数:221
表格样式
.wpcf7-formp{margin:0;color:#fff;} .wpcf7-forminput.wpcf7-text,textarea.wpcf7-textarea{color:#fff!important; border-color:#fff!important; border-width:2px!important; background-color:transparent!important; padding:13px!important; border-radius:2px!importan..
分类:其他好文   时间:2016-07-13 12:02:55    阅读次数:152
css 等高布局
做一些后台项目,和一下带侧边栏项目的时候登高布局很常用,总结了下有几种 1.margin-bottom方法 这里直接介绍我认为的最佳的侧边栏/分栏高度自动相等方法。核心的CSS代码如下(数值不固定): margin-bottom:-3000px; padding-bottom:3000px; 再配合 ...
分类:Web程序   时间:2016-07-13 11:55:24    阅读次数:122
文本域的高度自适应
<textarea maxlength="100" class="text" data-adaptheight rows="3" cols="40" placeholder="Your input" style="padding: 16px; line-height: 1.5;"></textare ...
分类:其他好文   时间:2016-07-12 19:24:05    阅读次数:144
盒模型
盒模型指在css布局中,html中的每个元素在浏览器中的解析都可以被看作一个盒子,拥有盒子一样的外形和平面空间。 盒模型由 margin , border , padding , content 四部分组成。 margin的几种不同的写法: ①main{margin:10px 20px 10px 2 ...
分类:其他好文   时间:2016-07-12 19:20:18    阅读次数:180
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!