├── .project ├── Demo13.html ├── d01.html ├── d02.html ├── d03.html ├── d04.html ├── d05.html ├── d06.html ├── d07.html ├── d08.html ├── d09.html ├── d10.html ├── d11.html ├── drawH.html ├── drawLittleHuang.css ├── index.html ├── jlwwy ├── Images │ ├── 0016.gif │ ├── ArticleImages │ │ ├── _DSC0023.jpg │ │ ├── _DSC0049.jpg │ │ ├── _DSC0061.jpg │ │ └── _DSC0142.jpg │ ├── Epistolize.jpg │ ├── ProjectDemo │ │ ├── 0273246767.jpg │ │ ├── 0712665599.jpg │ │ ├── 0741637274.jpg │ │ ├── 1033117082.jpg │ │ ├── 1290749840.jpg │ │ ├── 1392589486.jpg │ │ ├── 1708813518.jpg │ │ ├── 1986174774.jpg │ │ ├── 2244974478.jpg │ │ ├── 2248071121.jpg │ │ ├── 2884281454.jpg │ │ ├── 2888642493.jpg │ │ ├── 3021350526.jpg │ │ ├── 3399151858.jpg │ │ ├── 3502827406.jpg │ │ ├── 3604787068.jpg │ │ ├── 3614756376.jpg │ │ ├── 4355291540.jpg │ │ ├── 4602856253.jpg │ │ ├── 4783147381.jpg │ │ ├── 5765746047.jpg │ │ ├── 6838433683.jpg │ │ ├── 7001257057.jpg │ │ ├── 7436691616.jpg │ │ ├── 8256612394.jpg │ │ ├── 8333484241.jpg │ │ ├── 8517655948.jpg │ │ ├── 8819432416.jpg │ │ ├── 9249139854.jpg │ │ ├── 9788649746.jpg │ │ ├── 9966158311.jpg │ │ ├── o0025649302.jpg │ │ ├── o0117959882.jpg │ │ ├── o2360624261.jpg │ │ ├── o3434959637.gif │ │ ├── o5249982235.jpg │ │ ├── o6785773075.gif │ │ ├── o7205993737.gif │ │ ├── o7342045426.gif │ │ ├── o7721452672.jpg │ │ ├── o8012699660.jpg │ │ ├── s0273246767.jpg │ │ ├── s0712665599.jpg │ │ ├── s0741637274.jpg │ │ ├── s1033117082.jpg │ │ ├── s1290749840.jpg │ │ ├── s1392589486.jpg │ │ ├── s1708813518.jpg │ │ ├── s1986174774.jpg │ │ ├── s2244974478.jpg │ │ ├── s2248071121.jpg │ │ ├── s2884281454.jpg │ │ ├── s2888642493.jpg │ │ ├── s3021350526.jpg │ │ ├── s3399151858.jpg │ │ ├── s3502827406.jpg │ │ ├── s3604787068.jpg │ │ ├── s3614756376.jpg │ │ ├── s4355291540.jpg │ │ ├── s4602856253.jpg │ │ ├── s4783147381.jpg │ │ ├── s5765746047.jpg │ │ ├── s6838433683.jpg │ │ ├── s7001257057.jpg │ │ ├── s7436691616.jpg │ │ ├── s8256612394.jpg │ │ ├── s8333484241.jpg │ │ ├── s8517655948.jpg │ │ ├── s8819432416.jpg │ │ ├── s9249139854.jpg │ │ ├── s9788649746.jpg │ │ └── s9966158311.jpg │ ├── about.jpg │ ├── arrow.jpg │ ├── banner1.jpg │ ├── banner2.jpg │ ├── banner3.jpg │ ├── banzhu.gif │ ├── bg-0084.gif │ ├── bg-0150.gif │ ├── bg.png │ ├── bgline.gif │ ├── bookmark.jpg │ ├── btmline.jpg │ ├── chk_error.gif │ ├── chk_msg.gif │ ├── chk_right.gif │ ├── contact.jpg │ ├── dot1.jpg │ ├── dot2.jpg │ ├── dotline.jpg │ ├── downarr.gif │ ├── downfile.gif │ ├── dyjs.jpg │ ├── fandui.gif │ ├── fav.gif │ ├── footer.jpg │ ├── gsjs.jpg │ ├── hbg.jpg │ ├── home.jpg │ ├── house.jpg │ ├── icon1.gif │ ├── line.jpg │ ├── listtitle.jpg │ ├── loading.gif │ ├── loading2.gif │ ├── logo_1.gif │ ├── logo_2.gif │ ├── logo_bg.gif │ ├── logo_bg_1.gif │ ├── logo_bg_2.gif │ ├── mail.jpg │ ├── mbg.jpg │ ├── menu.jpg │ ├── menubg.jpg │ ├── menuleft.jpg │ ├── menunow.jpg │ ├── menuright.jpg │ ├── mingdi.png │ ├── mingdi_logo.gif │ ├── more.jpg │ ├── msg.jpg │ ├── msg │ │ ├── bg1.gif │ │ ├── bg2.gif │ │ ├── fail.gif │ │ └── success.gif │ ├── notice.gif │ ├── pdt │ │ ├── p1.jpg │ │ ├── p2.jpg │ │ ├── p3.jpg │ │ ├── p4.jpg │ │ ├── p5.jpg │ │ └── p6.jpg │ ├── pdt_title.jpg │ ├── pwin3.gif │ ├── search5.gif │ ├── source.gif │ ├── tags.gif │ ├── tel.jpg │ ├── w1.gif │ ├── w2.gif │ ├── zhichi.gif │ ├── 复件 banner2.jpg │ └── 复件 banner3.jpg ├── Scripts │ ├── Img.js │ ├── RollImage.js │ ├── common.js │ ├── detail.js │ ├── expressInstall.swf │ ├── flashbcastr.swf │ ├── flashbcastr.xml │ ├── flashbcastr1.xml │ ├── flashbcastr2.xml │ ├── index.js │ ├── jquery-1.5.min-vsdoc.js │ ├── jquery-1.5.min.js │ ├── jquery.js │ ├── list.js │ ├── login.js │ ├── menu.js │ ├── msg.js │ ├── pdetail.js │ └── swfobject_modified.js ├── flash.html └── uiImage │ ├── 产品展示1.png │ ├── 产品展示2.png │ ├── 产品详细.png │ ├── 文章列表.png │ ├── 文章详细.png │ ├── 首页1.png │ └── 首页2.png ├── manifest.json └── 文档 ├── CSS3+CSS2参考手册_最好.chm ├── CSS3.0(腾讯ISD版).chm └── css2.0中文手册.chm /.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | CSS3_1 4 | Create By HBuilder 5 | 6 | 7 | 8 | 9 | com.pandora.projects.ui.MKeyBuilder 10 | 11 | 12 | 13 | 14 | com.aptana.ide.core.unifiedBuilder 15 | 16 | 17 | 18 | 19 | 20 | com.pandora.projects.ui.MKeyNature 21 | com.aptana.projects.webnature 22 | 23 | 24 | 25 | 1479880591521 26 | 27 | 10 28 | 29 | org.eclipse.ui.ide.orFilterMatcher 30 | 31 | 32 | org.eclipse.ui.ide.multiFilter 33 | 1.0-projectRelativePath-matches-false-false-bin 34 | 35 | 36 | org.eclipse.ui.ide.multiFilter 37 | 1.0-projectRelativePath-matches-false-false-setting 38 | 39 | 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /Demo13.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | rem phone test 6 | 9 | 10 | 64 | 65 | 66 | 67 |
我是头部
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 | 95 | 96 | 97 | 128 | 129 | 130 | -------------------------------------------------------------------------------- /d01.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 选择器 6 | 14 | 15 | 16 |

选择器

17 |

p1

18 |

19 | span1 20 |

p3

21 |

22 | 23 | 24 | -------------------------------------------------------------------------------- /d02.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 组合选择器 6 | 12 | 13 | 14 |

组合选择器

15 | span0 16 |
17 | span1 18 |
19 | span2 20 |
21 |
22 | span3 23 | span4 24 | 25 | 26 | -------------------------------------------------------------------------------- /d03.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 属性选择器 6 | 11 | 12 | 13 |

组合选择器

14 | span0 15 |
16 | div1 17 |
18 |
19 | div2 20 |
21 | 22 | 23 | -------------------------------------------------------------------------------- /d04.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 伪类 6 | 11 | 12 | 13 |

组合选择器

14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 |
      
      
      
      
      
      
34 |
35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 |
      
      
      
      
      
      
55 | 56 | 57 | -------------------------------------------------------------------------------- /d05.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 伪类 6 | 17 | 18 | 19 |

组合选择器

20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 |
      
      
      
      
      
      
40 | 41 | 42 | -------------------------------------------------------------------------------- /d06.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 伪类 6 | 14 | 15 | 16 |

伪元素

17 | 百度 18 | 博客园 19 | 20 | -------------------------------------------------------------------------------- /d07.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 优先级 6 | 23 | 24 | 25 |
26 |

p1

27 | span1 28 |
29 | 30 | -------------------------------------------------------------------------------- /d08.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 优先级 6 | 16 | 17 | 18 |
19 |
div1 20 |
21 |
div2 22 |
23 |
24 | 25 | -------------------------------------------------------------------------------- /d09.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | em与rem 6 | 16 | 17 | 18 |
19 |
20 | Hello em 21 |
22 |
23 | 24 | -------------------------------------------------------------------------------- /d10.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | em与rem 6 | 22 | 23 | 24 |
25 |
26 | Hello em 27 |
28 |
29 | 30 | -------------------------------------------------------------------------------- /d11.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | web app 与rem 7 | 22 | 23 | 24 | 25 |
26 | Hello rem 27 |
28 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /drawH.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | drawLittleHuang 6 | 7 | 8 | 9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 | 20 | 21 | 22 | 23 |
24 |
25 |
26 | 27 | 28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 | 56 | -------------------------------------------------------------------------------- /drawLittleHuang.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | 3 | body{ 4 | margin: 0; 5 | padding:0; 6 | } 7 | .wrapper{ 8 | width: 300px; 9 | margin:100px auto; 10 | } 11 | .litteH{ 12 | position: relative; 13 | } 14 | .bodyH{ 15 | position: absolute; 16 | width: 240px; 17 | height: 400px; 18 | border:5px solid #000; 19 | border-radius: 115px; 20 | background: rgb(249,217,70); 21 | overflow: hidden; 22 | z-index: 2; 23 | } 24 | .bodyH .condoleBelt{ 25 | position: absolute; 26 | } 27 | .bodyH .condoleBelt .left, 28 | .bodyH .condoleBelt .right{ 29 | width: 100px; 30 | height: 16px; 31 | border:5px solid #000; 32 | background: rgb(32,116,160); 33 | position: absolute; 34 | top:-90px; 35 | left:-35px; 36 | z-index: 2; 37 | -webkit-transform:rotate(45deg); 38 | } 39 | .bodyH .condoleBelt .left{ 40 | top:-88px; 41 | left:165px; 42 | -webkit-transform:rotate(-45deg); 43 | } 44 | .bodyH .condoleBelt .left:after, 45 | .bodyH .condoleBelt .right:after{ 46 | content: ''; 47 | width: 8px; 48 | height: 8px; 49 | border-radius: 50%; 50 | background: #000; 51 | position: absolute; 52 | top:4px; 53 | left:88px; 54 | } 55 | 56 | .bodyH .condoleBelt .left:after{ 57 | left:5px; 58 | } 59 | .bodyH .trousers{ 60 | position: absolute; 61 | bottom: 0; 62 | width: 100%; 63 | height: 100px; 64 | border-top: 6px solid #000; 65 | background: rgb(32,116,160); 66 | } 67 | .trousers_top{ 68 | width: 160px; 69 | height: 60px; 70 | border:6px solid #000; 71 | border-bottom: none; 72 | border-radius: 0 0 5px 5px; 73 | background: rgb(32,116,160); 74 | position: absolute; 75 | bottom: 100px; 76 | left:34px; 77 | } 78 | .pocket{ 79 | width: 60px; 80 | height: 45px; 81 | border:6px solid #000; 82 | border-radius: 0px 0px 25px 25px; 83 | position: absolute; 84 | bottom:65px; 85 | left:84px; 86 | } 87 | .line_right{ 88 | width: 30px; 89 | height: 30px; 90 | border-bottom-left-radius: 100px; 91 | border-bottom:6px solid #000; 92 | border-left:6px solid #000; 93 | position: absolute; 94 | left: 0; 95 | bottom:60px; 96 | -webkit-transform:rotate(-75deg); 97 | } 98 | .line_left{ 99 | width: 30px; 100 | height: 30px; 101 | border-bottom-right-radius: 100px; 102 | border-bottom:6px solid #000; 103 | border-right:6px solid #000; 104 | position: absolute; 105 | right: 0; 106 | bottom:63px; 107 | -webkit-transform:rotate(75deg); 108 | } 109 | .line_bottom{ 110 | height: 40px; 111 | border:3px solid #000; 112 | border-radius: 3px; 113 | position: absolute; 114 | left:118px; 115 | bottom: 0px; 116 | } 117 | .hair{ 118 | position: relative; 119 | } 120 | .left_hair_one{ 121 | width: 130px; 122 | height: 100px; 123 | border-radius: 50%; 124 | border-top:8px solid #000; 125 | position: absolute; 126 | left:17px; 127 | top:-17px; 128 | -webkit-transform:rotate(27deg); 129 | -webkit-animation: lefthair 2s ease-in-out infinite; 130 | } 131 | @-webkit-keyframes lefthair{ 132 | 0%,25%,31%,100%{ 133 | } 134 | 30%{ 135 | -webkit-transform: rotate(31deg) translate3d(-3px,-1px,0); 136 | } 137 | } 138 | .left_hair_two{ 139 | width: 80px; 140 | height: 80px; 141 | border-radius: 50%; 142 | border-top:6px solid #000; 143 | position: absolute; 144 | left:45px; 145 | top:-10px; 146 | -webkit-transform:rotate(15deg); 147 | } 148 | .eyes{ 149 | position: relative; 150 | z-index: 3; 151 | } 152 | .eyes .leftEye,.eyes .rightEye{ 153 | width: 85px; 154 | height: 85px; 155 | border-radius: 50%; 156 | border:6px solid #000; 157 | background: #fff; 158 | position: absolute; 159 | top:60px; 160 | left: 27px; 161 | } 162 | .eyes .leftEye{ 163 | left: 124px; 164 | } 165 | .eyes .leftEye .left_blackEye, 166 | .eyes .rightEye .right_blackEye{ 167 | width: 40px; 168 | height: 40px; 169 | border-radius: 50%; 170 | background: #000; 171 | position: absolute; 172 | top:24px; 173 | left:22px; 174 | -webkit-animation: blackeye 5s ease-in infinite; 175 | } 176 | @-webkit-keyframes blackeye{ 177 | 0%,20%,50%,70%,100%{ 178 | -webkit-transform: translateX(0px); 179 | } 180 | 30%,40%{ 181 | -webkit-transform: translateX(15px); 182 | } 183 | 80%,90%{ 184 | -webkit-transform: translateX(-15px); 185 | } 186 | } 187 | .eyes .leftEye .left_blackEye .left_white, 188 | .eyes .rightEye .right_blackEye .right_white{ 189 | width: 20px; 190 | height: 20px; 191 | border-radius: 50%; 192 | background: #fff; 193 | position: absolute; 194 | top:7px; 195 | left:17px; 196 | -webkit-animation: whiteeye 5s ease-in-out infinite; 197 | } 198 | @-webkit-keyframes whiteeye{ 199 | 0%,20%,50%,70%,100%{ 200 | -webkit-transform: translateX(0px); 201 | } 202 | 30%,40%{ 203 | -webkit-transform: translate3d(3px,4px,0); 204 | } 205 | 80%,90%{ 206 | -webkit-transform: translate3d(-15px,4px,0); 207 | } 208 | } 209 | .eyes .leftEye .left_blackEye .left_white{ 210 | top:4px; 211 | left:17px; 212 | } 213 | .eyes .leftEye:after, 214 | .eyes .rightEye:after{ 215 | content: ''; 216 | width: 28px; 217 | height: 18px; 218 | background: #000; 219 | position: absolute; 220 | left:-30px; 221 | top:37px; 222 | -webkit-transform:skewX(20deg) rotate(7deg); 223 | } 224 | .eyes .leftEye:after{ 225 | left:89px; 226 | top:37px; 227 | -webkit-transform:skewX(-20deg) rotate(-7deg); 228 | } 229 | .mouse{ 230 | position: relative; 231 | } 232 | .mouse .mouse_shape{ 233 | width: 55px; 234 | height: 35px; 235 | border:5px solid #000; 236 | border-bottom-left-radius: 30px; 237 | background: #fff; 238 | position: absolute; 239 | top:175px; 240 | left:98px; 241 | z-index: 3; 242 | -webkit-transform:rotate(-35deg); 243 | -webkit-animation: mouse 5s ease-in-out infinite; 244 | } 245 | @-webkit-keyframes mouse{ 246 | 40%,43%{ 247 | width: 45px; 248 | height: 25px; 249 | top:180px; 250 | } 251 | 0%,35%,48%,100%{ 252 | width: 55px; 253 | height: 35px; 254 | top:175px; 255 | -webkit-transform:rotate(-35deg); 256 | } 257 | } 258 | .mouse .mouse_shape:after{ 259 | content: ''; 260 | width: 70px; 261 | height: 32px; 262 | border-bottom:5px solid #000; 263 | border-radius:35px 26px 5px 5px; 264 | background: rgb(249,217,70); 265 | position: absolute; 266 | top:-16px; 267 | left:3px; 268 | -webkit-transform:rotate(34deg); 269 | -webkit-animation: mouse_mask 5s ease-in-out infinite; 270 | } 271 | @-webkit-keyframes mouse_mask{ 272 | 40%,43%{ 273 | width: 60.5px; 274 | top:-19.3px; 275 | left:1.5px; 276 | } 277 | 0%,35%,48%,100%{ 278 | width: 70px; 279 | top:-16px; 280 | left:3px; 281 | -webkit-transform:rotate(33deg); 282 | } 283 | } 284 | .hands{ 285 | position: relative; 286 | } 287 | .hands .leftHand, 288 | .hands .rightHand{ 289 | width: 80px; 290 | height: 80px; 291 | border:6px solid #000; 292 | border-radius: 25px; 293 | background: rgb(249,217,70); 294 | position: absolute; 295 | top:220px; 296 | left:-23px; 297 | -webkit-transform:rotate(40deg); 298 | -webkit-animation:rightHand .8s ease-in-out infinite; 299 | } 300 | @-webkit-keyframes rightHand{ 301 | 0%,50%,100%{ 302 | -webkit-transform: rotate(40deg); 303 | } 304 | 30%{ 305 | -webkit-transform: rotate(37deg) translateX(1px); 306 | } 307 | } 308 | .hands .leftHand{ 309 | left:182px; 310 | top:220px; 311 | -webkit-transform:rotate(-40deg); 312 | -webkit-animation:leftHand .8s ease-in-out infinite; 313 | } 314 | @-webkit-keyframes leftHand{ 315 | 0%,50%,100%{ 316 | -webkit-transform: rotate(-40deg); 317 | } 318 | 80%{ 319 | -webkit-transform: rotate(-37deg) translateX(-1px); 320 | } 321 | } 322 | .hands .leftHand:after, 323 | .hands .rightHand:after{ 324 | content: ''; 325 | width: 6px; 326 | border:3px solid #000; 327 | border-radius: 3px; 328 | position: absolute; 329 | left:13px; 330 | top:50px; 331 | -webkit-transform:rotate(90deg); 332 | } 333 | 334 | .hands .leftHand:after{ 335 | left:53px; 336 | top:50px; 337 | -webkit-transform:rotate(-90deg); 338 | } 339 | .feet{ 340 | position: relative; 341 | } 342 | .feet .left_foot, 343 | .feet .right_foot{ 344 | width: 36px; 345 | height: 50px; 346 | border-bottom-right-radius: 6px; 347 | border-bottom-left-radius: 9px; 348 | background: #000; 349 | position: absolute; 350 | top: 406px; 351 | left:88px; 352 | -webkit-transform-origin: right top; 353 | -webkit-animation: rightfoot .8s ease-in-out infinite; 354 | } 355 | @-webkit-keyframes rightfoot{ 356 | 0%,50%,100%{ 357 | -webkit-transform: rotate(0deg); 358 | } 359 | 80%{ 360 | -webkit-transform: rotate(10deg); 361 | } 362 | } 363 | .feet .left_foot{ 364 | border-bottom-right-radius: 9px; 365 | border-bottom-left-radius: 6px; 366 | left:130px; 367 | -webkit-transform-origin: left top; 368 | -webkit-animation: leftfoot .8s ease-in-out infinite; 369 | } 370 | @-webkit-keyframes leftfoot{ 371 | 0%,50%,100%{ 372 | -webkit-transform: rotate(0deg); 373 | } 374 | 375 | 30%{ 376 | -webkit-transform: rotate(-10deg); 377 | } 378 | } 379 | .feet .left_foot:after, 380 | .feet .right_foot:after{ 381 | content: ''; 382 | width: 60px; 383 | height: 35px; 384 | border-radius: 20px 10px 21px 15px; 385 | background: #000; 386 | position: absolute; 387 | left:-36px; 388 | top:14.4px; 389 | -webkit-transform:rotate(5deg); 390 | } 391 | .feet .left_foot:after{ 392 | border-radius: 10px 20px 15px 21px; 393 | left:13px; 394 | -webkit-transform:rotate(-5deg); 395 | } 396 | .groundShadow{ 397 | width: 200px; 398 | height: 2px; 399 | border-radius: 50%; 400 | background: rgba(0,0,0,0.3); 401 | box-shadow: 0 0 2px 4px rgba(0,0,0,0.3); 402 | position: relative; 403 | top: 455px; 404 | left:25px; 405 | } -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /jlwwy/Images/0016.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/0016.gif -------------------------------------------------------------------------------- /jlwwy/Images/ArticleImages/_DSC0023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ArticleImages/_DSC0023.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ArticleImages/_DSC0049.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ArticleImages/_DSC0049.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ArticleImages/_DSC0061.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ArticleImages/_DSC0061.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ArticleImages/_DSC0142.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ArticleImages/_DSC0142.jpg -------------------------------------------------------------------------------- /jlwwy/Images/Epistolize.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/Epistolize.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/0273246767.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/0273246767.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/0712665599.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/0712665599.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/0741637274.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/0741637274.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/1033117082.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/1033117082.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/1290749840.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/1290749840.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/1392589486.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/1392589486.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/1708813518.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/1708813518.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/1986174774.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/1986174774.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/2244974478.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/2244974478.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/2248071121.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/2248071121.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/2884281454.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/2884281454.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/2888642493.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/2888642493.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/3021350526.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/3021350526.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/3399151858.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/3399151858.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/3502827406.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/3502827406.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/3604787068.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/3604787068.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/3614756376.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/3614756376.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/4355291540.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/4355291540.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/4602856253.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/4602856253.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/4783147381.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/4783147381.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/5765746047.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/5765746047.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/6838433683.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/6838433683.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/7001257057.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/7001257057.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/7436691616.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/7436691616.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/8256612394.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/8256612394.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/8333484241.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/8333484241.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/8517655948.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/8517655948.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/8819432416.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/8819432416.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/9249139854.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/9249139854.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/9788649746.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/9788649746.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/9966158311.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/9966158311.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/o0025649302.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/o0025649302.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/o0117959882.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/o0117959882.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/o2360624261.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/o2360624261.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/o3434959637.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/o3434959637.gif -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/o5249982235.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/o5249982235.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/o6785773075.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/o6785773075.gif -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/o7205993737.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/o7205993737.gif -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/o7342045426.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/o7342045426.gif -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/o7721452672.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/o7721452672.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/o8012699660.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/o8012699660.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s0273246767.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s0273246767.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s0712665599.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s0712665599.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s0741637274.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s0741637274.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s1033117082.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s1033117082.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s1290749840.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s1290749840.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s1392589486.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s1392589486.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s1708813518.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s1708813518.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s1986174774.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s1986174774.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s2244974478.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s2244974478.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s2248071121.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s2248071121.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s2884281454.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s2884281454.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s2888642493.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s2888642493.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s3021350526.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s3021350526.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s3399151858.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s3399151858.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s3502827406.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s3502827406.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s3604787068.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s3604787068.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s3614756376.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s3614756376.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s4355291540.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s4355291540.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s4602856253.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s4602856253.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s4783147381.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s4783147381.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s5765746047.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s5765746047.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s6838433683.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s6838433683.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s7001257057.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s7001257057.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s7436691616.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s7436691616.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s8256612394.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s8256612394.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s8333484241.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s8333484241.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s8517655948.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s8517655948.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s8819432416.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s8819432416.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s9249139854.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s9249139854.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s9788649746.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s9788649746.jpg -------------------------------------------------------------------------------- /jlwwy/Images/ProjectDemo/s9966158311.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/ProjectDemo/s9966158311.jpg -------------------------------------------------------------------------------- /jlwwy/Images/about.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/about.jpg -------------------------------------------------------------------------------- /jlwwy/Images/arrow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/arrow.jpg -------------------------------------------------------------------------------- /jlwwy/Images/banner1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/banner1.jpg -------------------------------------------------------------------------------- /jlwwy/Images/banner2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/banner2.jpg -------------------------------------------------------------------------------- /jlwwy/Images/banner3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/banner3.jpg -------------------------------------------------------------------------------- /jlwwy/Images/banzhu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/banzhu.gif -------------------------------------------------------------------------------- /jlwwy/Images/bg-0084.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/bg-0084.gif -------------------------------------------------------------------------------- /jlwwy/Images/bg-0150.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/bg-0150.gif -------------------------------------------------------------------------------- /jlwwy/Images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/bg.png -------------------------------------------------------------------------------- /jlwwy/Images/bgline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/bgline.gif -------------------------------------------------------------------------------- /jlwwy/Images/bookmark.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/bookmark.jpg -------------------------------------------------------------------------------- /jlwwy/Images/btmline.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/btmline.jpg -------------------------------------------------------------------------------- /jlwwy/Images/chk_error.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/chk_error.gif -------------------------------------------------------------------------------- /jlwwy/Images/chk_msg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/chk_msg.gif -------------------------------------------------------------------------------- /jlwwy/Images/chk_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/chk_right.gif -------------------------------------------------------------------------------- /jlwwy/Images/contact.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/contact.jpg -------------------------------------------------------------------------------- /jlwwy/Images/dot1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/dot1.jpg -------------------------------------------------------------------------------- /jlwwy/Images/dot2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/dot2.jpg -------------------------------------------------------------------------------- /jlwwy/Images/dotline.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/dotline.jpg -------------------------------------------------------------------------------- /jlwwy/Images/downarr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/downarr.gif -------------------------------------------------------------------------------- /jlwwy/Images/downfile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/downfile.gif -------------------------------------------------------------------------------- /jlwwy/Images/dyjs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/dyjs.jpg -------------------------------------------------------------------------------- /jlwwy/Images/fandui.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/fandui.gif -------------------------------------------------------------------------------- /jlwwy/Images/fav.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/fav.gif -------------------------------------------------------------------------------- /jlwwy/Images/footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/footer.jpg -------------------------------------------------------------------------------- /jlwwy/Images/gsjs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/gsjs.jpg -------------------------------------------------------------------------------- /jlwwy/Images/hbg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/hbg.jpg -------------------------------------------------------------------------------- /jlwwy/Images/home.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/home.jpg -------------------------------------------------------------------------------- /jlwwy/Images/house.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/house.jpg -------------------------------------------------------------------------------- /jlwwy/Images/icon1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/icon1.gif -------------------------------------------------------------------------------- /jlwwy/Images/line.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/line.jpg -------------------------------------------------------------------------------- /jlwwy/Images/listtitle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/listtitle.jpg -------------------------------------------------------------------------------- /jlwwy/Images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/loading.gif -------------------------------------------------------------------------------- /jlwwy/Images/loading2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/loading2.gif -------------------------------------------------------------------------------- /jlwwy/Images/logo_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/logo_1.gif -------------------------------------------------------------------------------- /jlwwy/Images/logo_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/logo_2.gif -------------------------------------------------------------------------------- /jlwwy/Images/logo_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/logo_bg.gif -------------------------------------------------------------------------------- /jlwwy/Images/logo_bg_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/logo_bg_1.gif -------------------------------------------------------------------------------- /jlwwy/Images/logo_bg_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/logo_bg_2.gif -------------------------------------------------------------------------------- /jlwwy/Images/mail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/mail.jpg -------------------------------------------------------------------------------- /jlwwy/Images/mbg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/mbg.jpg -------------------------------------------------------------------------------- /jlwwy/Images/menu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/menu.jpg -------------------------------------------------------------------------------- /jlwwy/Images/menubg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/menubg.jpg -------------------------------------------------------------------------------- /jlwwy/Images/menuleft.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/menuleft.jpg -------------------------------------------------------------------------------- /jlwwy/Images/menunow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/menunow.jpg -------------------------------------------------------------------------------- /jlwwy/Images/menuright.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/menuright.jpg -------------------------------------------------------------------------------- /jlwwy/Images/mingdi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/mingdi.png -------------------------------------------------------------------------------- /jlwwy/Images/mingdi_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/mingdi_logo.gif -------------------------------------------------------------------------------- /jlwwy/Images/more.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/more.jpg -------------------------------------------------------------------------------- /jlwwy/Images/msg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/msg.jpg -------------------------------------------------------------------------------- /jlwwy/Images/msg/bg1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/msg/bg1.gif -------------------------------------------------------------------------------- /jlwwy/Images/msg/bg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/msg/bg2.gif -------------------------------------------------------------------------------- /jlwwy/Images/msg/fail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/msg/fail.gif -------------------------------------------------------------------------------- /jlwwy/Images/msg/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/msg/success.gif -------------------------------------------------------------------------------- /jlwwy/Images/notice.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/notice.gif -------------------------------------------------------------------------------- /jlwwy/Images/pdt/p1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/pdt/p1.jpg -------------------------------------------------------------------------------- /jlwwy/Images/pdt/p2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/pdt/p2.jpg -------------------------------------------------------------------------------- /jlwwy/Images/pdt/p3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/pdt/p3.jpg -------------------------------------------------------------------------------- /jlwwy/Images/pdt/p4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/pdt/p4.jpg -------------------------------------------------------------------------------- /jlwwy/Images/pdt/p5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/pdt/p5.jpg -------------------------------------------------------------------------------- /jlwwy/Images/pdt/p6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/pdt/p6.jpg -------------------------------------------------------------------------------- /jlwwy/Images/pdt_title.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/pdt_title.jpg -------------------------------------------------------------------------------- /jlwwy/Images/pwin3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/pwin3.gif -------------------------------------------------------------------------------- /jlwwy/Images/search5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/search5.gif -------------------------------------------------------------------------------- /jlwwy/Images/source.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/source.gif -------------------------------------------------------------------------------- /jlwwy/Images/tags.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/tags.gif -------------------------------------------------------------------------------- /jlwwy/Images/tel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/tel.jpg -------------------------------------------------------------------------------- /jlwwy/Images/w1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/w1.gif -------------------------------------------------------------------------------- /jlwwy/Images/w2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/w2.gif -------------------------------------------------------------------------------- /jlwwy/Images/zhichi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/zhichi.gif -------------------------------------------------------------------------------- /jlwwy/Images/复件 banner2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/复件 banner2.jpg -------------------------------------------------------------------------------- /jlwwy/Images/复件 banner3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Images/复件 banner3.jpg -------------------------------------------------------------------------------- /jlwwy/Scripts/Img.js: -------------------------------------------------------------------------------- 1 | function MenuSwitch(n) { 2 | var obj = window.document.getElementById("menu_" + n); 3 | if (obj.style.display == "none") { 4 | obj.style.display = ""; 5 | } else { 6 | obj.style.display = "none"; 7 | } 8 | } 9 | 10 | //图片按比例缩放---素材图片页面控制 11 | var flag = false; 12 | function newDrawImage(ImgD) { 13 | var image = new Image(); 14 | var iwidth = 200; //定义允许图片宽度 15 | var iheight = 150; //定义允许图片高度 16 | image.src = ImgD.src; 17 | if (image.width > 0 && image.height > 0) { 18 | flag = true; 19 | if (image.width / image.height >= iwidth / iheight) { 20 | if (image.width > iwidth) { 21 | ImgD.width = iwidth; 22 | ImgD.height = (image.height * iwidth) / image.width; 23 | } else { 24 | ImgD.width = image.width; 25 | ImgD.height = image.height; 26 | } 27 | // ImgD.alt=image.width+"×"+image.height; 28 | } 29 | else { 30 | if (image.height > iheight) { 31 | ImgD.height = iheight; 32 | ImgD.width = (image.width * iheight) / image.height; 33 | } else { 34 | ImgD.width = image.width; 35 | ImgD.height = image.height; 36 | } 37 | //ImgD.alt=image.width+"×"+image.height; 38 | } 39 | } 40 | } -------------------------------------------------------------------------------- /jlwwy/Scripts/RollImage.js: -------------------------------------------------------------------------------- 1 | window.onload = function() { 2 | var speed = 10; 3 | var px = 1; 4 | var demo2 = document.getElementById("demo2"); 5 | var demo1 = document.getElementById("demo1"); 6 | var demo = document.getElementById("demo"); 7 | demo2.innerHTML = demo1.innerHTML; 8 | function Marquee() { 9 | if (demo2.offsetWidth - demo.scrollLeft <= 0) { 10 | demo.scrollLeft -= demo1.offsetWidth; 11 | } 12 | else { 13 | demo.scrollLeft+=px; 14 | } 15 | } 16 | var MyMar = setInterval(Marquee, speed); 17 | demo.onmouseover = function() { clearInterval(MyMar); } 18 | demo.onmouseout = function() { MyMar = setInterval(Marquee, speed); } 19 | } -------------------------------------------------------------------------------- /jlwwy/Scripts/common.js: -------------------------------------------------------------------------------- 1 | function setHome(obj) 2 | { 3 | obj.style.behavior='url(#default#homepage)'; 4 | obj.setHomePage('http://www.jlwwy.com'); 5 | return false; 6 | } 7 | 8 | function addSite() 9 | { 10 | window.external.addFavorite('http://www.jlwwy.com','长沙剑龙生物科技发展有限公司'); 11 | return false; 12 | } 13 | 14 | function getTime() 15 | { 16 | var spanTime=document.getElementById("spanTime"); 17 | spanTime.innerHTML="时间:"+new Date().toLocaleString(); 18 | } 19 | 20 | function baiduShare() { 21 | var str = ""; 22 | str += ""; 23 | str += ""; 26 | return str; 27 | } 28 | -------------------------------------------------------------------------------- /jlwwy/Scripts/detail.js: -------------------------------------------------------------------------------- 1 | window.onload=function() 2 | { 3 | getTime(); 4 | window.setInterval("getTime()",1000); 5 | 6 | var txtA=document.getElementById("txtA"); 7 | var txtB=document.getElementById("txtB"); 8 | var txtC=document.getElementById("txtC"); 9 | var conts=document.getElementById("conts"); 10 | 11 | var spanPrint=document.getElementById("spanPrint"); 12 | var spanClose=document.getElementById("spanClose"); 13 | 14 | spanPrint.onclick=function() 15 | { 16 | window.print() ; 17 | } 18 | 19 | spanClose.onclick=function() 20 | { 21 | window.close(); 22 | } 23 | 24 | txtA.onclick=function() 25 | { 26 | conts.style.fontSize="15px"; 27 | } 28 | 29 | txtB.onclick=function() 30 | { 31 | conts.style.fontSize="14px"; 32 | } 33 | 34 | txtC.onclick=function() 35 | { 36 | conts.style.fontSize="13px"; 37 | } 38 | } -------------------------------------------------------------------------------- /jlwwy/Scripts/expressInstall.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Scripts/expressInstall.swf -------------------------------------------------------------------------------- /jlwwy/Scripts/flashbcastr.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/Scripts/flashbcastr.swf -------------------------------------------------------------------------------- /jlwwy/Scripts/flashbcastr.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /jlwwy/Scripts/flashbcastr1.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /jlwwy/Scripts/flashbcastr2.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /jlwwy/Scripts/index.js: -------------------------------------------------------------------------------- 1 | // JavaScript Document 2 | 3 | window.onload=function() 4 | { 5 | getTime(); 6 | window.setInterval("getTime()",1000); 7 | 8 | var speed=30; 9 | var GD=document.getElementById('demo'); 10 | var GD1=document.getElementById('demo1'); 11 | var GD2=document.getElementById('demo2'); 12 | GD2.innerHTML=GD1.innerHTML; 13 | function Marquee(){ 14 | if(GD2.offsetWidth-GD.scrollLeft<=0){ 15 | GD.scrollLeft=0; 16 | }else{ 17 | GD.scrollLeft++; 18 | } 19 | } 20 | var MyMar=setInterval(Marquee,speed); 21 | GD.onmouseover=function() {clearInterval(MyMar);} 22 | GD.onmouseout = function () { MyMar = setInterval(Marquee, speed); } 23 | } -------------------------------------------------------------------------------- /jlwwy/Scripts/jquery.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery JavaScript Library v1.4.2 3 | * http://jquery.com/ 4 | * 5 | * Copyright 2010, John Resig 6 | * Dual licensed under the MIT or GPL Version 2 licenses. 7 | * http://jquery.org/license 8 | * 9 | * Includes Sizzle.js 10 | * http://sizzlejs.com/ 11 | * Copyright 2010, The Dojo Foundation 12 | * Released under the MIT, BSD, and GPL Licenses. 13 | * 14 | * Date: Sat Feb 13 22:33:48 2010 -0500 15 | */ 16 | (function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/, 21 | Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&& 22 | (d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this, 23 | a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b=== 24 | "find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this, 25 | function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b
a"; 34 | var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected, 35 | parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent= 36 | false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n= 37 | s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true, 38 | applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando]; 39 | else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this, 40 | a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b=== 41 | w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i, 42 | cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected= 47 | c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed"); 48 | a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g, 49 | function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split("."); 50 | k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a), 51 | C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B=0){a.type= 53 | e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&& 54 | f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive; 55 | if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data", 63 | e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a, 64 | "_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a, 65 | d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g, 71 | e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift(); 72 | t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D|| 73 | g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()}, 80 | CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m, 81 | g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)}, 82 | text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}}, 83 | setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return hl[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h= 84 | h[3];l=0;for(m=h.length;l=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m=== 86 | "="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g, 87 | h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&& 90 | q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML=""; 91 | if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="

";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}(); 92 | (function(){var g=s.createElement("div");g.innerHTML="
";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}: 93 | function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f0)for(var j=d;j0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j= 96 | {},i;if(f&&a.length){e=0;for(var o=a.length;e-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a=== 97 | "string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode", 98 | d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")? 99 | a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType=== 100 | 1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/"},F={option:[1,""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div
","
"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d= 102 | c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this}, 103 | wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})}, 104 | prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b, 105 | this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild); 106 | return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja, 107 | ""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]); 111 | return this}else{e=0;for(var j=d.length;e0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["", 112 | ""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]===""&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e= 113 | c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]? 114 | c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja= 115 | function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter= 116 | Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a, 117 | "border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f= 118 | a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b= 119 | a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=//gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!== 120 | "string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("
").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this}, 121 | serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "), 122 | function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href, 123 | global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&& 124 | e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)? 125 | "&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache=== 126 | false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B= 127 | false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since", 128 | c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E|| 129 | d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x); 130 | g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status=== 131 | 1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b=== 132 | "json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional; 133 | if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration=== 139 | "number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]|| 140 | c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start; 141 | this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now= 142 | this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem, 143 | e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b
"; 149 | a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b); 150 | c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a, 151 | d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top- 152 | f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset": 153 | "pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in 154 | e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window); 155 | -------------------------------------------------------------------------------- /jlwwy/Scripts/list.js: -------------------------------------------------------------------------------- 1 | window.onload=function() 2 | { 3 | getTime(); 4 | window.setInterval("getTime()",1000); 5 | } -------------------------------------------------------------------------------- /jlwwy/Scripts/login.js: -------------------------------------------------------------------------------- 1 | function $(val) { 2 | return document.getElementById(val); 3 | } 4 | 5 | function validate() { 6 | var txtAdminName = $("txtAdminName"); 7 | var txtAdminPass = $("txtAdminPass"); 8 | var txtValidate = $("txtValidate"); 9 | 10 | if (txtAdminName.value == "") { 11 | alert("用户名不能为空!"); 12 | return false; 13 | } 14 | else if (txtAdminPass.value == "") { 15 | alert("密码不能为空!"); 16 | return false; 17 | } 18 | else if (txtValidate.value == "") { 19 | alert("验证码不能为空!"); 20 | return false; 21 | } 22 | else if (!(/^\w{5,16}$/.test(txtAdminName.value))) { 23 | alert("用户名格式不正确\n\n请输入5-16位的字母,数字或下划线!"); 24 | return false; 25 | } 26 | else if (!(/^\w{6,16}$/.test(txtAdminPass.value))) { 27 | alert("密码格式不正确\n\n请输入6-16位的字母,数字或下划线!"); 28 | return false; 29 | } 30 | else if (!(/^\w{4}$/.test(txtValidate.value))) { 31 | alert("验证码格式不正确\n\n请输入4位的字母或数字!"); 32 | return false; 33 | } 34 | return true; 35 | } 36 | 37 | window.onload = function() { 38 | document.body.style.backgroundColor = "#9cf"; 39 | $("form1").onsubmit = function() { 40 | return validate(); 41 | } 42 | } -------------------------------------------------------------------------------- /jlwwy/Scripts/menu.js: -------------------------------------------------------------------------------- 1 | function showPanel(index) { 2 | $("#menu ul").slideUp(200).eq(index).slideDown(200); 3 | } 4 | 5 | $(function() { 6 | showPanel(0); 7 | $("#menu h2").each(function(i) { 8 | $(this).click(function() { 9 | showPanel(i); 10 | }); 11 | }); 12 | }); 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /jlwwy/Scripts/msg.js: -------------------------------------------------------------------------------- 1 | //验证 2 | $(function() { 3 | 4 | 5 | $("#waitting").ajaxStart(function() { 6 | $(this).show(500); 7 | }); 8 | 9 | $("#waitting").ajaxStop(function() { 10 | $(this).hide(500); 11 | }); 12 | 13 | //不能为空 14 | var txtTitle = $("#txtTitle"); 15 | var txtName = $("#txtName"); 16 | var txtContact = $("#txtContact"); 17 | var txtContent = $("#txtContent"); 18 | 19 | $("#btnSubmit").click(function() { 20 | 21 | if (txtTitle.val() == "") { 22 | alert("留言标题不能为空"); 23 | txtTitle.focus(); 24 | return; 25 | } 26 | 27 | if (txtName.val() == "") { 28 | alert("姓名不能为空"); 29 | txtName.focus(); 30 | return; 31 | } 32 | 33 | if (txtContact.val() == "") { 34 | alert("联系方式不能为空"); 35 | txtContact.focus(); 36 | return; 37 | } 38 | 39 | //格式不能错误 40 | if (!/^[\u4e00-\u9fa5\w\d,,。??]{2,30}$/.test(txtTitle.val())) { 41 | alert("留言标题格式错误,只能是2-30个中英文字符"); 42 | txtTitle.focus(); 43 | return; 44 | } 45 | 46 | if (!/^[\u4e00-\u9fa5\w]{2,10}$/.test(txtName.val())) { 47 | alert("姓名格式错误,只能是2-10个中英文字符"); 48 | txtName.focus(); 49 | return; 50 | } 51 | 52 | if (!/^[\u4e00-\u9fa5\w\d,,#\-]{3,50}$/.test(txtContact.val())) { 53 | alert("联系方式格式错误,只能是3-50个中英文字符"); 54 | txtContact.focus(); 55 | return; 56 | } 57 | 58 | if (!/^[^><\']{0,1000}$/.test(txtContent.val())) { 59 | alert("留言内容格式错误,只能是0-1000个中英文字符"); 60 | txtContent.focus(); 61 | return; 62 | } 63 | 64 | $.ajax({ 65 | url: '../Common/MsgHandler.ashx', 66 | type: 'post', 67 | data: { "Title": $("#txtTitle").val(), "Name": $("#txtName").val(), "Content": $("#txtContent").val(), "Contact": $("#txtContact").val() }, 68 | success: function(d) { 69 | if (d == "1") { 70 | alert("留言成功!"); 71 | $("#txtTitle").val(""); 72 | $("#txtName").val(""); 73 | $("#txtContent").val(""); 74 | $("#txtContact").val(""); 75 | } 76 | else if (d == "2") { 77 | alert("留言失败!"); 78 | } 79 | else { 80 | alert(d); 81 | } 82 | }, 83 | error: function(xhr) { 84 | alert("留言发生了错误。"); 85 | } 86 | }); 87 | 88 | }); 89 | 90 | }); -------------------------------------------------------------------------------- /jlwwy/Scripts/pdetail.js: -------------------------------------------------------------------------------- 1 | window.onload=function() 2 | { 3 | getTime(); 4 | window.setInterval("getTime()",1000); 5 | 6 | var spanPrint=document.getElementById("spanPrint"); 7 | var spanClose=document.getElementById("spanClose"); 8 | 9 | spanPrint.onclick=function() 10 | { 11 | window.print() ; 12 | } 13 | 14 | spanClose.onclick=function() 15 | { 16 | window.close(); 17 | } 18 | } -------------------------------------------------------------------------------- /jlwwy/Scripts/swfobject_modified.js: -------------------------------------------------------------------------------- 1 | /*! SWFObject v2.0 2 | Copyright (c) 2007 Geoff Stearns, Michael Williams, and Bobby van der Sluis 3 | This software is released under the MIT License 4 | */ 5 | 6 | var swfobject = function() { 7 | 8 | var UNDEF = "undefined", 9 | OBJECT = "object", 10 | SHOCKWAVE_FLASH = "Shockwave Flash", 11 | SHOCKWAVE_FLASH_AX = "ShockwaveFlash.ShockwaveFlash", 12 | FLASH_MIME_TYPE = "application/x-shockwave-flash", 13 | EXPRESS_INSTALL_ID = "SWFObjectExprInst", 14 | 15 | win = window, 16 | doc = document, 17 | nav = navigator, 18 | 19 | domLoadFnArr = [], 20 | regObjArr = [], 21 | timer = null, 22 | storedAltContent = null, 23 | storedAltContentId = null, 24 | isDomLoaded = false, 25 | isExpressInstallActive = false; 26 | 27 | /* Centralized function for browser feature detection 28 | - Proprietary feature detection (conditional compiling) is used to detect Internet Explorer's features 29 | - User agent string detection is only used when no alternative is possible 30 | - Is executed directly for optimal performance 31 | */ 32 | var ua = function() { 33 | var w3cdom = typeof doc.getElementById != UNDEF && typeof doc.getElementsByTagName != UNDEF && typeof doc.createElement != UNDEF && typeof doc.appendChild != UNDEF && typeof doc.replaceChild != UNDEF && typeof doc.removeChild != UNDEF && typeof doc.cloneNode != UNDEF, 34 | playerVersion = [0,0,0], 35 | d = null; 36 | if (typeof nav.plugins != UNDEF && typeof nav.plugins[SHOCKWAVE_FLASH] == OBJECT) { 37 | d = nav.plugins[SHOCKWAVE_FLASH].description; 38 | if (d) { 39 | d = d.replace(/^.*\s+(\S+\s+\S+$)/, "$1"); 40 | playerVersion[0] = parseInt(d.replace(/^(.*)\..*$/, "$1"), 10); 41 | playerVersion[1] = parseInt(d.replace(/^.*\.(.*)\s.*$/, "$1"), 10); 42 | playerVersion[2] = /r/.test(d) ? parseInt(d.replace(/^.*r(.*)$/, "$1"), 10) : 0; 43 | } 44 | } 45 | else if (typeof win.ActiveXObject != UNDEF) { 46 | var a = null, fp6Crash = false; 47 | try { 48 | a = new ActiveXObject(SHOCKWAVE_FLASH_AX + ".7"); 49 | } 50 | catch(e) { 51 | try { 52 | a = new ActiveXObject(SHOCKWAVE_FLASH_AX + ".6"); 53 | playerVersion = [6,0,21]; 54 | a.AllowScriptAccess = "always"; // Introduced in fp6.0.47 55 | } 56 | catch(e) { 57 | if (playerVersion[0] == 6) { 58 | fp6Crash = true; 59 | } 60 | } 61 | if (!fp6Crash) { 62 | try { 63 | a = new ActiveXObject(SHOCKWAVE_FLASH_AX); 64 | } 65 | catch(e) {} 66 | } 67 | } 68 | if (!fp6Crash && a) { // a will return null when ActiveX is disabled 69 | try { 70 | d = a.GetVariable("$version"); // Will crash fp6.0.21/23/29 71 | if (d) { 72 | d = d.split(" ")[1].split(","); 73 | playerVersion = [parseInt(d[0], 10), parseInt(d[1], 10), parseInt(d[2], 10)]; 74 | } 75 | } 76 | catch(e) {} 77 | } 78 | } 79 | var u = nav.userAgent.toLowerCase(), 80 | p = nav.platform.toLowerCase(), 81 | webkit = /webkit/.test(u) ? parseFloat(u.replace(/^.*webkit\/(\d+(\.\d+)?).*$/, "$1")) : false, // returns either the webkit version or false if not webkit 82 | ie = false, 83 | windows = p ? /win/.test(p) : /win/.test(u), 84 | mac = p ? /mac/.test(p) : /mac/.test(u); 85 | /*@cc_on 86 | ie = true; 87 | @if (@_win32) 88 | windows = true; 89 | @elif (@_mac) 90 | mac = true; 91 | @end 92 | @*/ 93 | return { w3cdom:w3cdom, pv:playerVersion, webkit:webkit, ie:ie, win:windows, mac:mac }; 94 | }(); 95 | 96 | /* Cross-browser onDomLoad 97 | - Based on Dean Edwards' solution: http://dean.edwards.name/weblog/2006/06/again/ 98 | - Will fire an event as soon as the DOM of a page is loaded (supported by Gecko based browsers - like Firefox -, IE, Opera9+, Safari) 99 | */ 100 | var onDomLoad = function() { 101 | if (!ua.w3cdom) { 102 | return; 103 | } 104 | addDomLoadEvent(main); 105 | if (ua.ie && ua.win) { 106 | try { // Avoid a possible Operation Aborted error 107 | doc.write(""); // String is split into pieces to avoid Norton AV to add code that can cause errors 108 | var s = getElementById("__ie_ondomload"); 109 | if (s) { 110 | s.onreadystatechange = function() { 111 | if (this.readyState == "complete") { 112 | this.parentNode.removeChild(this); 113 | callDomLoadFunctions(); 114 | } 115 | }; 116 | } 117 | } 118 | catch(e) {} 119 | } 120 | if (ua.webkit && typeof doc.readyState != UNDEF) { 121 | timer = setInterval(function() { if (/loaded|complete/.test(doc.readyState)) { callDomLoadFunctions(); }}, 10); 122 | } 123 | if (typeof doc.addEventListener != UNDEF) { 124 | doc.addEventListener("DOMContentLoaded", callDomLoadFunctions, null); 125 | } 126 | addLoadEvent(callDomLoadFunctions); 127 | }(); 128 | 129 | function callDomLoadFunctions() { 130 | if (isDomLoaded) { 131 | return; 132 | } 133 | if (ua.ie && ua.win) { // Test if we can really add elements to the DOM; we don't want to fire it too early 134 | var s = createElement("span"); 135 | try { // Avoid a possible Operation Aborted error 136 | var t = doc.getElementsByTagName("body")[0].appendChild(s); 137 | t.parentNode.removeChild(t); 138 | } 139 | catch (e) { 140 | return; 141 | } 142 | } 143 | isDomLoaded = true; 144 | if (timer) { 145 | clearInterval(timer); 146 | timer = null; 147 | } 148 | var dl = domLoadFnArr.length; 149 | for (var i = 0; i < dl; i++) { 150 | domLoadFnArr[i](); 151 | } 152 | } 153 | 154 | function addDomLoadEvent(fn) { 155 | if (isDomLoaded) { 156 | fn(); 157 | } 158 | else { 159 | domLoadFnArr[domLoadFnArr.length] = fn; // Array.push() is only available in IE5.5+ 160 | } 161 | } 162 | 163 | /* Cross-browser onload 164 | - Based on James Edwards' solution: http://brothercake.com/site/resources/scripts/onload/ 165 | - Will fire an event as soon as a web page including all of its assets are loaded 166 | */ 167 | function addLoadEvent(fn) { 168 | if (typeof win.addEventListener != UNDEF) { 169 | win.addEventListener("load", fn, false); 170 | } 171 | else if (typeof doc.addEventListener != UNDEF) { 172 | doc.addEventListener("load", fn, false); 173 | } 174 | else if (typeof win.attachEvent != UNDEF) { 175 | win.attachEvent("onload", fn); 176 | } 177 | else if (typeof win.onload == "function") { 178 | var fnOld = win.onload; 179 | win.onload = function() { 180 | fnOld(); 181 | fn(); 182 | }; 183 | } 184 | else { 185 | win.onload = fn; 186 | } 187 | } 188 | 189 | /* Main function 190 | - Will preferably execute onDomLoad, otherwise onload (as a fallback) 191 | */ 192 | function main() { // Static publishing only 193 | var rl = regObjArr.length; 194 | for (var i = 0; i < rl; i++) { // For each registered object element 195 | var id = regObjArr[i].id; 196 | if (ua.pv[0] > 0) { 197 | var obj = getElementById(id); 198 | if (obj) { 199 | regObjArr[i].width = obj.getAttribute("width") ? obj.getAttribute("width") : "0"; 200 | regObjArr[i].height = obj.getAttribute("height") ? obj.getAttribute("height") : "0"; 201 | if (hasPlayerVersion(regObjArr[i].swfVersion)) { // Flash plug-in version >= Flash content version: Houston, we have a match! 202 | if (ua.webkit && ua.webkit < 312) { // Older webkit engines ignore the object element's nested param elements 203 | fixParams(obj); 204 | } 205 | setVisibility(id, true); 206 | } 207 | else if (regObjArr[i].expressInstall && !isExpressInstallActive && hasPlayerVersion("6.0.65") && (ua.win || ua.mac)) { // Show the Adobe Express Install dialog if set by the web page author and if supported (fp6.0.65+ on Win/Mac OS only) 208 | showExpressInstall(regObjArr[i]); 209 | } 210 | else { // Flash plug-in and Flash content version mismatch: display alternative content instead of Flash content 211 | displayAltContent(obj); 212 | } 213 | } 214 | } 215 | else { // If no fp is installed, we let the object element do its job (show alternative content) 216 | setVisibility(id, true); 217 | } 218 | } 219 | } 220 | 221 | /* Fix nested param elements, which are ignored by older webkit engines 222 | - This includes Safari up to and including version 1.2.2 on Mac OS 10.3 223 | - Fall back to the proprietary embed element 224 | */ 225 | function fixParams(obj) { 226 | var nestedObj = obj.getElementsByTagName(OBJECT)[0]; 227 | if (nestedObj) { 228 | var e = createElement("embed"), a = nestedObj.attributes; 229 | if (a) { 230 | var al = a.length; 231 | for (var i = 0; i < al; i++) { 232 | if (a[i].nodeName.toLowerCase() == "data") { 233 | e.setAttribute("src", a[i].nodeValue); 234 | } 235 | else { 236 | e.setAttribute(a[i].nodeName, a[i].nodeValue); 237 | } 238 | } 239 | } 240 | var c = nestedObj.childNodes; 241 | if (c) { 242 | var cl = c.length; 243 | for (var j = 0; j < cl; j++) { 244 | if (c[j].nodeType == 1 && c[j].nodeName.toLowerCase() == "param") { 245 | e.setAttribute(c[j].getAttribute("name"), c[j].getAttribute("value")); 246 | } 247 | } 248 | } 249 | obj.parentNode.replaceChild(e, obj); 250 | } 251 | } 252 | 253 | /* Fix hanging audio/video threads and force open sockets and NetConnections to disconnect 254 | - Occurs when unloading a web page in IE using fp8+ and innerHTML/outerHTML 255 | - Dynamic publishing only 256 | */ 257 | function fixObjectLeaks(id) { 258 | if (ua.ie && ua.win && hasPlayerVersion("8.0.0")) { 259 | win.attachEvent("onunload", function () { 260 | var obj = getElementById(id); 261 | if (obj) { 262 | for (var i in obj) { 263 | if (typeof obj[i] == "function") { 264 | obj[i] = function() {}; 265 | } 266 | } 267 | obj.parentNode.removeChild(obj); 268 | } 269 | }); 270 | } 271 | } 272 | 273 | /* Show the Adobe Express Install dialog 274 | - Reference: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6a253b75 275 | */ 276 | function showExpressInstall(regObj) { 277 | isExpressInstallActive = true; 278 | var obj = getElementById(regObj.id); 279 | if (obj) { 280 | if (regObj.altContentId) { 281 | var ac = getElementById(regObj.altContentId); 282 | if (ac) { 283 | storedAltContent = ac; 284 | storedAltContentId = regObj.altContentId; 285 | } 286 | } 287 | else { 288 | storedAltContent = abstractAltContent(obj); 289 | } 290 | if (!(/%$/.test(regObj.width)) && parseInt(regObj.width, 10) < 310) { 291 | regObj.width = "310"; 292 | } 293 | if (!(/%$/.test(regObj.height)) && parseInt(regObj.height, 10) < 137) { 294 | regObj.height = "137"; 295 | } 296 | doc.title = doc.title.slice(0, 47) + " - Flash Player Installation"; 297 | var pt = ua.ie && ua.win ? "ActiveX" : "PlugIn", 298 | dt = doc.title, 299 | fv = "MMredirectURL=" + win.location + "&MMplayerType=" + pt + "&MMdoctitle=" + dt, 300 | replaceId = regObj.id; 301 | // For IE when a SWF is loading (AND: not available in cache) wait for the onload event to fire to remove the original object element 302 | // In IE you cannot properly cancel a loading SWF file without breaking browser load references, also obj.onreadystatechange doesn't work 303 | if (ua.ie && ua.win && obj.readyState != 4) { 304 | var newObj = createElement("div"); 305 | replaceId += "SWFObjectNew"; 306 | newObj.setAttribute("id", replaceId); 307 | obj.parentNode.insertBefore(newObj, obj); // Insert placeholder div that will be replaced by the object element that loads expressinstall.swf 308 | obj.style.display = "none"; 309 | win.attachEvent("onload", function() { obj.parentNode.removeChild(obj); }); 310 | } 311 | createSWF({ data:regObj.expressInstall, id:EXPRESS_INSTALL_ID, width:regObj.width, height:regObj.height }, { flashvars:fv }, replaceId); 312 | } 313 | } 314 | 315 | /* Functions to abstract and display alternative content 316 | */ 317 | function displayAltContent(obj) { 318 | if (ua.ie && ua.win && obj.readyState != 4) { 319 | // For IE when a SWF is loading (AND: not available in cache) wait for the onload event to fire to remove the original object element 320 | // In IE you cannot properly cancel a loading SWF file without breaking browser load references, also obj.onreadystatechange doesn't work 321 | var el = createElement("div"); 322 | obj.parentNode.insertBefore(el, obj); // Insert placeholder div that will be replaced by the alternative content 323 | el.parentNode.replaceChild(abstractAltContent(obj), el); 324 | obj.style.display = "none"; 325 | win.attachEvent("onload", function() { obj.parentNode.removeChild(obj); }); 326 | } 327 | else { 328 | obj.parentNode.replaceChild(abstractAltContent(obj), obj); 329 | } 330 | } 331 | 332 | function abstractAltContent(obj) { 333 | var ac = createElement("div"); 334 | if (ua.win && ua.ie) { 335 | ac.innerHTML = obj.innerHTML; 336 | } 337 | else { 338 | var nestedObj = obj.getElementsByTagName(OBJECT)[0]; 339 | if (nestedObj) { 340 | var c = nestedObj.childNodes; 341 | if (c) { 342 | var cl = c.length; 343 | for (var i = 0; i < cl; i++) { 344 | if (!(c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "param") && !(c[i].nodeType == 8)) { 345 | ac.appendChild(c[i].cloneNode(true)); 346 | } 347 | } 348 | } 349 | } 350 | } 351 | return ac; 352 | } 353 | 354 | /* Cross-browser dynamic SWF creation 355 | */ 356 | function createSWF(attObj, parObj, id) { 357 | var r, el = getElementById(id); 358 | if (typeof attObj.id == UNDEF) { // if no 'id' is defined for the object element, it will inherit the 'id' from the alternative content 359 | attObj.id = id; 360 | } 361 | if (ua.ie && ua.win) { // IE, the object element and W3C DOM methods do not combine: fall back to outerHTML 362 | var att = ""; 363 | for (var i in attObj) { 364 | if (attObj[i] != Object.prototype[i]) { // Filter out prototype additions from other potential libraries, like Object.prototype.toJSONString = function() {} 365 | if (i == "data") { 366 | parObj.movie = attObj[i]; 367 | } 368 | else if (i.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword 369 | att += ' class="' + attObj[i] + '"'; 370 | } 371 | else if (i != "classid") { 372 | att += ' ' + i + '="' + attObj[i] + '"'; 373 | } 374 | } 375 | } 376 | var par = ""; 377 | for (var j in parObj) { 378 | if (parObj[j] != Object.prototype[j]) { // Filter out prototype additions from other potential libraries 379 | par += ''; 380 | } 381 | } 382 | el.outerHTML = '' + par + ''; 383 | fixObjectLeaks(attObj.id); // This bug affects dynamic publishing only 384 | r = getElementById(attObj.id); 385 | } 386 | else if (ua.webkit && ua.webkit < 312) { // Older webkit engines ignore the object element's nested param elements: fall back to the proprietary embed element 387 | var e = createElement("embed"); 388 | e.setAttribute("type", FLASH_MIME_TYPE); 389 | for (var k in attObj) { 390 | if (attObj[k] != Object.prototype[k]) { // Filter out prototype additions from other potential libraries 391 | if (k == "data") { 392 | e.setAttribute("src", attObj[k]); 393 | } 394 | else if (k.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword 395 | e.setAttribute("class", attObj[k]); 396 | } 397 | else if (k != "classid") { // Filter out IE specific attribute 398 | e.setAttribute(k, attObj[k]); 399 | } 400 | } 401 | } 402 | for (var l in parObj) { 403 | if (parObj[l] != Object.prototype[l]) { // Filter out prototype additions from other potential libraries 404 | if (l != "movie") { // Filter out IE specific param element 405 | e.setAttribute(l, parObj[l]); 406 | } 407 | } 408 | } 409 | el.parentNode.replaceChild(e, el); 410 | r = e; 411 | } 412 | else { // Well-behaving browsers 413 | var o = createElement(OBJECT); 414 | o.setAttribute("type", FLASH_MIME_TYPE); 415 | for (var m in attObj) { 416 | if (attObj[m] != Object.prototype[m]) { // Filter out prototype additions from other potential libraries 417 | if (m.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword 418 | o.setAttribute("class", attObj[m]); 419 | } 420 | else if (m != "classid") { // Filter out IE specific attribute 421 | o.setAttribute(m, attObj[m]); 422 | } 423 | } 424 | } 425 | for (var n in parObj) { 426 | if (parObj[n] != Object.prototype[n] && n != "movie") { // Filter out prototype additions from other potential libraries and IE specific param element 427 | createObjParam(o, n, parObj[n]); 428 | } 429 | } 430 | el.parentNode.replaceChild(o, el); 431 | r = o; 432 | } 433 | return r; 434 | } 435 | 436 | function createObjParam(el, pName, pValue) { 437 | var p = createElement("param"); 438 | p.setAttribute("name", pName); 439 | p.setAttribute("value", pValue); 440 | el.appendChild(p); 441 | } 442 | 443 | function getElementById(id) { 444 | return doc.getElementById(id); 445 | } 446 | 447 | function createElement(el) { 448 | return doc.createElement(el); 449 | } 450 | 451 | function hasPlayerVersion(rv) { 452 | var pv = ua.pv, v = rv.split("."); 453 | v[0] = parseInt(v[0], 10); 454 | v[1] = parseInt(v[1], 10); 455 | v[2] = parseInt(v[2], 10); 456 | return (pv[0] > v[0] || (pv[0] == v[0] && pv[1] > v[1]) || (pv[0] == v[0] && pv[1] == v[1] && pv[2] >= v[2])) ? true : false; 457 | } 458 | 459 | /* Cross-browser dynamic CSS creation 460 | - Based on Bobby van der Sluis' solution: http://www.bobbyvandersluis.com/articles/dynamicCSS.php 461 | */ 462 | function createCSS(sel, decl) { 463 | if (ua.ie && ua.mac) { 464 | return; 465 | } 466 | var h = doc.getElementsByTagName("head")[0], s = createElement("style"); 467 | s.setAttribute("type", "text/css"); 468 | s.setAttribute("media", "screen"); 469 | if (!(ua.ie && ua.win) && typeof doc.createTextNode != UNDEF) { 470 | s.appendChild(doc.createTextNode(sel + " {" + decl + "}")); 471 | } 472 | h.appendChild(s); 473 | if (ua.ie && ua.win && typeof doc.styleSheets != UNDEF && doc.styleSheets.length > 0) { 474 | var ls = doc.styleSheets[doc.styleSheets.length - 1]; 475 | if (typeof ls.addRule == OBJECT) { 476 | ls.addRule(sel, decl); 477 | } 478 | } 479 | } 480 | 481 | function setVisibility(id, isVisible) { 482 | var v = isVisible ? "visible" : "hidden"; 483 | if (isDomLoaded) { 484 | getElementById(id).style.visibility = v; 485 | } 486 | else { 487 | createCSS("#" + id, "visibility:" + v); 488 | } 489 | } 490 | 491 | function getTargetVersion(obj) { 492 | if (!obj) 493 | return 0; 494 | var c = obj.childNodes; 495 | var cl = c.length; 496 | for (var i = 0; i < cl; i++) { 497 | if (c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "object") { 498 | c = c[i].childNodes; 499 | cl = c.length; 500 | i = 0; 501 | } 502 | if (c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "param" && c[i].getAttribute("name") == "swfversion") { 503 | return c[i].getAttribute("value"); 504 | } 505 | } 506 | return 0; 507 | } 508 | 509 | function getExpressInstall(obj) { 510 | if (!obj) 511 | return ""; 512 | var c = obj.childNodes; 513 | var cl = c.length; 514 | for (var i = 0; i < cl; i++) { 515 | if (c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "object") { 516 | c = c[i].childNodes; 517 | cl = c.length; 518 | i = 0; 519 | } 520 | if (c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "param" && c[i].getAttribute("name") == "expressinstall") { 521 | return c[i].getAttribute("value"); 522 | } 523 | } 524 | return ""; 525 | } 526 | 527 | return { 528 | /* Public API 529 | - Reference: http://code.google.com/p/swfobject/wiki/SWFObject_2_0_documentation 530 | */ 531 | registerObject: function(objectIdStr, swfVersionStr, xiSwfUrlStr) { 532 | if (!ua.w3cdom || !objectIdStr) { 533 | return; 534 | } 535 | var obj = document.getElementById(objectIdStr); 536 | var xi = getExpressInstall(obj); 537 | var regObj = {}; 538 | regObj.id = objectIdStr; 539 | regObj.swfVersion = swfVersionStr ? swfVersionStr : getTargetVersion(obj); 540 | regObj.expressInstall = xiSwfUrlStr ? xiSwfUrlStr : ((xi != "") ? xi : false); 541 | regObjArr[regObjArr.length] = regObj; 542 | setVisibility(objectIdStr, false); 543 | }, 544 | 545 | getObjectById: function(objectIdStr) { 546 | var r = null; 547 | if (ua.w3cdom && isDomLoaded) { 548 | var o = getElementById(objectIdStr); 549 | if (o) { 550 | var n = o.getElementsByTagName(OBJECT)[0]; 551 | if (!n || (n && typeof o.SetVariable != UNDEF)) { 552 | r = o; 553 | } 554 | else if (typeof n.SetVariable != UNDEF) { 555 | r = n; 556 | } 557 | } 558 | } 559 | return r; 560 | }, 561 | 562 | embedSWF: function(swfUrlStr, replaceElemIdStr, widthStr, heightStr, swfVersionStr, xiSwfUrlStr, flashvarsObj, parObj, attObj) { 563 | if (!ua.w3cdom || !swfUrlStr || !replaceElemIdStr || !widthStr || !heightStr || !swfVersionStr) { 564 | return; 565 | } 566 | widthStr += ""; // Auto-convert to string to make it idiot proof 567 | heightStr += ""; 568 | if (hasPlayerVersion(swfVersionStr)) { 569 | setVisibility(replaceElemIdStr, false); 570 | var att = (typeof attObj == OBJECT) ? attObj : {}; 571 | att.data = swfUrlStr; 572 | att.width = widthStr; 573 | att.height = heightStr; 574 | var par = (typeof parObj == OBJECT) ? parObj : {}; 575 | if (typeof flashvarsObj == OBJECT) { 576 | for (var i in flashvarsObj) { 577 | if (flashvarsObj[i] != Object.prototype[i]) { // Filter out prototype additions from other potential libraries 578 | if (typeof par.flashvars != UNDEF) { 579 | par.flashvars += "&" + i + "=" + flashvarsObj[i]; 580 | } 581 | else { 582 | par.flashvars = i + "=" + flashvarsObj[i]; 583 | } 584 | } 585 | } 586 | } 587 | addDomLoadEvent(function() { 588 | createSWF(att, par, replaceElemIdStr); 589 | if (att.id == replaceElemIdStr) { 590 | setVisibility(replaceElemIdStr, true); 591 | } 592 | }); 593 | } 594 | else if (xiSwfUrlStr && !isExpressInstallActive && hasPlayerVersion("6.0.65") && (ua.win || ua.mac)) { 595 | setVisibility(replaceElemIdStr, false); 596 | addDomLoadEvent(function() { 597 | var regObj = {}; 598 | regObj.id = regObj.altContentId = replaceElemIdStr; 599 | regObj.width = widthStr; 600 | regObj.height = heightStr; 601 | regObj.expressInstall = xiSwfUrlStr; 602 | showExpressInstall(regObj); 603 | }); 604 | } 605 | }, 606 | 607 | getFlashPlayerVersion: function() { 608 | return { major:ua.pv[0], minor:ua.pv[1], release:ua.pv[2] }; 609 | }, 610 | 611 | hasFlashPlayerVersion:hasPlayerVersion, 612 | 613 | createSWF: function(attObj, parObj, replaceElemIdStr) { 614 | if (ua.w3cdom && isDomLoaded) { 615 | return createSWF(attObj, parObj, replaceElemIdStr); 616 | } 617 | else { 618 | return undefined; 619 | } 620 | }, 621 | 622 | createCSS: function(sel, decl) { 623 | if (ua.w3cdom) { 624 | createCSS(sel, decl); 625 | } 626 | }, 627 | 628 | addDomLoadEvent:addDomLoadEvent, 629 | 630 | addLoadEvent:addLoadEvent, 631 | 632 | getQueryParamValue: function(param) { 633 | var q = doc.location.search || doc.location.hash; 634 | if (param == null) { 635 | return q; 636 | } 637 | if(q) { 638 | var pairs = q.substring(1).split("&"); 639 | for (var i = 0; i < pairs.length; i++) { 640 | if (pairs[i].substring(0, pairs[i].indexOf("=")) == param) { 641 | return pairs[i].substring((pairs[i].indexOf("=") + 1)); 642 | } 643 | } 644 | } 645 | return ""; 646 | }, 647 | 648 | // For internal usage only 649 | expressInstallCallback: function() { 650 | if (isExpressInstallActive && storedAltContent) { 651 | var obj = getElementById(EXPRESS_INSTALL_ID); 652 | if (obj) { 653 | obj.parentNode.replaceChild(storedAltContent, obj); 654 | if (storedAltContentId) { 655 | setVisibility(storedAltContentId, true); 656 | if (ua.ie && ua.win) { 657 | storedAltContent.style.display = "block"; 658 | } 659 | } 660 | storedAltContent = null; 661 | storedAltContentId = null; 662 | isExpressInstallActive = false; 663 | } 664 | } 665 | } 666 | 667 | }; 668 | 669 | }(); 670 | -------------------------------------------------------------------------------- /jlwwy/flash.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/flash.html -------------------------------------------------------------------------------- /jlwwy/uiImage/产品展示1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/uiImage/产品展示1.png -------------------------------------------------------------------------------- /jlwwy/uiImage/产品展示2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/uiImage/产品展示2.png -------------------------------------------------------------------------------- /jlwwy/uiImage/产品详细.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/uiImage/产品详细.png -------------------------------------------------------------------------------- /jlwwy/uiImage/文章列表.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/uiImage/文章列表.png -------------------------------------------------------------------------------- /jlwwy/uiImage/文章详细.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/uiImage/文章详细.png -------------------------------------------------------------------------------- /jlwwy/uiImage/首页1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/uiImage/首页1.png -------------------------------------------------------------------------------- /jlwwy/uiImage/首页2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/jlwwy/uiImage/首页2.png -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "@platforms": ["android", "iPhone", "iPad"], 3 | "id": "H52E6A506",/*应用的标识,创建应用时自动生成,勿手动修改*/ 4 | "name": "CSS3_1",/*应用名称,程序桌面图标名称*/ 5 | "version": { 6 | "name": "1.0",/*应用版本名称*/ 7 | "code": "" 8 | }, 9 | "description": "",/*应用描述信息*/ 10 | "icons": { 11 | "72": "icon.png" 12 | }, 13 | "launch_path": "index.html",/*应用的入口页面,默认为根目录下的index.html;支持网络地址,必须以http://或https://开头*/ 14 | "developer": { 15 | "name": "",/*开发者名称*/ 16 | "email": "",/*开发者邮箱地址*/ 17 | "url": ""/*开发者个人主页地址*/ 18 | }, 19 | "permissions": { 20 | "Accelerometer": { 21 | "description": "访问加速度感应器" 22 | }, 23 | "Audio": { 24 | "description": "访问麦克风" 25 | }, 26 | "Messaging":{ 27 | "description": "短彩邮件插件" 28 | }, 29 | "Cache": { 30 | "description": "管理应用缓存" 31 | }, 32 | "Camera": { 33 | "description": "访问摄像头" 34 | }, 35 | "Console": { 36 | "description": "跟踪调试输出日志" 37 | }, 38 | "Contacts": { 39 | "description": "访问系统联系人信息" 40 | }, 41 | "Device": { 42 | "description": "访问设备信息" 43 | }, 44 | "Downloader": { 45 | "description": "文件下载管理" 46 | }, 47 | "Events": { 48 | "description": "应用扩展事件" 49 | }, 50 | "File": { 51 | "description": "访问本地文件系统" 52 | }, 53 | "Gallery": { 54 | "description": "访问系统相册" 55 | }, 56 | "Geolocation": { 57 | "description": "访问位置信息" 58 | }, 59 | "Invocation": { 60 | "description": "使用Native.js能力" 61 | }, 62 | "Orientation": { 63 | "description": "访问方向感应器" 64 | }, 65 | "Proximity": { 66 | "description": "访问距离感应器" 67 | }, 68 | "Storage": { 69 | "description": "管理应用本地数据" 70 | }, 71 | 72 | "Uploader": { 73 | "description": "管理文件上传任务" 74 | }, 75 | "Runtime": { 76 | "description": "访问运行期环境" 77 | }, 78 | "XMLHttpRequest": { 79 | "description": "跨域网络访问" 80 | }, 81 | "Zip": { 82 | "description": "文件压缩与解压缩" 83 | }, 84 | "Barcode": { 85 | "description": "管理二维码扫描插件" 86 | }, 87 | "Maps": { 88 | "description": "管理地图插件" 89 | }, 90 | "Speech": { 91 | "description": "管理语音识别插件" 92 | }, 93 | "Webview":{ 94 | "description": "窗口管理" 95 | }, 96 | "NativeUI":{ 97 | "description": "原生UI控件" 98 | }, 99 | "Navigator":{ 100 | "description": "浏览器信息" 101 | }, 102 | "NativeObj":{ 103 | "description": "原生对象" 104 | } 105 | }, 106 | "plus": { 107 | "splashscreen": { 108 | "autoclose": true,/*是否自动关闭程序启动界面,true表示应用加载应用入口页面后自动关闭;false则需调plus.navigator.closeSplashscreen()关闭*/ 109 | "waiting": true/*是否在程序启动界面显示等待雪花,true表示显示,false表示不显示。*/ 110 | }, 111 | "popGesture": "close",/*设置应用默认侧滑返回关闭Webview窗口,"none"为无侧滑返回功能,"hide"为侧滑隐藏Webview窗口。参考http://ask.dcloud.net.cn/article/102*/ 112 | "runmode": "normal",/*应用的首次启动运行模式,可取liberate或normal,liberate模式在第一次启动时将解压应用资源(Android平台File API才可正常访问_www目录)*/ 113 | "signature": "Sk9JTiBVUyBtYWlsdG86aHIyMDEzQGRjbG91ZC5pbw==",/*可选,保留给应用签名,暂不使用*/ 114 | "distribute": { 115 | "apple": { 116 | "appid": "",/*iOS应用标识,苹果开发网站申请的appid,如io.dcloud.HelloH5*/ 117 | "mobileprovision": "",/*iOS应用打包配置文件*/ 118 | "password": "",/*iOS应用打包个人证书导入密码*/ 119 | "p12": "",/*iOS应用打包个人证书,打包配置文件关联的个人证书*/ 120 | "devices": "universal",/*iOS应用支持的设备类型,可取值iphone/ipad/universal*/ 121 | "frameworks":[ 122 | ]/*调用Native.js调用原生Objective-c API需要引用的FrameWork,如需调用GameCenter,则添加"GameKit.framework"*/ 123 | }, 124 | "google": { 125 | "packagename": "",/*Android应用包名,如io.dcloud.HelloH5*/ 126 | "keystore": "",/*Android应用打包使用的密钥库文件*/ 127 | "password": "",/*Android应用打包使用密钥库中证书的密码*/ 128 | "aliasname": "",/*Android应用打包使用密钥库中证书的别名*/ 129 | "permissions": ["","","","","","","","","","","","","","","","","","","","","",""] 130 | /*使用Native.js调用原生安卓API需要使用到的系统权限*/ 131 | }, 132 | "orientation": [ 133 | "portrait-primary" 134 | ],/*应用支持的方向,portrait-primary:竖屏正方向;portrait-secondary:竖屏反方向;landscape-primary:横屏正方向;landscape-secondary:横屏反方向*/ 135 | "icons": { 136 | "ios": { 137 | "prerendered": true, /*应用图标是否已经高亮处理,在iOS6及以下设备上有效*/ 138 | "auto": "", /*应用图标,分辨率:512x512,用于自动生成各种尺寸程序图标*/ 139 | "iphone": { 140 | "normal": "", /*iPhone3/3GS程序图标,分辨率:57x57*/ 141 | "retina": "", /*iPhone4程序图标,分辨率:114x114*/ 142 | "retina7": "", /*iPhone4S/5/6程序图标,分辨率:120x120*/ 143 | "retina8": "", /*iPhone6 Plus程序图标,分辨率:180x180*/ 144 | "spotlight-normal": "", /*iPhone3/3GS Spotlight搜索程序图标,分辨率:29x29*/ 145 | "spotlight-retina": "", /*iPhone4 Spotlight搜索程序图标,分辨率:58x58*/ 146 | "spotlight-retina7": "", /*iPhone4S/5/6 Spotlight搜索程序图标,分辨率:80x80*/ 147 | "settings-normal": "", /*iPhone4设置页面程序图标,分辨率:29x29*/ 148 | "settings-retina": "", /*iPhone4S/5/6设置页面程序图标,分辨率:58x58*/ 149 | "settings-retina8": "" /*iPhone6Plus设置页面程序图标,分辨率:87x87*/ 150 | }, 151 | "ipad": { 152 | "normal": "", /*iPad普通屏幕程序图标,分辨率:72x72*/ 153 | "retina": "", /*iPad高分屏程序图标,分辨率:144x144*/ 154 | "normal7": "", /*iPad iOS7程序图标,分辨率:76x76*/ 155 | "retina7": "", /*iPad iOS7高分屏程序图标,分辨率:152x152*/ 156 | "spotlight-normal": "", /*iPad Spotlight搜索程序图标,分辨率:50x50*/ 157 | "spotlight-retina": "", /*iPad高分屏Spotlight搜索程序图标,分辨率:100x100*/ 158 | "spotlight-normal7": "",/*iPad iOS7 Spotlight搜索程序图标,分辨率:40x40*/ 159 | "spotlight-retina7": "",/*iPad iOS7高分屏Spotlight搜索程序图标,分辨率:80x80*/ 160 | "settings-normal": "",/*iPad设置页面程序图标,分辨率:29x29*/ 161 | "settings-retina": "" /*iPad高分屏设置页面程序图标,分辨率:58x58*/ 162 | } 163 | }, 164 | "android": { 165 | "mdpi": "", /*普通屏程序图标,分辨率:48x48*/ 166 | "ldpi": "", /*大屏程序图标,分辨率:48x48*/ 167 | "hdpi": "", /*高分屏程序图标,分辨率:72x72*/ 168 | "xhdpi": "",/*720P高分屏程序图标,分辨率:96x96*/ 169 | "xxhdpi": ""/*1080P 高分屏程序图标,分辨率:144x144*/ 170 | } 171 | }, 172 | "splashscreen": { 173 | "ios": { 174 | "iphone": { 175 | "default": "", /*iPhone3启动图片选,分辨率:320x480*/ 176 | "retina35": "",/*3.5英寸设备(iPhone4)启动图片,分辨率:640x960*/ 177 | "retina40": "",/*4.0 英寸设备(iPhone5/iPhone5s)启动图片,分辨率:640x1136*/ 178 | "retina47": "",/*4.7 英寸设备(iPhone6)启动图片,分辨率:750x1334*/ 179 | "retina55": "",/*5.5 英寸设备(iPhone6 Plus)启动图片,分辨率:1242x2208*/ 180 | "retina55l": ""/*5.5 英寸设备(iPhone6 Plus)横屏启动图片,分辨率:2208x1242*/ 181 | }, 182 | "ipad": { 183 | "portrait": "", /*iPad竖屏启动图片,分辨率:768x1004*/ 184 | "portrait-retina": "",/*iPad高分屏竖屏图片,分辨率:1536x2008*/ 185 | "landscape": "", /*iPad横屏启动图片,分辨率:1024x748*/ 186 | "landscape-retina": "", /*iPad高分屏横屏启动图片,分辨率:2048x1496*/ 187 | "portrait7": "", /*iPad iOS7竖屏启动图片,分辨率:768x1024*/ 188 | "portrait-retina7": "",/*iPad iOS7高分屏竖屏图片,分辨率:1536x2048*/ 189 | "landscape7": "", /*iPad iOS7横屏启动图片,分辨率:1024x768*/ 190 | "landscape-retina7": ""/*iPad iOS7高分屏横屏启动图片,分辨率:2048x1536*/ 191 | } 192 | }, 193 | "android": { 194 | "mdpi": "", /*普通屏启动图片,分辨率:240x282*/ 195 | "ldpi": "", /*大屏启动图片,分辨率:320x442*/ 196 | "hdpi": "", /*高分屏启动图片,分辨率:480x762*/ 197 | "xhdpi": "", /*720P高分屏启动图片,分辨率:720x1242*/ 198 | "xxhdpi": ""/*1080P高分屏启动图片,分辨率:1080x1882*/ 199 | } 200 | } 201 | } 202 | } 203 | } -------------------------------------------------------------------------------- /文档/CSS3+CSS2参考手册_最好.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/文档/CSS3+CSS2参考手册_最好.chm -------------------------------------------------------------------------------- /文档/CSS3.0(腾讯ISD版).chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/文档/CSS3.0(腾讯ISD版).chm -------------------------------------------------------------------------------- /文档/css2.0中文手册.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangguo5/CSS_1_1/821d342322277d6e257b87e169d37e4a7dd6e14c/文档/css2.0中文手册.chm --------------------------------------------------------------------------------