码迷,mamicode.com
首页 >  
搜索关键字:width    ( 32014个结果
html 笔记
图片墙循环代码: <div id="lunbo" style="overflow:hidden;width:1350px;"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td id="lunbo1" valign="top" a ...
分类:Web程序   时间:2016-05-14 22:59:27    阅读次数:208
Bootstrap引用
<!--设置移动设置页面标准--> <meta name="viewport" content="width=device-width,initial-scale=1.0" /> <!--引用bootstrap的核心Css文件--> <link rel="stylesheet" href="~/Co ...
分类:其他好文   时间:2016-05-14 18:47:00    阅读次数:138
Android中的Rect类——奇葩的思维
Rect类主要用于表示坐标系中的一块矩形区域,并可以对其做一些简单操作。这块矩形区域,需要用左上右下两个坐标点表示(left,top,right,bottom),你也可以获取一个Rect实例的Width和Height。就在这里,奇葩的事情来了,作为一个有一点经验的做图像或者矩阵运算或者编程的程序员来 ...
分类:移动开发   时间:2016-05-14 16:47:28    阅读次数:198
css基础知识
1、真正盒子的宽度(在页面呈现出来的宽度)和高度: padding + border + width = 盒子的宽度 padding + border + height = 盒子的高度 2、box-sizing:border-box 一个宽度为200px的盒子,那么我们直接设置宽度为200px,不要 ...
分类:Web程序   时间:2016-05-14 15:33:09    阅读次数:175
CSS常用操作——————对齐
一、使用margin属性进行水平对齐*{ margin:0px; } .div{ width:70%; height:1000px; background-color:red; margin-left:auto; margin-right:auto; }margin:值1值2值1代表上下值2代表左右*{ margin:0px; } .div{ width:70%; height:1000px; background-color:red; margin:100px..
分类:Web程序   时间:2016-05-14 01:15:30    阅读次数:164
Css常用操作——————导航栏
一、垂直导航栏ul{ list-style-type:none; margin:0px; padding:0px; } a:link,a:visited{ text-decoration:none; display:block; background-color:aqua; color:black; width:50px; text-align:center; } a:active,a:hover{ background-color:crimson; }<!DOCTYPEhtml>..
分类:Web程序   时间:2016-05-14 01:14:45    阅读次数:178
Css常用操作——————分类
一、尺寸操作height设置元素高度line-height设置行高.p1{ width:400px; line-height:normal; } .p2{ width:400px; line-height:200%; } .p3{ width:400px; line-height:50%; }<!DOCTYPEhtml> <htmllang="en"> <head> <metacharset="UTF-8"> <titl..
分类:Web程序   时间:2016-05-14 01:14:17    阅读次数:169
Css常用操作——————图片
body{ background-color:#0078b3; } .p_w_picpath{ border:1pxsoliddarkgray; width:auto; height:auto; float:left; text-align:center; margin:5px; } img{ margin:5px; opacity:1; } .text{ font-size:12px; margin-bottom:5px; } a:hover{ background-color:aqua; }<..
分类:Web程序   时间:2016-05-14 01:12:34    阅读次数:144
ajax 表单提交 无刷新
<!DOCTYPEhtml><html><head><metacharset="UTF-8"><title>登录angularJS</title><metacharset="UTF-8"><metaname="viewport"content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><linkrel="st..
分类:Web程序   时间:2016-05-13 17:31:16    阅读次数:184
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!