<html> <head> <title></title> <link rel="stylesheet" type="text/css" href="public/easy_ui/themes/icon.css"> <script type="text/javascript" src="public
分类:
移动开发 时间:
2016-03-12 21:09:41
阅读次数:
204
<!DOCTYPE html><html><head> <title></title> <style type="text/css"> *{padding: 0;margin: 0} #div1{ height: 200px; width: 800px; margin-left: auto; mar
分类:
其他好文 时间:
2016-03-12 10:28:53
阅读次数:
192
<html> <head> <title>EdsonLin</title> <style type="text/css"> body{ background-color:#d2b48c; margin-left: 20%; margin-right: 20%; border: 2px dotted
分类:
Web程序 时间:
2016-03-11 23:53:35
阅读次数:
234
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>父窗体</title> <style type="text/css"> html{overflow-x: hidden;} body{overflow-x: hidden;} </
原本做的是from表单的文件上传,后来因需要用ajax异步,so接触到了Jquery uploadify上传 贴上代码,以供参考 需要引入的js文件 <link href="../res/uploadify/uploadify.css" rel="stylesheet" type="text/css
分类:
Web程序 时间:
2016-03-09 19:01:43
阅读次数:
152
1、透明度:opacity rgba <div id="one"></div> <div id="two"></div> <style type="text/css"> #one { width:100px; height:100px; background-color:rgb(0,0,0); op
分类:
Web程序 时间:
2016-03-09 17:21:15
阅读次数:
305
html <!DOCTYPE html> <html ng-app="APP"> <head> <title></title> <link rel="stylesheet" type="text/css" href="main.css"> </head> <body ng-controller="M
分类:
Web程序 时间:
2016-03-09 01:41:40
阅读次数:
289
<!DOCTYPE HTML><html> <head> <meta charset="utf-8" /> <title>DOM基础</title> <style type="text/css"> ol li ol li{font-size: 13px;} </style> </head> <bod
分类:
编程语言 时间:
2016-03-08 19:34:07
阅读次数:
238
<style type="text/css">/* 设置提示文字颜色 */::-webkit-input-placeholder {color: #838383;}:-moz-placeholder {color: #838383;}.placeholder {color: #ccc;}</styl
分类:
Web程序 时间:
2016-03-08 16:42:00
阅读次数:
128
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <style type="text/css"> *{ margin: 0; padding: 0; } #bo
分类:
其他好文 时间:
2016-03-08 10:46:41
阅读次数:
131