View deepform.css
body { | |
margin:0px; | |
min-height:480px; | |
} | |
h1{ | |
background:-webkit-gradient(linear,left top,left bottom,color-stop(0.0,#666666),color-stop(0.5,#3A3A3A),color-stop(0.5,#222222),color-stop(1.0,#000000)); | |
-webkit-box-shadow:0 2px 1px #AAAAAA; | |
-webkit-border-bottom-left-radius:6px; |
View lightform.css
input[type=text], select { | |
width: 100%; | |
padding: 12px 20px; | |
margin: 8px 0; | |
display: inline-block; | |
border: 1px solid #ccc; | |
border-radius: 4px; | |
box-sizing: border-box; | |
} |
View columns.css
/* 创建两列 */ | |
/* Left column */ | |
section { | |
float: left; | |
height: 500px; | |
width: 75%; | |
background-color: #f1f1f1; | |
border: 1px; | |
padding: 5px; | |
} |
View table.css
table { | |
padding: 0; | |
word-break: initial; | |
margin: 0.8em 0; | |
border-collapse:collapse; | |
} | |
table tr { | |
border-top: 1px solid #dfe2e5; | |
margin: 0; |
View default.css
html { | |
font-size: 1.2em; | |
background-color:gray; | |
} | |
body { | |
font-family: "Open Sans","Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; | |
color: rgb(51, 51, 51); | |
line-height: 1.6; | |
background-color:white; |
View house.html
<!doctype html> | |
<html> | |
<head> | |
<meta charset='UTF-8'><meta name='viewport' content='width=device-width initial-scale=1'> | |
<title>house</title> | |
<style> | |
* {box-sizing: border-box;} | |
table { | |
width: 100%; | |
border-collapse:collapse; |
View default.html
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link rel="stylesheet" type="text/css" href=""> | |
<title>Document</title> | |
</head> | |
<body> | |
NewerOlder