|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | | - <title>绿茶婊爆料会</title> |
| 5 | + <title></title> |
6 | 6 | <meta name="Keywords" content="Entry.css,css,vertical rhythm,baseline,中文文章,博客样式,中文排版"/> |
7 | 7 | <meta name="Description" content="Entry.css 中文文章样式,帮助你快速搭建中文博客主题。"/> |
8 | 8 | <meta name="viewport" content="initial-scale=1,user-scalable=no,maximum-scale=1,width=device-width"> |
9 | 9 | <style type="text/css"> |
10 | | - h1 { |
11 | | - font-size: 28px; |
12 | | - line-height: 48px; |
13 | | - text-align: center; |
14 | | - } |
15 | | - .entry { |
16 | | - margin-top: 0; |
17 | | - margin-bottom: 0; |
18 | | - margin-left: 0; |
19 | | - margin-right: auto; |
20 | | - max-width: 640px; |
21 | | - padding: 0 16px; |
22 | | - line-height: 2; |
23 | | - color: #424b50; |
24 | | - word-wrap: break-word; |
25 | | - font-size: 16px; |
26 | | - font-family: "Helvetica Neue", Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "Wenquanyi Micro Hei", sans-serif; |
27 | | - -webkit-font-smoothing: antialiased; |
28 | | - -webkit-text-size-adjust: 100%; |
29 | | - -ms-text-size-adjust: 100%; |
30 | | - counter-reset: entry825h2 entry825h3 entry825h4 entry825h5 entry825h6; |
31 | | - } |
32 | | - .entry li > ul, .entry li > ol { |
33 | | - padding-left: 32px; |
34 | | -} |
35 | | -.entry ul li, .entry ol li { |
36 | | - margin: 0; |
37 | | - padding: 0; |
38 | | - list-style-position: outside; |
39 | | -} |
40 | | -.entry ul li ul li { |
41 | | - list-style-type: disc; |
42 | | -} |
43 | | -.entry a { |
44 | | - padding-bottom: 0.025em; |
45 | | - color: #006699; |
46 | | - text-decoration: none; |
47 | | - border-bottom-color: #0088cc; |
48 | | -} |
| 10 | + @media only screen and (min-width:1025px) { |
| 11 | + .g-doc { |
| 12 | + max-width: 320px |
| 13 | + } |
| 14 | + } |
| 15 | + |
| 16 | + .g-doc { |
| 17 | + margin: 0 auto; |
| 18 | + } |
| 19 | + |
| 20 | + .g-hd { |
| 21 | + position: relative; |
| 22 | + } |
| 23 | + |
| 24 | + .g-bd { |
| 25 | + |
| 26 | + } |
| 27 | + |
| 28 | + .g-ft { |
| 29 | + |
| 30 | + } |
| 31 | + |
| 32 | + .u-block{display: block;} |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,hr,thead,tbody,tfoot,th,td { |
| 37 | + margin: 0; |
| 38 | + padding: 0 |
| 39 | + } |
| 40 | + |
| 41 | + ul,ol { |
| 42 | + list-style: none |
| 43 | + } |
| 44 | + |
| 45 | + a { |
| 46 | + text-decoration: none; |
| 47 | + color: #333 |
| 48 | + } |
| 49 | + |
| 50 | + a:visited { |
| 51 | + color: #333 |
| 52 | + } |
| 53 | + |
| 54 | + a:hover { |
| 55 | + color: #333 |
| 56 | + } |
| 57 | + |
| 58 | + a:active { |
| 59 | + color: #333 |
| 60 | + } |
| 61 | + |
| 62 | + html { |
| 63 | + -ms-text-size-adjust: none; |
| 64 | + -webkit-text-size-adjust: none; |
| 65 | + text-size-adjust: none; |
| 66 | + font-size: 62.5% |
| 67 | + } |
| 68 | + |
| 69 | + body { |
| 70 | + font-size: 14px; |
| 71 | + line-height: 1.5em; |
| 72 | + color: #333; |
| 73 | + background-color: #fff |
| 74 | + } |
| 75 | + |
| 76 | + body,button,input,select,textarea { |
| 77 | + font-family: 'helvetica neue',tahoma,'hiragino sans gb',stheiti,'wenquanyi micro hei',\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif |
| 78 | + } |
| 79 | + |
| 80 | + b,strong { |
| 81 | + font-weight: 700 |
| 82 | + } |
| 83 | + |
| 84 | + i,em { |
| 85 | + font-style: normal |
| 86 | + } |
| 87 | + |
| 88 | + table { |
| 89 | + border-collapse: collapse; |
| 90 | + border-spacing: 0 |
| 91 | + } |
| 92 | + |
| 93 | + table th,table td { |
| 94 | + border: 1px solid #ddd; |
| 95 | + padding: 5px |
| 96 | + } |
| 97 | + |
| 98 | + table th { |
| 99 | + font-weight: inherit; |
| 100 | + border-bottom-width: 2px; |
| 101 | + border-bottom-color: #ccc |
| 102 | + } |
| 103 | + |
| 104 | + img { |
| 105 | + border: 0 none; |
| 106 | + width: auto\9; |
| 107 | + max-width: 100%; |
| 108 | + vertical-align: top |
| 109 | + } |
| 110 | + |
| 111 | + button,input,select,textarea { |
| 112 | + font-family: inherit; |
| 113 | + font-size: 100%; |
| 114 | + margin: 0; |
| 115 | + vertical-align: baseline |
| 116 | + } |
| 117 | + |
| 118 | + button,html input[type=button],input[type=reset],input[type=submit] { |
| 119 | + -webkit-appearance: button; |
| 120 | + cursor: pointer |
| 121 | + } |
| 122 | + |
| 123 | + button[disabled],input[disabled] { |
| 124 | + cursor: default |
| 125 | + } |
| 126 | + |
| 127 | + input[type=checkbox],input[type=radio] { |
| 128 | + box-sizing: border-box; |
| 129 | + padding: 0 |
| 130 | + } |
| 131 | + |
| 132 | + input[type=search] { |
| 133 | + -webkit-appearance: textfield; |
| 134 | + -moz-box-sizing: content-box; |
| 135 | + -webkit-box-sizing: content-box; |
| 136 | + box-sizing: content-box |
| 137 | + } |
| 138 | + |
| 139 | + input[type=search]::-webkit-search-decoration { |
| 140 | + -webkit-appearance: none |
| 141 | + } |
| 142 | + |
| 143 | + @media screen and (-webkit-min-device-pixel-ratio:0) { |
| 144 | + input { |
| 145 | + line-height: normal!important |
| 146 | + } |
| 147 | + } |
| 148 | + |
| 149 | + select[size],select[multiple],select[size][multiple] { |
| 150 | + border: 1px solid #AAA; |
| 151 | + padding: 0 |
| 152 | + } |
| 153 | + |
| 154 | + article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary { |
| 155 | + display: block |
| 156 | + } |
| 157 | + |
| 158 | + audio,canvas,video,progress { |
| 159 | + display: inline-block |
| 160 | + } |
| 161 | + .entry {text-align: center} |
49 | 162 | </style> |
50 | 163 |
|
51 | 164 | </head> |
52 | 165 | <body class="entry"> |
53 | | - <p>一切才刚刚开始</p> |
| 166 | + <img src="http://7xit0t.com1.z0.glb.clouddn.com/trim.jpg"> |
| 167 | + <img src="http://7xit0t.com1.z0.glb.clouddn.com/img.jpg"> |
| 168 | + <img src="http://7xit0t.com1.z0.glb.clouddn.com/trim (1).jpg"> |
| 169 | + <img src="http://7xit0t.com1.z0.glb.clouddn.com/trim (2).jpg"> |
| 170 | + |
54 | 171 | </body> |
55 | 172 | </html> |
0 commit comments