|
6 | 6 | <meta name="apple-mobile-web-app-capable" content="yes"> |
7 | 7 | <title>李心怡-产品-简历-广州</title> |
8 | 8 | <style type="text/css"> |
9 | | - * { |
10 | | - padding: 0px; |
11 | | - margin: 0px; |
| 9 | + @media only screen and (min-width:1025px) { |
| 10 | + .g-doc { |
| 11 | + max-width: 320px |
| 12 | + } |
12 | 13 | } |
| 14 | + |
| 15 | + .g-doc { |
| 16 | + margin: 0 auto; |
| 17 | + } |
| 18 | + |
| 19 | + .g-hd { |
| 20 | + position: relative; |
| 21 | + } |
| 22 | + |
| 23 | + .g-bd { |
| 24 | + |
| 25 | + } |
| 26 | + |
| 27 | + .g-ft { |
| 28 | + |
| 29 | + } |
| 30 | + |
| 31 | + .u-block{display: block;} |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,hr,thead,tbody,tfoot,th,td { |
| 36 | + margin: 0; |
| 37 | + padding: 0 |
| 38 | + } |
| 39 | + |
| 40 | + ul,ol { |
| 41 | + list-style: none |
| 42 | + } |
| 43 | + |
| 44 | + a { |
| 45 | + text-decoration: none; |
| 46 | + color: #333 |
| 47 | + } |
| 48 | + |
| 49 | + a:visited { |
| 50 | + color: #333 |
| 51 | + } |
| 52 | + |
| 53 | + a:hover { |
| 54 | + color: #333 |
| 55 | + } |
| 56 | + |
| 57 | + a:active { |
| 58 | + color: #333 |
| 59 | + } |
| 60 | + |
| 61 | + html { |
| 62 | + -ms-text-size-adjust: none; |
| 63 | + -webkit-text-size-adjust: none; |
| 64 | + text-size-adjust: none; |
| 65 | + font-size: 62.5% |
| 66 | + } |
| 67 | + |
13 | 68 | body { |
14 | | - font: 13px/1.5em Helvetica, Arial, sans-serif; |
15 | | - text-align: left; |
16 | | - padding-bottom: 60px; |
| 69 | + font-size: 14px; |
| 70 | + line-height: 1.5em; |
| 71 | + color: #333; |
| 72 | + background-color: #fff |
| 73 | + } |
| 74 | + |
| 75 | + body,button,input,select,textarea { |
| 76 | + font-family: 'helvetica neue',tahoma,'hiragino sans gb',stheiti,'wenquanyi micro hei',\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif |
| 77 | + } |
| 78 | + |
| 79 | + b,strong { |
| 80 | + font-weight: 700 |
| 81 | + } |
| 82 | + |
| 83 | + i,em { |
| 84 | + font-style: normal |
| 85 | + } |
| 86 | + |
| 87 | + table { |
| 88 | + border-collapse: collapse; |
| 89 | + border-spacing: 0 |
17 | 90 | } |
| 91 | + |
| 92 | + table th,table td { |
| 93 | + border: 1px solid #ddd; |
| 94 | + padding: 5px |
| 95 | + } |
| 96 | + |
| 97 | + table th { |
| 98 | + font-weight: inherit; |
| 99 | + border-bottom-width: 2px; |
| 100 | + border-bottom-color: #ccc |
| 101 | + } |
| 102 | + |
| 103 | + img { |
| 104 | + border: 0 none; |
| 105 | + width: auto\9; |
| 106 | + max-width: 100%; |
| 107 | + vertical-align: top |
| 108 | + } |
| 109 | + |
| 110 | + button,input,select,textarea { |
| 111 | + font-family: inherit; |
| 112 | + font-size: 100%; |
| 113 | + margin: 0; |
| 114 | + vertical-align: baseline |
| 115 | + } |
| 116 | + |
| 117 | + button,html input[type=button],input[type=reset],input[type=submit] { |
| 118 | + -webkit-appearance: button; |
| 119 | + cursor: pointer |
| 120 | + } |
| 121 | + |
| 122 | + button[disabled],input[disabled] { |
| 123 | + cursor: default |
| 124 | + } |
| 125 | + |
| 126 | + input[type=checkbox],input[type=radio] { |
| 127 | + box-sizing: border-box; |
| 128 | + padding: 0 |
| 129 | + } |
| 130 | + |
| 131 | + input[type=search] { |
| 132 | + -webkit-appearance: textfield; |
| 133 | + -moz-box-sizing: content-box; |
| 134 | + -webkit-box-sizing: content-box; |
| 135 | + box-sizing: content-box |
| 136 | + } |
| 137 | + |
| 138 | + input[type=search]::-webkit-search-decoration { |
| 139 | + -webkit-appearance: none |
| 140 | + } |
| 141 | + |
| 142 | + @media screen and (-webkit-min-device-pixel-ratio:0) { |
| 143 | + input { |
| 144 | + line-height: normal!important |
| 145 | + } |
| 146 | + } |
| 147 | + |
| 148 | + select[size],select[multiple],select[size][multiple] { |
| 149 | + border: 1px solid #AAA; |
| 150 | + padding: 0 |
| 151 | + } |
| 152 | + |
| 153 | + article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary { |
| 154 | + display: block |
| 155 | + } |
| 156 | + |
| 157 | + audio,canvas,video,progress { |
| 158 | + display: inline-block |
| 159 | + } |
| 160 | + |
18 | 161 | .top_nav { |
19 | 162 | display: block; |
20 | 163 | text-align: center; |
|
64 | 207 | a{ |
65 | 208 | text-decoration: none; |
66 | 209 | } |
| 210 | + |
| 211 | + .photo img{width: 100%;} |
| 212 | + .photo{margin-bottom: 10%;} |
| 213 | + |
67 | 214 | </style> |
68 | 215 | </head> |
69 | 216 | <body> |
70 | 217 | <div class="content"> |
| 218 | + <div class="photo"> |
| 219 | + <img src="http://7xit0t.com1.z0.glb.clouddn.com/lixinlu.jpg"> |
| 220 | + </div> |
| 221 | + |
71 | 222 | <div class="top_nav"> |
72 | 223 | <h1>李心怡-产品-简历</h1> |
73 | 224 | <h4> |
|
0 commit comments