├── README.md └── zhen ├── .project ├── active.html ├── css ├── active.css ├── bootstrap.min.css ├── details.css ├── forgetpassword.css ├── goods.css ├── index.css ├── login.css ├── regsiter.css └── shoppingCar.css ├── details.html ├── forgetpassword.html ├── goods.html ├── html ├── Login.html ├── regsiter.html └── shoppingCar.html ├── img ├── active │ ├── app_0011.png │ ├── app_bj.jpg │ ├── forget1.png │ └── forget2.png ├── details │ ├── Thumbs.db │ ├── bigPic.jpg │ ├── btn.png │ ├── inputbg.png │ ├── inputbgjoinU.png │ ├── list1.jpg │ ├── list2.jpg │ ├── list3.jpg │ ├── list4.jpg │ ├── list5.jpg │ ├── nolPic.png │ ├── pic1.jpg │ ├── promise.jpg │ ├── smallbg.png │ ├── 怎么处理获取的html类型的数值_百度搜索.html │ └── 怎么处理获取的html类型的数值_百度搜索_files │ │ ├── 1c5d7b26-f3f0-4dd7-a025-8c79809fecac.js │ │ ├── all_async_search_04d7113c.js │ │ ├── baidu_jgylogo3.gif │ │ ├── bd_logo1.png │ │ ├── image │ │ ├── jquery-1.10.2.min_f2fb5194.js │ │ ├── message_a30a6a18.css │ │ ├── soutu_1815c820.css │ │ ├── swfobject_c1c7185a.js │ │ ├── tu_b49ee11b.js │ │ ├── u=1534386079,1405913472&fm=58 │ │ ├── u=1694586491,2468424263&fm=58 │ │ ├── u=1889789971,2360758735&fm=58 │ │ ├── u=2146329474,3219793751&fm=58 │ │ ├── u=2594131029,3975287347&fm=96&s=39A89C1A498740CACC75D8DA020010B1 │ │ ├── u=2707552067,2581545825&fm=58 │ │ ├── u=2819504303,2145532625&fm=58 │ │ ├── u=2823961627,3572677526&fm=58 │ │ ├── u=302236315,2929819625&fm=58 │ │ ├── u=3119509774,4018686573&fm=58 │ │ ├── u=3698914199,2548529224&fm=58 │ │ ├── u=377485971,2511685324&fm=58 │ │ ├── u=4050572454,1308783012&fm=96&s=80F0C532C99F60CA0CFC19D70200C0B2 │ │ └── u=827475507,1179720520&fm=58 ├── goods │ ├── Thumbs.db │ ├── ce.png │ ├── down.gif │ ├── meimei.png │ ├── pic1.jpg │ ├── pic2.jpg │ ├── pic3.JPG │ ├── pic4.jpg │ ├── pic5.JPG │ ├── pic6.JPG │ ├── right.png │ ├── up.gif │ ├── youjian.png │ └── zuojian.png ├── index │ ├── Appweb.png │ ├── Thumbs.db │ ├── all-brand.jpg │ ├── armani.jpg │ ├── bally.jpg │ ├── banner.jpg │ ├── banner1.jpg │ ├── bottega-veneta.jpg │ ├── burberry.jpg │ ├── chat.png │ ├── coach.jpg │ ├── ewm.png │ ├── foot_pic1.jpg │ ├── indexbag1.jpg │ ├── indexbag2.jpg │ ├── indexbag3.JPG │ ├── indexbag4.jpg │ ├── indexbag5.jpg │ ├── pianyi.png │ ├── searchPic.png │ ├── shoppingPic.png │ ├── top.jpg │ ├── xianhuo.png │ ├── z-zegna.jpg │ ├── zhengpin.png │ ├── zpg_time.jpg │ └── zpg_wximg.jpg ├── login │ ├── PassPic.png │ ├── Thumbs.db │ ├── UserPic.png │ ├── bg.jpg │ ├── headerLi1.png │ ├── headerLi2.png │ ├── headerLi3.png │ ├── loginLog.png │ └── tu.jpg └── shoppingCar │ ├── 123.png │ ├── Thumbs.db │ ├── laba.png │ └── time.png ├── index.html └── js ├── bootstrap.min.js ├── goods.js ├── goods.json └── goods.json ├── indexJson ├── logo.json └── nav.json ├── jquery-1.12.0.js ├── jquery-1.7.2.js ├── jquery.metadata.js ├── jquery.validate.js ├── messages.js └── swiper.min.js /README.md: -------------------------------------------------------------------------------- 1 | # zhen-website 2 | - 纯静态 3 | - 电商网站 4 | -------------------------------------------------------------------------------- /zhen/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | zhen 4 | Create By HBuilder 5 | 6 | 7 | 8 | 9 | com.aptana.ide.core.unifiedBuilder 10 | 11 | 12 | 13 | 14 | 15 | com.aptana.projects.webnature 16 | 17 | 18 | 19 | 1458546477234 20 | 21 | 10 22 | 23 | org.eclipse.ui.ide.orFilterMatcher 24 | 25 | 26 | org.eclipse.ui.ide.multiFilter 27 | 1.0-projectRelativePath-matches-false-false-bin 28 | 29 | 30 | org.eclipse.ui.ide.multiFilter 31 | 1.0-projectRelativePath-matches-false-false-setting 32 | 33 | 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /zhen/active.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 64 | 65 | 66 |
67 | 68 |
69 | 70 |
71 |
72 |
73 | 74 |
75 | 177 |
178 | 179 |
180 |
181 |
182 | 183 | 184 | 185 | 186 | 187 |
188 | 255 |
256 | 257 |
258 |
259 |

企业客户| 260 | 关于我们| 261 | 联系我们| 262 | 人才招聘| 263 | 企业客户| 264 | 合作伙伴| 265 |

266 |

京ICP证110290号 | 京ICP备11014626号-5 | 京公网安备11010502025723号 | 食品流通许可证SP1101121310106363(1-1) | 出版物经营许可证 新出发京批字第直130121号

267 | 268 |
269 |
270 | 271 | 272 | -------------------------------------------------------------------------------- /zhen/css/active.css: -------------------------------------------------------------------------------- 1 | html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; } 2 | 3 | fieldset, img { border:none; } 4 | 5 | img{display: block;} 6 | 7 | address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; } 8 | 9 | ul, ol { list-style:none; } 10 | body { color:#333;font:12px/20px "SimSun","宋体","Arial Narrow",HELVETICA; background:#fff;/* overflow-y:scroll;*/ overflow-x:hidden;} 11 | 12 | a { color:#666; text-decoration:none; } 13 | 14 | /*-----------Top-----------------*/ 15 | .ewm{ 16 | width: 100px; 17 | height: 152px; 18 | position: fixed; 19 | left:92%; 20 | } 21 | .outerTop{ 22 | width: 100%; 23 | height: 50px; 24 | background: #D50100; 25 | } 26 | .top{ 27 | width: 990px; 28 | height: 50px; 29 | margin: 0 auto; 30 | } 31 | /*-------------------nav----------------------*/ 32 | .outerNav{ 33 | width: 100%; 34 | min-height: 113px;height: auto!important;height: 113px;/*高宽自适应*/ 35 | 36 | } 37 | .nav{ 38 | width:1190px; 39 | height: 101px; 40 | margin: 0 auto; 41 | padding-top: 12px; 42 | } 43 | .nav_left,.nav_middle,.nav_right{ 44 | float: left; 45 | } 46 | 47 | 48 | .nav_left{ 49 | width: 434px; 50 | height: 90px; 51 | padding-top: 11px; 52 | padding-left: 11px; 53 | position: relative; 54 | 55 | } 56 | .nav_left .youhui{ 57 | display: block; 58 | margin-bottom: 25px; 59 | margin-left: 15px; 60 | } 61 | .navNavLeft>li{ 62 | float: left; 63 | height: 41px; 64 | text-align: center; 65 | 66 | } 67 | .navNavLeft>li>a{ 68 | display: block; 69 | margin:0 15px; 70 | height: 31px; 71 | line-height: 31px; 72 | 73 | } 74 | .navNavLeft>li:hover{ 75 | border-bottom:3px solid #D50100; 76 | } 77 | 78 | /*显示菜单*/ 79 | #left1,#left2,#left3,#left4{ 80 | position: absolute; 81 | left: 0px; 82 | top: 100px; 83 | width: 1150px; 84 | height: 352px; 85 | padding: 18px 20px 18px; 86 | background: white; 87 | opacity: 0.3; 88 | filter:alpha(opacity=30); 89 | display: none; 90 | } 91 | #left1 a:hover,#left2 a:hover,#left3 a:hover,#left4 a:hover{ 92 | color: red; 93 | } 94 | 95 | 96 | 97 | #left1 ul,#left2 ul,#left3 ul,#left4 ul{ 98 | padding: 0 30px 0 30px; 99 | height: 332px; 100 | margin: 2px 0 17px; 101 | width: 166px; 102 | float: left; 103 | 104 | } 105 | .header{ 106 | width: 150px; 107 | border-bottom: 1px solid white; 108 | text-align: left; 109 | 110 | } 111 | 112 | 113 | 114 | 115 | .nav_middle a{ 116 | text-align: center; 117 | display: block; 118 | width:94px; 119 | height: 50px; 120 | color: red; 121 | 122 | margin: 24px 100px; 123 | 124 | } 125 | .nav_middle a span{ 126 | font-size: 40px; 127 | font-family: "黑体"; 128 | } 129 | .nav_middle a p{ 130 | font-family: "微软雅黑"; 131 | } 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | .nav_right{ 140 | width: 450px; 141 | height: 77px; 142 | margin-top: 12px; 143 | 144 | } 145 | .nav_right ul{ 146 | width: 200px; 147 | height: 21px; 148 | margin-left: 250px; 149 | 150 | } 151 | .nav_right li{ 152 | float: left; 153 | } 154 | .nav_right li a{ 155 | display: inline-block; 156 | width: 48px; 157 | height: 15px; 158 | text-align: center; 159 | } 160 | #shoppingCar{ 161 | width:19px ; 162 | height: 20px; 163 | background: url(../img/index/shoppingPic.png); 164 | } 165 | #shoppingNum{ 166 | color: red; 167 | font-size: 15px; 168 | } 169 | 170 | 171 | .nav_right div{ 172 | border: 1px solid gainsboro; 173 | border-radius: 6%; 174 | width: 320px; 175 | height: 34px; 176 | padding-left: 10px; 177 | margin:20px 0 0 116px; 178 | 179 | } 180 | .nav_right #searchShopping{ 181 | width: 282px; 182 | height: 31px; 183 | float: left; 184 | border: 0; 185 | outline: 0; 186 | } 187 | .nav_right #searchPic{ 188 | width: 36px; 189 | height: 33px; 190 | float: left; 191 | border: 0; 192 | outline: 0; 193 | background: url(../img/index/searchPic.png); 194 | } 195 | 196 | /*==================main===================*/ 197 | .main{width: 100%;height: 752px;background: url(../img/active/app_bj.jpg);padding-top: 100px;} 198 | .mainPic img{margin:0 auto;} 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | /*------------------------other-------------------------*/ 211 | .outerOther{width: 100%;background: #F8F8F8;height: 500px;border-top: 2px solid silver;margin-top: 50px;} 212 | .footer{ 213 | width: 1190px; 214 | height: 350px; 215 | margin: 0 auto; 216 | padding-top: 50px; 217 | } 218 | .footerLeft{ 219 | width: 750px; 220 | height: 300px; 221 | margin-right: 80px; 222 | float: left; 223 | padding-left: 10px; 224 | } 225 | .footerLeft .footerLeftTop{ 226 | width: 750px; 227 | height: 71px; 228 | margin-bottom: 30px; 229 | } 230 | .footerLeftTop>a{ 231 | display: inline-block; 232 | width: 206px; 233 | height: 71px; 234 | float: left; 235 | margin-right: 40px; 236 | } 237 | .link1{ 238 | background: url(../img/index/pianyi.png); 239 | } 240 | .link2{ 241 | background: url(../img/index/xianhuo.png); 242 | } 243 | .link3{ 244 | background:url(../img/index/zhengpin.png); 245 | } 246 | .footerLeftBotton>li{ 247 | width: 122px; 248 | height: 192px; 249 | float: left; 250 | margin-right: 20px; 251 | } 252 | .footerLeftBotton li a{ 253 | display: block; 254 | width: 122px; 255 | height: 36px; 256 | line-height: 36px; 257 | } 258 | .footerLeftBotton li a:hover{ 259 | color: red; 260 | } 261 | 262 | strong{ 263 | display: block; 264 | height: 43px; 265 | font-size: 16px; 266 | border-bottom: 2px solid silver; 267 | } 268 | 269 | 270 | 271 | 272 | 273 | .footerRight{ 274 | width: 350px; 275 | height: 320px; 276 | float: left; 277 | } 278 | .footerRightLeft{ 279 | width: 132px; 280 | height: 320px; 281 | float: left; 282 | margin-right: 50px; 283 | 284 | } 285 | .footerRightLeft .jju1{ 286 | font-size: 20px; 287 | text-align: center; 288 | } 289 | .footerRightLeft .jju2{ 290 | background: url(../img/index/Appweb.png) no-repeat 15px 0; 291 | width: 132px; 292 | height: 41px; 293 | padding-top: 40px; 294 | margin-top: 50px; 295 | } 296 | .footerRightLeft .jju2 p{ 297 | text-align: center; 298 | } 299 | .footerRightLeft .jju3{ 300 | margin: 20px 19px; 301 | } 302 | 303 | .footerRightRight{ 304 | width: 168px; 305 | height: 320px; 306 | float: left; 307 | 308 | } 309 | .footerRightRight .ccu1{ 310 | font-size: 20px; 311 | text-align: center; 312 | } 313 | .footerRightRight .ccu2{ 314 | background: url(../img/index/chat.png) no-repeat 31px 10px; 315 | width: 70px; 316 | height: 38px; 317 | padding-top:12px; 318 | padding-left: 62px; 319 | margin-top: 50px; 320 | } 321 | .footerRightRight .ccu3{ 322 | margin: 60px 19px; 323 | } 324 | /*---------------------bottom-----------------*/ 325 | .outerBottom{ 326 | width: 100%; 327 | height: 80px; 328 | background: black; 329 | } 330 | .bottom{ 331 | width: 1190px; 332 | height: 70px; 333 | padding: 10px; 334 | margin: 0 auto; 335 | } 336 | .bottom div{ 337 | text-align: center; 338 | } -------------------------------------------------------------------------------- /zhen/css/details.css: -------------------------------------------------------------------------------- 1 | html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; } 2 | 3 | fieldset, img { border:none; } 4 | 5 | img{display: block;} 6 | 7 | address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; } 8 | 9 | ul, ol { list-style:none; } 10 | body { color:#333;font:12px/20px "SimSun","宋体","Arial Narrow",HELVETICA; background:#fff;/* overflow-y:scroll;*/ overflow-x:hidden;} 11 | 12 | a { color:#666; text-decoration:none; } 13 | 14 | /*-----------Top-----------------*/ 15 | .ewm{ 16 | width: 100px; 17 | height: 152px; 18 | position: fixed; 19 | left:92%; 20 | } 21 | /*===================sidebar============*/ 22 | .sidebar{width: 50px;height: 340px;position: fixed;top: 200px;right: 10px;z-index: 100;} 23 | .fuck{width: 51px;height: 53px;background: url(../img/goods/right.png);border-bottom: 1px solid #E6E6E6;} 24 | .sidebar_ul{width: 50px;} 25 | .sidebar_ul li{height: 36px;position: relative;} 26 | .sidebar_ul li a{cursor: pointer;display: block;width: 50px;height:36px;} 27 | #sidebar1{display:block;cursor: pointer;background: url(../img/goods/right.png) no-repeat 0 -53px;z-index: 9999;} 28 | #sidebar1:hover{background: url(../img/goods/right.png) no-repeat -58px -53px;} 29 | #sidebar2{background: url(../img/goods/right.png) no-repeat 0 -90px;} 30 | #sidebar2:hover{background: url(../img/goods/right.png) no-repeat -58px -90px;} 31 | #sidebar3{background: url(../img/goods/right.png) no-repeat 0 -127px;} 32 | #sidebar3:hover{background: url(../img/goods/right.png) no-repeat -58px -127px;} 33 | #sidebar4{background: url(../img/goods/right.png) no-repeat 0 -164px;border-bottom: 1px solid #E6E6E6;} 34 | #sidebar4:hover{background: url(../img/goods/right.png) no-repeat -58px -164px;} 35 | #sidebar5{margin-top: 5px;background: url(../img/goods/right.png) no-repeat 0px -205px;border-bottom: 1px solid #E6E6E6;} 36 | #sidebar5:hover{background: url(../img/goods/right.png) no-repeat -58px -205px;} 37 | #sidebar6:hover{background: url(../img/goods/right.png) -58px -251px;} 38 | #sidebar6{margin-top: 5px;background: url(../img/goods/right.png) no-repeat 0 -251px;border-bottom: 1px solid #E6E6E6;} 39 | #sidebar7{margin-top: 5px;background: url(../img/goods/right.png) no-repeat 0 -297px;border-bottom: 1px solid #E6E6E6;} 40 | #sidebar7:hover{background: url(../img/goods/right.png) no-repeat -58px -297px;} 41 | 42 | .whichNeed{width: 110px;height: 33px;background: url(../img/goods/right.png) no-repeat 0 -506px;display: none; 43 | font-size: 15px;text-align: center;line-height: 33px;color: orange;font-weight:800;position: absolute;left: 0;top: 0;z-index: -999;} 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | .outerTop{ 56 | width: 100%; 57 | height: 50px; 58 | background: #D50100; 59 | } 60 | .top{ 61 | width: 990px; 62 | height: 50px; 63 | margin: 0 auto; 64 | } 65 | /*-------------------nav----------------------*/ 66 | .outerNav{ 67 | width: 100%; 68 | min-height: 113px;height: auto!important;height: 113px;/*高宽自适应*/ 69 | border-bottom: 1px solid silver; 70 | 71 | } 72 | .nav{ 73 | width:1190px; 74 | height: 101px; 75 | margin: 0 auto; 76 | padding-top: 12px; 77 | } 78 | .nav_left,.nav_middle,.nav_right{ 79 | float: left; 80 | } 81 | 82 | 83 | .nav_left{ 84 | width: 434px; 85 | height: 90px; 86 | padding-top: 11px; 87 | padding-left: 11px; 88 | position: relative; 89 | 90 | } 91 | .nav_left .youhui{ 92 | display: block; 93 | margin-bottom: 25px; 94 | margin-left: 15px; 95 | } 96 | .navNavLeft>li{ 97 | float: left; 98 | height: 41px; 99 | text-align: center; 100 | 101 | } 102 | .navNavLeft>li>a{ 103 | display: block; 104 | margin:0 15px; 105 | height: 31px; 106 | line-height: 31px; 107 | 108 | } 109 | .navNavLeft>li:hover{ 110 | border-bottom:3px solid #D50100; 111 | } 112 | 113 | /*显示菜单*/ 114 | #left1,#left2,#left3,#left4{ 115 | position: absolute; 116 | left: 0px; 117 | top: 100px; 118 | width: 1150px; 119 | height: 352px; 120 | padding: 18px 20px 18px; 121 | background: black; 122 | opacity: 0.8; 123 | filter:alpha(opacity=80); 124 | display: none; 125 | } 126 | #left1 a:hover,#left2 a:hover,#left3 a:hover,#left4 a:hover{ 127 | color: red; 128 | } 129 | #left1 ul,#left2 ul,#left3 ul,#left4 ul{ 130 | padding: 0 30px 0 30px; 131 | height: 332px; 132 | margin: 2px 0 17px; 133 | width: 166px; 134 | float: left; 135 | 136 | } 137 | .header{ 138 | width: 150px; 139 | border-bottom: 1px solid white; 140 | text-align: left; 141 | 142 | } 143 | .nav_middle a{ 144 | text-align: center; 145 | display: block; 146 | width:94px; 147 | height: 50px; 148 | color: red; 149 | 150 | margin: 24px 100px; 151 | 152 | } 153 | .nav_middle a span{ 154 | font-size: 40px; 155 | font-family: "黑体"; 156 | } 157 | .nav_middle a p{ 158 | font-family: "微软雅黑"; 159 | } 160 | 161 | .nav_right{ 162 | width: 450px; 163 | height: 77px; 164 | margin-top: 12px; 165 | 166 | } 167 | .nav_right ul{ 168 | width: 200px; 169 | height: 21px; 170 | margin-left: 250px; 171 | 172 | } 173 | .nav_right li{ 174 | float: left; 175 | } 176 | .nav_right li a{ 177 | display: inline-block; 178 | width: 48px; 179 | height: 15px; 180 | text-align: center; 181 | } 182 | #shoppingCar{ 183 | width:19px ; 184 | height: 20px; 185 | background: url(../img/index/shoppingPic.png); 186 | } 187 | #shoppingNum{ 188 | color: red; 189 | font-size: 15px; 190 | } 191 | 192 | 193 | .nav_right div{ 194 | border: 1px solid gainsboro; 195 | border-radius: 6%; 196 | width: 320px; 197 | height: 34px; 198 | padding-left: 10px; 199 | margin:20px 0 0 116px; 200 | 201 | } 202 | .nav_right #searchShopping{ 203 | width: 282px; 204 | height: 31px; 205 | float: left; 206 | border: 0; 207 | outline: 0; 208 | } 209 | .nav_right #searchPic{ 210 | width: 36px; 211 | height: 33px; 212 | float: left; 213 | border: 0; 214 | outline: 0; 215 | background: url(../img/index/searchPic.png); 216 | } 217 | 218 | /*===========tip================*/ 219 | .tip{width: 1190px;height: 38px;margin: 0 auto;line-height: 38px;} 220 | .tip>p>b{font-size: 16px;} 221 | /*===============main==========*/ 222 | .main{width:1190px;height: 589px;background: -red;margin: 0 auto;} 223 | .main_left{width: 560px;height: 556px;float: left;} 224 | .smallPic{width: 48px;height: 395px;float: left;} 225 | .smallPic li{width: 46px;height: 69px;border: 1px solid silver;margin-bottom: 10px;opacity: 0.5; 226 | filter:alpha(opacity=50);} 227 | #smallPic1{background: url(../img/details/list1.jpg) no-repeat center;} 228 | #smallPic2{background: url(../img/details/list2.jpg) no-repeat center;} 229 | #smallPic3{background: url(../img/details/list3.jpg) no-repeat center;} 230 | #smallPic4{background: url(../img/details/list4.jpg) no-repeat center;} 231 | #smallPic5{background: url(../img/details/list5.jpg) no-repeat center;margin-bottom: 0px;} 232 | #shang{height: 20px;background: url(../img/details/btn.png) no-repeat;margin-bottom:0px ;} 233 | #xia{height: 20px;background: url(../img/details/btn.png) no-repeat;} 234 | #div1 { width: 340px; height: 600px; position: relative;float: left;margin-left: 50px; } 235 | 236 | #div1 .small_pic { width: 340px; height:450px; background: #eee; position: relative;border: 1px solid #ccc; } 237 | #div1 .float_layer { width: 150px; height: 150px; border: 1px solid #000; background: #fff; filter: alpha(opacity: 30); opacity: 0.3; position: absolute; top: 0; left: 0; display:none; } 238 | #div1 .mark {width:100%; height:100%; position:absolute; z-index:2; left:0px; top:0px; background:red; filter:alpha(opacity:0); opacity:0;} 239 | #div1 .big_pic { position: absolute; top: -1px; left: 350px; width:450px; height:500px; overflow:hidden; border:2px solid #CCC; display:none; } 240 | #div1 .big_pic img { position:absolute; top: -30px; left: -80px; } 241 | 242 | .share{width: 320px;height: 26px;margin-top: 20px;} 243 | .sharePic{display: inline-block;height: 26px;width: 270px;background: url(../img/details/smallbg.png) no-repeat;} 244 | 245 | 246 | .main_right{width: 630px;height: 562px;float: left;} 247 | .thisMsgOne{height: 61px;} 248 | .thisMsgOne p{font-size: 21px;font-weight: 800;} 249 | .thisMsgOne span{font-size:15px} 250 | .thisTwo{height: 45px;} 251 | .rigthTitle{display: inline-block;margin-right: 40px;} 252 | .zhenpinPrice{color: red;font-size: 16px;display: inline-block;margin-right: 20px;} 253 | .thisThree{height: 120px;border-top: 1px solid #E6E6E6;border-bottom: 1px solid #E6E6E6; 254 | padding-top: 40px;} 255 | #num{width: 50px;} 256 | .thisfour{height: 36px;margin-top: 20px;} 257 | #buyNow{width: 145px;height:36px;background: #FF4D00;color: white;border-radius: 2px;border: 0;margin-right: 20px;} 258 | #joinShoppingCar{width: 145px;height:36px;background: #EE783D url(../img/details/inputbg.png) no-repeat 16px 5px;color: white;border-radius: 2px;border: 0;margin-right: 20px;} 259 | #joinUlike{width: 115px;height: 36px;background: #F9F9F9 url(../img/details/inputbgjoinU.png) no-repeat 13px 7px;color: black;border: 0;} 260 | .thisfive{height: 105px;background: url(../img/details/promise.jpg) no-repeat;margin-top: 30px;} 261 | #buyNow:hover{filter: alpha(opacity:80); opacity: 0.8;} 262 | #joinShoppingCar:hover{background-color:#FF4D00 ;} 263 | #joinUlike:hover{border: 1px solid #E6E6E6;} 264 | 265 | 266 | /*========================tab=========================*/ 267 | .tab{width: 990px;height: 1064px;margin: 0 auto;border: 1px solid #D9D9D9;} 268 | .tab_top{height: 40px;background: #ECE9D8;} 269 | .tab_top div{float: left;width: 163px;height: 38px;text-align: center;line-height: 38px;font-size:15px;border-right: 1px solid #D9D9D9;} 270 | .tab_content1,.tab_content2,.tab_content3{height:1000px;display: none;} 271 | .clickShow{background: white;border-bottom: 1px solid red;} 272 | 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | /*------------------------other-------------------------*/ 300 | .outerOther{width: 100%;background: #F8F8F8;height: 500px;border-top: 2px solid silver;margin-top: 50px;} 301 | .footer{ 302 | width: 1190px; 303 | height: 350px; 304 | margin: 0 auto; 305 | padding-top: 50px; 306 | } 307 | .footerLeft{ 308 | width: 750px; 309 | height: 300px; 310 | margin-right: 80px; 311 | float: left; 312 | padding-left: 10px; 313 | } 314 | .footerLeft .footerLeftTop{ 315 | width: 750px; 316 | height: 71px; 317 | margin-bottom: 30px; 318 | } 319 | .footerLeftTop>a{ 320 | display: inline-block; 321 | width: 206px; 322 | height: 71px; 323 | float: left; 324 | margin-right: 40px; 325 | } 326 | .link1{ 327 | background: url(../img/index/pianyi.png); 328 | } 329 | .link2{ 330 | background: url(../img/index/xianhuo.png); 331 | } 332 | .link3{ 333 | background:url(../img/index/zhengpin.png); 334 | } 335 | .footerLeftBotton>li{ 336 | width: 122px; 337 | height: 192px; 338 | float: left; 339 | margin-right: 20px; 340 | } 341 | .footerLeftBotton li a{ 342 | display: block; 343 | width: 122px; 344 | height: 36px; 345 | line-height: 36px; 346 | } 347 | .footerLeftBotton li a:hover{ 348 | color: red; 349 | } 350 | 351 | strong{ 352 | display: block; 353 | height: 43px; 354 | font-size: 16px; 355 | border-bottom: 2px solid silver; 356 | } 357 | 358 | 359 | 360 | 361 | 362 | .footerRight{ 363 | width: 350px; 364 | height: 320px; 365 | float: left; 366 | } 367 | .footerRightLeft{ 368 | width: 132px; 369 | height: 320px; 370 | float: left; 371 | margin-right: 50px; 372 | 373 | } 374 | .footerRightLeft .jju1{ 375 | font-size: 20px; 376 | text-align: center; 377 | } 378 | .footerRightLeft .jju2{ 379 | background: url(../img/index/Appweb.png) no-repeat 15px 0; 380 | width: 132px; 381 | height: 41px; 382 | padding-top: 40px; 383 | margin-top: 50px; 384 | } 385 | .footerRightLeft .jju2 p{ 386 | text-align: center; 387 | } 388 | .footerRightLeft .jju3{ 389 | margin: 20px 19px; 390 | } 391 | 392 | .footerRightRight{ 393 | width: 168px; 394 | height: 320px; 395 | float: left; 396 | 397 | } 398 | .footerRightRight .ccu1{ 399 | font-size: 20px; 400 | text-align: center; 401 | } 402 | .footerRightRight .ccu2{ 403 | background: url(../img/index/chat.png) no-repeat 31px 10px; 404 | width: 70px; 405 | height: 38px; 406 | padding-top:12px; 407 | padding-left: 62px; 408 | margin-top: 50px; 409 | } 410 | .footerRightRight .ccu3{ 411 | margin: 60px 19px; 412 | } 413 | /*---------------------bottom-----------------*/ 414 | .outerBottom{ 415 | width: 100%; 416 | height: 80px; 417 | background: black; 418 | } 419 | .bottom{ 420 | width: 1190px; 421 | height: 70px; 422 | padding: 10px; 423 | margin: 0 auto; 424 | } 425 | .bottom div{ 426 | text-align: center; 427 | } 428 | 429 | 430 | 431 | 432 | 433 | 434 | -------------------------------------------------------------------------------- /zhen/css/forgetpassword.css: -------------------------------------------------------------------------------- 1 | html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; } 2 | 3 | fieldset, img { border:none; } 4 | 5 | img{display: block;} 6 | 7 | address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; } 8 | 9 | ul, ol { list-style:none; } 10 | body { color:#333;font:12px/20px "SimSun","宋体","Arial Narrow",HELVETICA; background:#fff;/* overflow-y:scroll;*/ overflow-x:hidden;} 11 | 12 | a { color:#666; text-decoration:none; } 13 | 14 | /*-----------Top-----------------*/ 15 | .ewm{ 16 | width: 100px; 17 | height: 152px; 18 | position: fixed; 19 | left:92%; 20 | } 21 | .outerTop{ 22 | width: 100%; 23 | height: 50px; 24 | background: #D50100; 25 | } 26 | .top{ 27 | width: 990px; 28 | height: 50px; 29 | margin: 0 auto; 30 | } 31 | /*-------------------nav----------------------*/ 32 | .outerNav{ 33 | width: 100%; 34 | min-height: 113px;height: auto!important;height: 113px;/*高宽自适应*/ 35 | 36 | } 37 | .nav{ 38 | width:1190px; 39 | height: 101px; 40 | margin: 0 auto; 41 | padding-top: 12px; 42 | } 43 | .nav_left,.nav_middle,.nav_right{ 44 | float: left; 45 | } 46 | 47 | 48 | .nav_left{ 49 | width: 434px; 50 | height: 90px; 51 | padding-top: 11px; 52 | padding-left: 11px; 53 | position: relative; 54 | 55 | } 56 | .nav_left .youhui{ 57 | display: block; 58 | margin-bottom: 25px; 59 | margin-left: 15px; 60 | } 61 | .navNavLeft>li{ 62 | float: left; 63 | height: 41px; 64 | text-align: center; 65 | 66 | } 67 | .navNavLeft>li>a{ 68 | display: block; 69 | margin:0 15px; 70 | height: 31px; 71 | line-height: 31px; 72 | 73 | } 74 | .navNavLeft>li:hover{ 75 | border-bottom:3px solid #D50100; 76 | } 77 | 78 | /*显示菜单*/ 79 | #left1,#left2,#left3,#left4{ 80 | position: absolute; 81 | left: 0px; 82 | top: 100px; 83 | width: 1150px; 84 | height: 352px; 85 | padding: 18px 20px 18px; 86 | background: white; 87 | opacity: 0.3; 88 | filter:alpha(opacity=30); 89 | display: none; 90 | } 91 | #left1 a:hover,#left2 a:hover,#left3 a:hover,#left4 a:hover{ 92 | color: red; 93 | } 94 | 95 | 96 | 97 | #left1 ul,#left2 ul,#left3 ul,#left4 ul{ 98 | padding: 0 30px 0 30px; 99 | height: 332px; 100 | margin: 2px 0 17px; 101 | width: 166px; 102 | float: left; 103 | 104 | } 105 | .header{ 106 | width: 150px; 107 | border-bottom: 1px solid white; 108 | text-align: left; 109 | 110 | } 111 | 112 | 113 | 114 | 115 | .nav_middle a{ 116 | text-align: center; 117 | display: block; 118 | width:94px; 119 | height: 50px; 120 | color: red; 121 | 122 | margin: 24px 100px; 123 | 124 | } 125 | .nav_middle a span{ 126 | font-size: 40px; 127 | font-family: "黑体"; 128 | } 129 | .nav_middle a p{ 130 | font-family: "微软雅黑"; 131 | } 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | .nav_right{ 140 | width: 450px; 141 | height: 77px; 142 | margin-top: 12px; 143 | 144 | } 145 | .nav_right ul{ 146 | width: 200px; 147 | height: 21px; 148 | margin-left: 250px; 149 | 150 | } 151 | .nav_right li{ 152 | float: left; 153 | } 154 | .nav_right li a{ 155 | display: inline-block; 156 | width: 48px; 157 | height: 15px; 158 | text-align: center; 159 | } 160 | #shoppingCar{ 161 | width:19px ; 162 | height: 20px; 163 | background: url(../img/index/shoppingPic.png); 164 | } 165 | #shoppingNum{ 166 | color: red; 167 | font-size: 15px; 168 | } 169 | 170 | 171 | .nav_right div{ 172 | border: 1px solid gainsboro; 173 | border-radius: 6%; 174 | width: 320px; 175 | height: 34px; 176 | padding-left: 10px; 177 | margin:20px 0 0 116px; 178 | 179 | } 180 | .nav_right #searchShopping{ 181 | width: 282px; 182 | height: 31px; 183 | float: left; 184 | border: 0; 185 | outline: 0; 186 | } 187 | .nav_right #searchPic{ 188 | width: 36px; 189 | height: 33px; 190 | float: left; 191 | border: 0; 192 | outline: 0; 193 | background: url(../img/index/searchPic.png); 194 | } 195 | 196 | /*==================main===================*/ 197 | .main{ 198 | width: 988px; 199 | height: 498px; 200 | border: 1px solid #E6E6E6; 201 | margin: 0 auto; 202 | } 203 | .main .main_title{height: 38px;border-bottom: 1px solid #E6E6E6;background: #FAFAFA;padding-left: 10px;line-height: 38px;} 204 | .main_true{height: 126px;padding-left: 230px;padding-top: 140px;} 205 | #name{width: 223px;height: 34px;margin-bottom: 20px;} 206 | #checkma{width: 110px;height: 34px;} 207 | #nextweb{display: block;width: 112px;height: 26px;line-height: 26px;text-align: center;background: #FF4401;color: white;margin-top: 20px;} 208 | 209 | .sent{color: red;display: none;} 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 | /*------------------------other-------------------------*/ 218 | .outerOther{width: 100%;background: #F8F8F8;height: 500px;border-top: 2px solid silver;margin-top: 50px;} 219 | .footer{ 220 | width: 1190px; 221 | height: 350px; 222 | margin: 0 auto; 223 | padding-top: 50px; 224 | } 225 | .footerLeft{ 226 | width: 750px; 227 | height: 300px; 228 | margin-right: 80px; 229 | float: left; 230 | padding-left: 10px; 231 | } 232 | .footerLeft .footerLeftTop{ 233 | width: 750px; 234 | height: 71px; 235 | margin-bottom: 30px; 236 | } 237 | .footerLeftTop>a{ 238 | display: inline-block; 239 | width: 206px; 240 | height: 71px; 241 | float: left; 242 | margin-right: 40px; 243 | } 244 | .link1{ 245 | background: url(../img/index/pianyi.png); 246 | } 247 | .link2{ 248 | background: url(../img/index/xianhuo.png); 249 | } 250 | .link3{ 251 | background:url(../img/index/zhengpin.png); 252 | } 253 | .footerLeftBotton>li{ 254 | width: 122px; 255 | height: 192px; 256 | float: left; 257 | margin-right: 20px; 258 | } 259 | .footerLeftBotton li a{ 260 | display: block; 261 | width: 122px; 262 | height: 36px; 263 | line-height: 36px; 264 | } 265 | .footerLeftBotton li a:hover{ 266 | color: red; 267 | } 268 | 269 | strong{ 270 | display: block; 271 | height: 43px; 272 | font-size: 16px; 273 | border-bottom: 2px solid silver; 274 | } 275 | 276 | 277 | 278 | 279 | 280 | .footerRight{ 281 | width: 350px; 282 | height: 320px; 283 | float: left; 284 | } 285 | .footerRightLeft{ 286 | width: 132px; 287 | height: 320px; 288 | float: left; 289 | margin-right: 50px; 290 | 291 | } 292 | .footerRightLeft .jju1{ 293 | font-size: 20px; 294 | text-align: center; 295 | } 296 | .footerRightLeft .jju2{ 297 | background: url(../img/index/Appweb.png) no-repeat 15px 0; 298 | width: 132px; 299 | height: 41px; 300 | padding-top: 40px; 301 | margin-top: 50px; 302 | } 303 | .footerRightLeft .jju2 p{ 304 | text-align: center; 305 | } 306 | .footerRightLeft .jju3{ 307 | margin: 20px 19px; 308 | } 309 | 310 | .footerRightRight{ 311 | width: 168px; 312 | height: 320px; 313 | float: left; 314 | 315 | } 316 | .footerRightRight .ccu1{ 317 | font-size: 20px; 318 | text-align: center; 319 | } 320 | .footerRightRight .ccu2{ 321 | background: url(../img/index/chat.png) no-repeat 31px 10px; 322 | width: 70px; 323 | height: 38px; 324 | padding-top:12px; 325 | padding-left: 62px; 326 | margin-top: 50px; 327 | } 328 | .footerRightRight .ccu3{ 329 | margin: 60px 19px; 330 | } 331 | /*---------------------bottom-----------------*/ 332 | .outerBottom{ 333 | width: 100%; 334 | height: 80px; 335 | background: black; 336 | } 337 | .bottom{ 338 | width: 1190px; 339 | height: 70px; 340 | padding: 10px; 341 | margin: 0 auto; 342 | } 343 | .bottom div{ 344 | text-align: center; 345 | } -------------------------------------------------------------------------------- /zhen/css/goods.css: -------------------------------------------------------------------------------- 1 | html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; } 2 | 3 | fieldset, img { border:none; } 4 | 5 | img{display: block;} 6 | 7 | address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; } 8 | 9 | ul, ol { list-style:none; } 10 | body { color:#333;font:12px/20px "SimSun","宋体","Arial Narrow",HELVETICA; background:#fff;/* overflow-y:scroll;*/ overflow-x:hidden;} 11 | 12 | a { color:#666; text-decoration:none; } 13 | 14 | /*-----------Top-----------------*/ 15 | .ewm{ 16 | width: 100px; 17 | height: 152px; 18 | position: fixed; 19 | left:92%; 20 | } 21 | /*===================sidebar============*/ 22 | .sidebar{width: 50px;height: 340px;position: fixed;top: 200px;right: 10px;z-index: 100;} 23 | .fuck{width: 51px;height: 53px;background: url(../img/goods/right.png);border-bottom: 1px solid #E6E6E6;} 24 | .sidebar_ul{width: 50px;} 25 | .sidebar_ul li{height: 36px;position: relative;} 26 | .sidebar_ul li a{cursor: pointer;display: block;width: 50px;height:36px;} 27 | #sidebar1{display:block;cursor: pointer;background: url(../img/goods/right.png) no-repeat 0 -53px;z-index: 9999;} 28 | #sidebar1:hover{background: url(../img/goods/right.png) no-repeat -58px -53px;} 29 | #sidebar2{background: url(../img/goods/right.png) no-repeat 0 -90px;} 30 | #sidebar2:hover{background: url(../img/goods/right.png) no-repeat -58px -90px;} 31 | #sidebar3{background: url(../img/goods/right.png) no-repeat 0 -127px;} 32 | #sidebar3:hover{background: url(../img/goods/right.png) no-repeat -58px -127px;} 33 | #sidebar4{background: url(../img/goods/right.png) no-repeat 0 -164px;border-bottom: 1px solid #E6E6E6;} 34 | #sidebar4:hover{background: url(../img/goods/right.png) no-repeat -58px -164px;} 35 | #sidebar5{margin-top: 5px;background: url(../img/goods/right.png) no-repeat 0px -205px;border-bottom: 1px solid #E6E6E6;} 36 | #sidebar5:hover{background: url(../img/goods/right.png) no-repeat -58px -205px;} 37 | #sidebar6:hover{background: url(../img/goods/right.png) -58px -251px;} 38 | #sidebar6{margin-top: 5px;background: url(../img/goods/right.png) no-repeat 0 -251px;border-bottom: 1px solid #E6E6E6;} 39 | #sidebar7{margin-top: 5px;background: url(../img/goods/right.png) no-repeat 0 -297px;border-bottom: 1px solid #E6E6E6;} 40 | #sidebar7:hover{background: url(../img/goods/right.png) no-repeat -58px -297px;} 41 | 42 | .whichNeed{width: 110px;height: 33px;background: url(../img/goods/right.png) no-repeat 0 -506px;display: none; 43 | font-size: 15px;text-align: center;line-height: 33px;color: orange;font-weight:800;position: absolute;left: 0;top: 0;z-index: -9999;} 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | .outerTop{ 56 | width: 100%; 57 | height: 50px; 58 | background: #D50100; 59 | } 60 | .top{ 61 | width: 990px; 62 | height: 50px; 63 | margin: 0 auto; 64 | } 65 | /*-------------------nav----------------------*/ 66 | .outerNav{ 67 | width: 100%; 68 | min-height: 113px;height: auto!important;height: 113px;/*高宽自适应*/ 69 | border-bottom: 1px solid silver; 70 | 71 | } 72 | .nav{ 73 | width:1190px; 74 | height: 101px; 75 | margin: 0 auto; 76 | padding-top: 12px; 77 | } 78 | .nav_left,.nav_middle,.nav_right{ 79 | float: left; 80 | } 81 | 82 | 83 | .nav_left{ 84 | width: 434px; 85 | height: 90px; 86 | padding-top: 11px; 87 | padding-left: 11px; 88 | position: relative; 89 | 90 | } 91 | .nav_left .youhui{ 92 | display: block; 93 | margin-bottom: 25px; 94 | margin-left: 15px; 95 | } 96 | .navNavLeft>li{ 97 | float: left; 98 | height: 41px; 99 | text-align: center; 100 | 101 | } 102 | .navNavLeft>li>a{ 103 | display: block; 104 | margin:0 15px; 105 | height: 31px; 106 | line-height: 31px; 107 | 108 | } 109 | .navNavLeft>li:hover{ 110 | border-bottom:3px solid #D50100; 111 | } 112 | 113 | /*显示菜单*/ 114 | #left1,#left2,#left3,#left4{ 115 | position: absolute; 116 | left: 0px; 117 | top: 100px; 118 | width: 1150px; 119 | height: 352px; 120 | padding: 18px 20px 18px; 121 | background: black; 122 | opacity: 0.8; 123 | filter:alpha(opacity=80); 124 | display: none; 125 | } 126 | #left1 a:hover,#left2 a:hover,#left3 a:hover,#left4 a:hover{ 127 | color: red; 128 | } 129 | #left1 ul,#left2 ul,#left3 ul,#left4 ul{ 130 | padding: 0 30px 0 30px; 131 | height: 332px; 132 | margin: 2px 0 17px; 133 | width: 166px; 134 | float: left; 135 | 136 | } 137 | .header{ 138 | width: 150px; 139 | border-bottom: 1px solid white; 140 | text-align: left; 141 | 142 | } 143 | .nav_middle a{ 144 | text-align: center; 145 | display: block; 146 | width:94px; 147 | height: 50px; 148 | color: red; 149 | 150 | margin: 24px 100px; 151 | 152 | } 153 | .nav_middle a span{ 154 | font-size: 40px; 155 | font-family: "黑体"; 156 | } 157 | .nav_middle a p{ 158 | font-family: "微软雅黑"; 159 | } 160 | 161 | .nav_right{ 162 | width: 450px; 163 | height: 77px; 164 | margin-top: 12px; 165 | 166 | } 167 | .nav_right ul{ 168 | width: 200px; 169 | height: 21px; 170 | margin-left: 250px; 171 | 172 | } 173 | .nav_right li{ 174 | float: left; 175 | } 176 | .nav_right li a{ 177 | display: inline-block; 178 | width: 48px; 179 | height: 15px; 180 | text-align: center; 181 | } 182 | #shoppingCar{ 183 | width:19px ; 184 | height: 20px; 185 | background: url(../img/index/shoppingPic.png); 186 | } 187 | #shoppingNum{ 188 | color: red; 189 | font-size: 15px; 190 | } 191 | 192 | 193 | .nav_right div{ 194 | border: 1px solid gainsboro; 195 | border-radius: 6%; 196 | width: 320px; 197 | height: 34px; 198 | padding-left: 10px; 199 | margin:20px 0 0 116px; 200 | 201 | } 202 | .nav_right #searchShopping{ 203 | width: 282px; 204 | height: 31px; 205 | float: left; 206 | border: 0; 207 | outline: 0; 208 | } 209 | .nav_right #searchPic{ 210 | width: 36px; 211 | height: 33px; 212 | float: left; 213 | border: 0; 214 | outline: 0; 215 | background: url(../img/index/searchPic.png); 216 | } 217 | /*==================body========================*/ 218 | .body{ 219 | width: 1190px; 220 | min-height: 800px;height:auto!important;height: 800px; 221 | 222 | margin: 0 auto; 223 | } 224 | .body:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;} 225 | .bodyName{ 226 | height: 20px; 227 | padding-top: 10px; 228 | font-size: 18px; 229 | 230 | 231 | } 232 | .bodyMain{width: 1190px;min-height:600px;height: auto!important;height: 600px;} 233 | /*.bodyLeft,.bodyRight{ 234 | float: left; 235 | }*/ 236 | .bodyLeft{ 237 | width: 188px; 238 | 239 | float: left; 240 | } 241 | .down_list,.down2_list { width: 188px; overflow: -hidden; border: 1px solid #aab4bc; background:#FAFAFA;} 242 | .down_list h2,.down2_list h2 { height: 31px; line-height: 31px; border: 1px solid #dee3e6; border-top: 1px solid #f3f5f7; padding-left: 10px; font-size: 14px; font-weight: normal; color: #57646e; cursor: pointer; } 243 | .down { background: url(../img/goods/down.gif) no-repeat 160px center; } 244 | .up { background: url(../img/goods/up.gif) no-repeat 160px center; } 245 | .down_list ul,.down2_list ul{ width: 188px; overflow: hidden; background: #e9edf2; font-size: 12px; } 246 | .down_list li,.down2_list li { width: 178px; float: left;padding-left: 10px; } 247 | .down_list a,.down2_list a { display: block; line-height: 25px; padding-left: 10px; color: #6b7980; text-decoration: none; } 248 | .down_list a:hover,.down2_list a:hover { color: red; text-decoration: underline; } 249 | 250 | 251 | .bodyRight{ 252 | width: 989px; 253 | min-height:600px;height: auto!important;height: 600px; 254 | 255 | float: left; 256 | margin-left: 10px; 257 | } 258 | .bodyRight_Top{ 259 | width: 988px; 260 | border: 1px solid #dee3e6; 261 | border-bottom:none; 262 | } 263 | /*//第一块*/ 264 | .list1{ 265 | height: 22px; 266 | background:#FAFAFA; 267 | border-bottom: 1px solid #dee3e6; 268 | padding-top: 10px; 269 | padding-left: 10px; 270 | } 271 | .list1 span>a{color: red;} 272 | 273 | /*//第二块*/ 274 | .list2{border-bottom: 1px solid #dee3e6;padding-top: 10px; 275 | overflow: hidden; 276 | } 277 | .nav_goods_name,.nav_more{float: left;} 278 | .nav_goods_name{ 279 | width:820px ; 280 | height: 82px; 281 | 282 | } 283 | /*//万能清楚浮动的方法*/ 284 | .nav_goods_name:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;} 285 | 286 | /*//公用的*/ 287 | .nav_word{width: 40px;height: 20px;color: #9C9C9C;float: left;padding-left: 10px;} 288 | .list2_ul1,.list2_ul2,.list2_ul3,.list2_ul4{ 289 | width: 200px; 290 | height: 82px; 291 | float: left; 292 | 293 | } 294 | .list2_ul1 li,.list2_ul2 li,.list2_ul3 li,.list2_ul4 li{ 295 | height: 25px; 296 | text-align: center; 297 | line-height: 25px; 298 | } 299 | .nav_more{height: 20px;width: 80px;background: url(../img/goods/down.gif) no-repeat 23px center;margin-left: 20px;cursor: hand;} 300 | 301 | /*//第三块*/ 302 | .list3,.list4,.list5{height: 27px;border-bottom: 1px solid #dee3e6;padding-top: 10px;} 303 | .colorBox,.sexBox,.priceBox{float: left;height:27px;margin-left: 40px;} 304 | .colorBox>ul li{float: left;width:16px;height: 16px;background: skyblue;margin-right: 20px;} 305 | .sexBox>ul li{float: left;margin-right: 20px;} 306 | .priceBox>ul li{float: left;margin-right: 20px;} 307 | 308 | /* 309 | * 下面的一些东西 310 | */ 311 | .bodyRight_bottom{width: 990px;margin: 10px 0;} 312 | .bodyRight_bottom_top{ 313 | height: 32px; 314 | padding-top: 3px; 315 | background: #FAFAFA; 316 | border: 1px solid #dee3e6; 317 | } 318 | #hot,#new,#price,#lowPrice,#heightPrice{ 319 | width: 60px; 320 | height: 22px; 321 | text-align: center; 322 | line-height: 22px; 323 | } 324 | 325 | .changePage{display: inline-block;margin-left: 300px;height: ;} 326 | .bodyRight_bottom_shoppingAfter{display: inline-block;width: 20px;height: 20px;background: url(../img/goods/zuojian.png);margin-left: 30px;} 327 | .bodyRight_bottom_shoppingNext{display: inline-block;width: 20px;height: 20px;background: url(../img/goods/youjian.png);margin-left: 10px;} 328 | 329 | /* 330 | * 商品列表 331 | */ 332 | .bodyRight_bottom_shopping{margin-top: 10px;} 333 | .bodyRight_bottom_shopping:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;} 334 | .showShoppingPic{width: 238px; 335 | height: 409px; 336 | float: left; 337 | margin-bottom: 5px; 338 | } 339 | .showShoppingPic2{ 340 | /*border: 1px solid gainsboro;*/ 341 | /*阴影效果*/ 342 | filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=3);/*ie*/ 343 | -moz-box-shadow: 2px 2px 10px #909090;/*firefox*/ 344 | -webkit-box-shadow: 2px 2px 10px #909090;/*safari或chrome*/ 345 | box-shadow:2px 2px 10px #909090;/*opera或ie9*/ 346 | } 347 | .showShoppingPic>dl>dt>a>img{margin: 0 auto;} 348 | .showShoppingPic>dl>dd{padding-left: 10px;margin-top: 10px;} 349 | .showShoppingPic dl dd a:hover{color: red;} 350 | .showShoppingPic dl div{margin-left: 10px;margin-top: 20px;} 351 | .showShoppingPic dl div span{color: red;} 352 | .showShoppingPic dl div span a{font-size: 15px;color:red;display: inline-block;margin-right: 20px;} 353 | 354 | .needPage{width: 576px;height: 35px;margin-left: 350px;margin-top: 50px;} 355 | .needNum li{width: 35px;height: 32px;line-height: 32px;text-align: center;border: 1px solid #dee3e6;float: left;margin-right: 5px;} 356 | .needNum li:hover{background: orangered;} 357 | .needNum .nextPage{width: 50px;height: 32px;} 358 | .userInput{width: 50px;height: 25px;} 359 | .userSure{margin-left: 20px;} 360 | 361 | 362 | 363 | 364 | /*------------------------other-------------------------*/ 365 | .outerOther{width: 100%;background: #F8F8F8;height: 500px;border-top: 2px solid silver;margin-top: 50px;} 366 | .footer{ 367 | width: 1190px; 368 | height: 350px; 369 | margin: 0 auto; 370 | padding-top: 50px; 371 | } 372 | .footerLeft{ 373 | width: 750px; 374 | height: 300px; 375 | margin-right: 80px; 376 | float: left; 377 | padding-left: 10px; 378 | } 379 | .footerLeft .footerLeftTop{ 380 | width: 750px; 381 | height: 71px; 382 | margin-bottom: 30px; 383 | } 384 | .footerLeftTop>a{ 385 | display: inline-block; 386 | width: 206px; 387 | height: 71px; 388 | float: left; 389 | margin-right: 40px; 390 | } 391 | .link1{ 392 | background: url(../img/index/pianyi.png); 393 | } 394 | .link2{ 395 | background: url(../img/index/xianhuo.png); 396 | } 397 | .link3{ 398 | background:url(../img/index/zhengpin.png); 399 | } 400 | .footerLeftBotton>li{ 401 | width: 122px; 402 | height: 192px; 403 | float: left; 404 | margin-right: 20px; 405 | } 406 | .footerLeftBotton li a{ 407 | display: block; 408 | width: 122px; 409 | height: 36px; 410 | line-height: 36px; 411 | } 412 | .footerLeftBotton li a:hover{ 413 | color: red; 414 | } 415 | 416 | strong{ 417 | display: block; 418 | height: 43px; 419 | font-size: 16px; 420 | border-bottom: 2px solid silver; 421 | } 422 | 423 | 424 | 425 | 426 | 427 | .footerRight{ 428 | width: 350px; 429 | height: 320px; 430 | float: left; 431 | } 432 | .footerRightLeft{ 433 | width: 132px; 434 | height: 320px; 435 | float: left; 436 | margin-right: 50px; 437 | 438 | } 439 | .footerRightLeft .jju1{ 440 | font-size: 20px; 441 | text-align: center; 442 | } 443 | .footerRightLeft .jju2{ 444 | background: url(../img/index/Appweb.png) no-repeat 15px 0; 445 | width: 132px; 446 | height: 41px; 447 | padding-top: 40px; 448 | margin-top: 50px; 449 | } 450 | .footerRightLeft .jju2 p{ 451 | text-align: center; 452 | } 453 | .footerRightLeft .jju3{ 454 | margin: 20px 19px; 455 | } 456 | 457 | .footerRightRight{ 458 | width: 168px; 459 | height: 320px; 460 | float: left; 461 | 462 | } 463 | .footerRightRight .ccu1{ 464 | font-size: 20px; 465 | text-align: center; 466 | } 467 | .footerRightRight .ccu2{ 468 | background: url(../img/index/chat.png) no-repeat 31px 10px; 469 | width: 70px; 470 | height: 38px; 471 | padding-top:12px; 472 | padding-left: 62px; 473 | margin-top: 50px; 474 | } 475 | .footerRightRight .ccu3{ 476 | margin: 60px 19px; 477 | } 478 | /*---------------------bottom-----------------*/ 479 | .outerBottom{ 480 | width: 100%; 481 | height: 80px; 482 | background: black; 483 | } 484 | .bottom{ 485 | width: 1190px; 486 | height: 70px; 487 | padding: 10px; 488 | margin: 0 auto; 489 | } 490 | .bottom div{ 491 | text-align: center; 492 | } -------------------------------------------------------------------------------- /zhen/css/index.css: -------------------------------------------------------------------------------- 1 | html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; } 2 | 3 | fieldset, img { border:none; } 4 | 5 | img{display: block;} 6 | 7 | address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; } 8 | 9 | ul, ol { list-style:none; } 10 | body { color:#333;font:12px/20px "SimSun","宋体","Arial Narrow",HELVETICA; background:#fff;/* overflow-y:scroll;*/ overflow-x:hidden;} 11 | 12 | a { color:#666; text-decoration:none; } 13 | 14 | /*-----------Top-----------------*/ 15 | .ewm{ 16 | width: 100px; 17 | height: 152px; 18 | position: fixed; 19 | left:92%; 20 | } 21 | .outerTop{ 22 | width: 100%; 23 | height: 50px; 24 | background: #D50100; 25 | } 26 | .top{ 27 | width: 990px; 28 | height: 50px; 29 | margin: 0 auto; 30 | } 31 | /*-------------------nav----------------------*/ 32 | .outerNav{ 33 | width: 100%; 34 | min-height: 113px;height: auto!important;height: 113px;/*高宽自适应*/ 35 | 36 | } 37 | .nav{ 38 | width:1190px; 39 | height: 101px; 40 | margin: 0 auto; 41 | padding-top: 12px; 42 | } 43 | .nav_left,.nav_middle,.nav_right{ 44 | float: left; 45 | } 46 | 47 | 48 | .nav_left{ 49 | width: 434px; 50 | height: 90px; 51 | padding-top: 11px; 52 | padding-left: 11px; 53 | position: relative; 54 | 55 | } 56 | .nav_left .youhui{ 57 | display: block; 58 | margin-bottom: 25px; 59 | margin-left: 15px; 60 | } 61 | .navNavLeft>li{ 62 | float: left; 63 | height: 41px; 64 | text-align: center; 65 | 66 | } 67 | .navNavLeft>li>a{ 68 | display: block; 69 | margin:0 15px; 70 | height: 31px; 71 | line-height: 31px; 72 | 73 | } 74 | .navNavLeft>li:hover{ 75 | border-bottom:3px solid #D50100; 76 | } 77 | 78 | /*显示菜单*/ 79 | #left1,#left2,#left3,#left4{ 80 | position: absolute; 81 | z-index: 10; 82 | left: 0px; 83 | top: 100px; 84 | width: 1150px; 85 | height: 352px; 86 | padding: 18px 20px 18px; 87 | background: white; 88 | opacity: 0.3; 89 | filter:alpha(opacity=30); 90 | display: none; 91 | } 92 | #left1 a:hover,#left2 a:hover,#left3 a:hover,#left4 a:hover{ 93 | color: red; 94 | } 95 | 96 | 97 | 98 | #left1 ul,#left2 ul,#left3 ul,#left4 ul{ 99 | padding: 0 30px 0 30px; 100 | height: 332px; 101 | margin: 2px 0 17px; 102 | width: 166px; 103 | float: left; 104 | 105 | } 106 | .header{ 107 | width: 150px; 108 | border-bottom: 1px solid white; 109 | text-align: left; 110 | 111 | } 112 | 113 | 114 | 115 | 116 | .nav_middle a{ 117 | text-align: center; 118 | display: block; 119 | width:94px; 120 | height: 50px; 121 | color: red; 122 | 123 | margin: 24px 100px; 124 | 125 | } 126 | .nav_middle a span{ 127 | font-size: 40px; 128 | font-family: "黑体"; 129 | } 130 | .nav_middle a p{ 131 | font-family: "微软雅黑"; 132 | } 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | .nav_right{ 141 | width: 450px; 142 | height: 77px; 143 | margin-top: 12px; 144 | 145 | } 146 | .nav_right ul{ 147 | width: 200px; 148 | height: 21px; 149 | margin-left: 250px; 150 | 151 | } 152 | .nav_right li{ 153 | float: left; 154 | } 155 | .nav_right li a{ 156 | display: inline-block; 157 | width: 48px; 158 | height: 15px; 159 | text-align: center; 160 | } 161 | #shoppingCar{ 162 | width:19px ; 163 | height: 20px; 164 | background: url(../img/index/shoppingPic.png); 165 | } 166 | #shoppingNum{ 167 | color: red; 168 | font-size: 15px; 169 | } 170 | 171 | 172 | .nav_right div{ 173 | border: 1px solid gainsboro; 174 | border-radius: 6%; 175 | width: 320px; 176 | height: 34px; 177 | padding-left: 10px; 178 | margin:20px 0 0 116px; 179 | 180 | } 181 | .nav_right #searchShopping{ 182 | width: 282px; 183 | height: 31px; 184 | float: left; 185 | border: 0; 186 | outline: 0; 187 | } 188 | .nav_right #searchPic{ 189 | width: 36px; 190 | height: 33px; 191 | float: left; 192 | border: 0; 193 | outline: 0; 194 | background: url(../img/index/searchPic.png); 195 | } 196 | /*---------------banner-----------*/ 197 | .outerBanber{ 198 | width: 100%; 199 | min-height: 540px;height: auto!important;height: 540px;/*高宽自适应*/ 200 | } 201 | .focus_box{width:100%;height:540px;margin-bottom:35px;position:relative;} 202 | .focus_box li{float:left;} 203 | .f_img{width:100%;height:540px;overflow:hidden;position:relative;} 204 | .f_img li{width:100%;height:540px;overflow:hidden;position:absolute;top:0;left:0;z-index:0; 205 | -webkit-transform:scale(1.05); 206 | -moz-transform:scale(1.05); 207 | -ms-transform:scale(1.05); 208 | transform:scale(1.05); 209 | -webkit-transition:transform 2.5s linear 0s; 210 | -moz-transition:transform 2.5s linear 0s; 211 | -ms-transition:transform 2.5s linear 0s; 212 | transition:transform 2.5s linear 0s; 213 | } 214 | .f_img .f_img_current{z-index:1;} 215 | .f_img li a{display:block;width:100%;height:540px;} 216 | .f_img li.scale{ 217 | -webkit-transform:scale(1); 218 | -moz-transform:scale(1); 219 | -ms-transform:scale(1); 220 | transform:scale(1); 221 | } 222 | /*------------------logo-------------*/ 223 | .logo{ 224 | width: 1190px; 225 | height: 88px; 226 | margin: 0 auto; 227 | } 228 | .logoHide{ 229 | width: 1190px; 230 | height: 196px; 231 | display: none; 232 | margin: 0 auto; 233 | border-bottom: 2px solid silver; 234 | } 235 | /*--------------showPic--------------*/ 236 | .showPic{ 237 | width:1190px; 238 | height: 760px; 239 | margin: 20px auto; 240 | 241 | } 242 | .showPicTop{ 243 | width: 1190px; 244 | height: 245px; 245 | margin-bottom: 10px; 246 | } 247 | .showPic1,.showPic2,.showPic3,.showPic4{ 248 | width: 590px; 249 | float: left; 250 | } 251 | .showPic1{ 252 | height: 245px; 253 | margin-right: 10px; 254 | margin-bottom: 10px; 255 | } 256 | .showPic2{ 257 | height: 245px; 258 | } 259 | .showPicBottom{ 260 | width: 1190px; 261 | height: 500px; 262 | } 263 | .showPic3{ 264 | height:500px; 265 | margin-right: 10px; 266 | 267 | } 268 | .showPic4{ 269 | height: 500px; 270 | } 271 | .showPic4 .showPic4_1{ 272 | width: 590px; 273 | height: 245px; 274 | margin-bottom: 10px; 275 | 276 | } 277 | .showPic4 .showPic4_2{ 278 | width: 590px; 279 | height: 245px; 280 | 281 | } 282 | .title{ 283 | text-align: center; 284 | margin: 0 auto; 285 | } 286 | 287 | /*------------------------other-------------------------*/ 288 | .outerOther{width: 100%;background: #F8F8F8;height: 500px;border-top: 2px solid silver;margin-top: 50px;} 289 | .footer{ 290 | width: 1190px; 291 | height: 350px; 292 | margin: 0 auto; 293 | padding-top: 50px; 294 | } 295 | .footerLeft{ 296 | width: 750px; 297 | height: 300px; 298 | margin-right: 80px; 299 | float: left; 300 | padding-left: 10px; 301 | } 302 | .footerLeft .footerLeftTop{ 303 | width: 750px; 304 | height: 71px; 305 | margin-bottom: 30px; 306 | } 307 | .footerLeftTop>a{ 308 | display: inline-block; 309 | width: 206px; 310 | height: 71px; 311 | float: left; 312 | margin-right: 40px; 313 | } 314 | .link1{ 315 | background: url(../img/index/pianyi.png); 316 | } 317 | .link2{ 318 | background: url(../img/index/xianhuo.png); 319 | } 320 | .link3{ 321 | background:url(../img/index/zhengpin.png); 322 | } 323 | .footerLeftBotton>li{ 324 | width: 122px; 325 | height: 192px; 326 | float: left; 327 | margin-right: 20px; 328 | } 329 | .footerLeftBotton li a{ 330 | display: block; 331 | width: 122px; 332 | height: 36px; 333 | line-height: 36px; 334 | } 335 | .footerLeftBotton li a:hover{ 336 | color: red; 337 | } 338 | 339 | strong{ 340 | display: block; 341 | height: 43px; 342 | font-size: 16px; 343 | border-bottom: 2px solid silver; 344 | } 345 | 346 | 347 | 348 | 349 | 350 | .footerRight{ 351 | width: 350px; 352 | height: 320px; 353 | float: left; 354 | } 355 | .footerRightLeft{ 356 | width: 132px; 357 | height: 320px; 358 | float: left; 359 | margin-right: 50px; 360 | 361 | } 362 | .footerRightLeft .jju1{ 363 | font-size: 20px; 364 | text-align: center; 365 | } 366 | .footerRightLeft .jju2{ 367 | background: url(../img/index/Appweb.png) no-repeat 15px 0; 368 | width: 132px; 369 | height: 41px; 370 | padding-top: 40px; 371 | margin-top: 50px; 372 | } 373 | .footerRightLeft .jju2 p{ 374 | text-align: center; 375 | } 376 | .footerRightLeft .jju3{ 377 | margin: 20px 19px; 378 | } 379 | 380 | .footerRightRight{ 381 | width: 168px; 382 | height: 320px; 383 | float: left; 384 | 385 | } 386 | .footerRightRight .ccu1{ 387 | font-size: 20px; 388 | text-align: center; 389 | } 390 | .footerRightRight .ccu2{ 391 | background: url(../img/index/chat.png) no-repeat 31px 10px; 392 | width: 70px; 393 | height: 38px; 394 | padding-top:12px; 395 | padding-left: 62px; 396 | margin-top: 50px; 397 | } 398 | .footerRightRight .ccu3{ 399 | margin: 60px 19px; 400 | } 401 | /*---------------------bottom-----------------*/ 402 | .outerBottom{ 403 | width: 100%; 404 | height: 80px; 405 | background: black; 406 | } 407 | .bottom{ 408 | width: 1190px; 409 | height: 70px; 410 | padding: 10px; 411 | margin: 0 auto; 412 | } 413 | .bottom div{ 414 | text-align: center; 415 | } 416 | -------------------------------------------------------------------------------- /zhen/css/login.css: -------------------------------------------------------------------------------- 1 | html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; } 2 | 3 | fieldset, img { border:none; } 4 | 5 | img{display: block;} 6 | 7 | address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; } 8 | 9 | ul, ol { list-style:none; } 10 | body { color:#333;font:12px/20px "SimSun","宋体","Arial Narrow",HELVETICA; background:#fff;/* overflow-y:scroll;*/ overflow-x:hidden;} 11 | 12 | a {color:#666; text-decoration:none;} 13 | /*--------------------header-------------------------*/ 14 | .outerHeader{ 15 | width: 100%; 16 | height: 100px; 17 | } 18 | .header{ 19 | width: 990px; 20 | height: 70px; 21 | padding-top: 30px; 22 | margin: 0 auto; 23 | 24 | } 25 | .headerLeft,.headerRight{ 26 | float: left; 27 | } 28 | .headerLeft{ 29 | margin-right: 395px; 30 | } 31 | .zhegea{ 32 | text-align: center; 33 | display: block; 34 | width:80px; 35 | height: 50px; 36 | text-decoration: none; 37 | } 38 | .zhegea span{ 39 | font-size: 30px; 40 | font-family: "黑体"; 41 | color: red; 42 | } 43 | .zhege p{ 44 | font-family: "微软雅黑"; 45 | color: red; 46 | } 47 | .headerRight li{ 48 | float: left; 49 | margin-right: 20px; 50 | } 51 | /*=========================main==============================*/ 52 | .main{ 53 | width:1920px; 54 | height:600px; 55 | margin: 0 auto; 56 | background: url(../img/login/bg.jpg); 57 | position: relative; 58 | } 59 | .loginBox{ 60 | width: 400px; 61 | height: 470px; 62 | position: absolute; 63 | left: 888px; 64 | top: 50px; 65 | background: white; 66 | opacity: 0.95; 67 | filter:alpha(opacity=95); 68 | } 69 | .title{ 70 | width: 350px; 71 | height: 60px; 72 | border-bottom: 1px solid silver; 73 | margin: 0 auto; 74 | padding-left: 30px; 75 | padding-top: 20px; 76 | font-size: 20px; 77 | margin-bottom: 10px; 78 | } 79 | .panel{ 80 | width: 300px; 81 | height: 270px; 82 | margin: 0 auto; 83 | } 84 | /*.col-sm-10{ 85 | width: 300px!important; 86 | height: 38px!important; 87 | }*/ 88 | 89 | .btn{ 90 | width: 270px; 91 | height: 34px; 92 | margin: 0 auto; 93 | } 94 | .link{ 95 | border-top: 1px solid silver; 96 | width: 300px; 97 | height: 80px; 98 | margin: 0 auto; 99 | font-size: 12px; 100 | } 101 | .link a{ 102 | display: block; 103 | width: 300px; 104 | height: 24px; 105 | background: url(../img/login/loginLog.png); 106 | } 107 | 108 | 109 | 110 | .outerBottom{ 111 | width: 100%; 112 | height: 80px; 113 | background: white; 114 | } 115 | .outerBottom a{ 116 | font-size: 12px; 117 | text-decoration:none; 118 | color: gray; 119 | } 120 | .bottom{ 121 | width: 1190px; 122 | height: 70px; 123 | padding: 10px; 124 | margin: 0 auto; 125 | } 126 | .bottom div{ 127 | text-align: center; 128 | } 129 | -------------------------------------------------------------------------------- /zhen/css/regsiter.css: -------------------------------------------------------------------------------- 1 | html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; } 2 | 3 | fieldset, img { border:none; } 4 | 5 | img{display: block;} 6 | 7 | address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; } 8 | 9 | ul, ol { list-style:none; } 10 | body { color:#333;font:12px/20px "SimSun","宋体","Arial Narrow",HELVETICA; background:#fff;/* overflow-y:scroll;*/ overflow-x:hidden;} 11 | 12 | a {color:#666; text-decoration:none;} 13 | /*--------------------header-------------------------*/ 14 | .outerHeader{ 15 | width: 100%; 16 | height: 100px; 17 | } 18 | .header{ 19 | width: 990px; 20 | height: 70px; 21 | padding-top: 30px; 22 | margin: 0 auto; 23 | 24 | } 25 | .headerLeft,.headerRight{ 26 | float: left; 27 | } 28 | .headerLeft{ 29 | margin-right: 395px; 30 | } 31 | .zhegea{ 32 | text-align: center; 33 | display: block; 34 | width:80px; 35 | height: 50px; 36 | text-decoration: none; 37 | } 38 | .zhegea span{ 39 | font-size: 30px; 40 | font-family: "黑体"; 41 | color: red; 42 | } 43 | .zhege p{ 44 | font-family: "微软雅黑"; 45 | color: red; 46 | } 47 | .headerRight li{ 48 | float: left; 49 | margin-right: 20px; 50 | } 51 | /*=========================main==============================*/ 52 | .outerMain{ 53 | width: 100%; 54 | height: 632px; 55 | background: #F3F3F3; 56 | padding-top: 50px; 57 | } 58 | .main{ 59 | width: 990px; 60 | height: 532px; 61 | margin: 0 auto; 62 | background: white; 63 | } 64 | .top{ 65 | width: 970px; 66 | height: 33px; 67 | border-bottom: 1px solid silver; 68 | margin: 0 auto; 69 | padding-top: 24px; 70 | } 71 | .top1{ 72 | font-size: 16px; 73 | } 74 | .top3{ 75 | display: inline-block; 76 | margin-left: 600px; 77 | } 78 | .top2,.top4{ 79 | color: red; 80 | } 81 | .info{ 82 | width: 970px; 83 | height: 390px; 84 | margin: 0 auto; 85 | 86 | padding-top: 50px; 87 | } 88 | #myform{ 89 | width: 680px; 90 | height: 369px; 91 | 92 | float: left; 93 | } 94 | #myform label{ 95 | display: inline-block; 96 | width: 115px; 97 | height: 40px; 98 | text-align: right; 99 | font-size: 16px; 100 | } 101 | #email,#password,#confirm_password{ 102 | width: 256px; 103 | height: 40px; 104 | 105 | } 106 | #checkCode{ 107 | width: 100px; 108 | height: 40px; 109 | } 110 | #checkCodePic{ 111 | width: 100px; 112 | height: 50px; 113 | display: inline-block; 114 | width: 60px; 115 | height: 40px; 116 | margin-left: 120px; 117 | font-size: 15px; 118 | line-height: 40px; 119 | text-align: center; 120 | color: red; 121 | background: url(../img/active/app_bj.jpg); 122 | } 123 | #checkBox{ 124 | width: 300px; 125 | text-align: center; 126 | margin-left: 60px; 127 | } 128 | #regsiter{ 129 | color: white; 130 | display: block; 131 | width: 270px; 132 | height: 34px; 133 | font-size: 15px; 134 | text-align: center; 135 | line-height: 34px; 136 | margin-left: 100px; 137 | margin-top: 20px; 138 | background: #CE0000; 139 | } 140 | .infoRight{ 141 | width: 290px; 142 | height: 369px; 143 | float: left; 144 | } 145 | 146 | 147 | 148 | 149 | /*=================================bottom===================*/ 150 | .outerBottom{ 151 | width: 100%; 152 | height: 80px; 153 | background: white; 154 | } 155 | .outerBottom a{ 156 | font-size: 12px; 157 | text-decoration:none; 158 | color: gray; 159 | } 160 | .bottom{ 161 | width: 1190px; 162 | height: 70px; 163 | padding: 10px; 164 | margin: 0 auto; 165 | } 166 | .bottom div{ 167 | text-align: center; 168 | } 169 | -------------------------------------------------------------------------------- /zhen/css/shoppingCar.css: -------------------------------------------------------------------------------- 1 | html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; } 2 | 3 | fieldset, img { border:none; } 4 | 5 | img{display: block;} 6 | 7 | address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; } 8 | 9 | ul, ol { list-style:none; } 10 | body { color:#333;font:12px/20px "SimSun","宋体","Arial Narrow",HELVETICA; background:#fff;/* overflow-y:scroll;*/ overflow-x:hidden;} 11 | 12 | a {color:#666; text-decoration:none;} 13 | /*--------------------header-------------------------*/ 14 | .outerHeader{ 15 | width: 100%; 16 | height: 100px; 17 | } 18 | .header{ 19 | width: 990px; 20 | height: 70px; 21 | padding-top: 30px; 22 | margin: 0 auto; 23 | 24 | } 25 | .headerLeft,.headerRight{ 26 | float: left; 27 | } 28 | .headerLeft{ 29 | margin-right: 100px; 30 | } 31 | .zhegea{ 32 | text-align: center; 33 | display: block; 34 | width:80px; 35 | height: 50px; 36 | text-decoration: none; 37 | } 38 | .zhegea span{ 39 | font-size: 30px; 40 | font-family: "黑体"; 41 | color: red; 42 | } 43 | .zhege p{ 44 | font-family: "微软雅黑"; 45 | color: red; 46 | } 47 | .headerRight li{ 48 | float: left; 49 | margin-left: 50px; 50 | } 51 | 52 | /*=======================main=========================*/ 53 | .shopping_main1{width: 990px;height: 30px;margin: 0 auto;font-size: 18px;} 54 | .shopping_main2{width: 950px;height: 36px;margin: 0 auto;background:url(../img/shoppingCar/laba.png) no-repeat 13px center;line-height:36px;padding-left: 40px;} 55 | .shopping_main3{width: 990px; 56 | min-height: 277px;height: auto!important;height: 277px;margin: 0 auto;} 57 | /*===================购物车===============*/ 58 | 59 | 60 | 61 | table{border-collapse:collapse;border-spacing:0;border:0;} 62 | clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden} 63 | .clearfix{display:inline-table} 64 | *html .clearfix{height:1%} 65 | .clearfix{display:block} 66 | *+html .clearfix{min-height:1%} 67 | .fl{float:left;} 68 | .fr{float:right;} 69 | 70 | .catbox{width:990px;margin:0 auto;} 71 | .catbox table{text-align:center;width:100%;} 72 | .catbox table th,.catbox table td{border:1px solid #CADEFF;} 73 | .catbox table th{background:#e2f2ff;border-top:3px solid #a7cbff;height:30px;} 74 | .catbox table td{padding:10px;color:#444;} 75 | .catbox table tbody tr:hover{background:RGB(238,246,255);} 76 | .checkbox{width:60px;} 77 | .goods{width:300px;} 78 | .goods span{width:180px;margin-top:20px;text-align:left;float:left;} 79 | .goods img{width:100px;height:80px;margin-right:10px;float:left;} 80 | .price{width:130px;} 81 | .count{width:90px;} 82 | .count .add, .count input, .count .reduce{float:left;margin-right:-1px;position:relative;z-index:0;} 83 | .count .add, .count .reduce{height:23px;width:17px;border:1px solid #e5e5e5;background:#f0f0f0;text-align:center;line-height:23px;color:#444;} 84 | .count .add:hover, .count .reduce:hover{color:#f50;z-index:3;border-color:#f60;cursor:pointer;} 85 | .count input{width:50px;height:15px;line-height:15px;border:1px solid #aaa;color:#343434;text-align:center;padding:4px 0;background-color:#fff;z-index:2;} 86 | .subtotal{width:150px;color:red;font-weight:bold;} 87 | .operation span:hover,a:hover{cursor:pointer;color:red;text-decoration:underline;} 88 | 89 | .foot{margin-top:10px;color:#666;height:48px;border:1px solid #c8c8c8;background-color:#eaeaea;background-image:linear-gradient(RGB(241,241,241),RGB(226,226,226));position:relative;z-index:8;} 90 | .foot div, .foot a{line-height:48px;height:48px;} 91 | .foot .select-all{width:100px;height:48px;line-height:48px;padding-left:5px;color:#666;} 92 | .foot .closing{border-left:1px solid #c8c8c8;width:100px;text-align:center;color:#000;font-weight:bold;background:RGB(238,238,238);cursor:pointer;} 93 | .foot .total{margin:0 20px;cursor:pointer;} 94 | .foot #priceTotal, .foot #selectedTotal{color:red;font-family:"Microsoft Yahei";font-weight:bold;font-size: 17px;} 95 | .foot .selected{cursor:pointer;} 96 | .foot .selected .arrow{position:relative;top:-3px;margin-left:3px;} 97 | .foot .selected .down{position:relative;top:3px;display:none;} 98 | .show .selected .down{display:inline;} 99 | .show .selected .up{display:none;} 100 | .goodsInfo{height: 64px;background: #F6F6F6;padding-left:800px;border: 1px solid #e5e5e5;} 101 | .goodsInfo div{height: 32px;} 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | /*=================================bottom===================*/ 112 | .outerBottom{ 113 | width: 100%; 114 | height: 80px; 115 | background: white; 116 | } 117 | .outerBottom a{ 118 | font-size: 12px; 119 | text-decoration:none; 120 | color: gray; 121 | } 122 | .bottom{ 123 | width: 1190px; 124 | height: 70px; 125 | padding: 10px; 126 | margin: 0 auto; 127 | } 128 | .bottom div{ 129 | text-align: center; 130 | } 131 | -------------------------------------------------------------------------------- /zhen/details.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 152 | 153 | 154 | 155 | 156 |
157 | 158 |
159 | 160 | 191 | 192 |
193 |
194 |
195 | 196 |
197 | 299 |
300 | 301 |
302 |

Calvin Klein > 卡尔文·克莱恩 黑色 皮革 男士长款钱包 37305589010

303 |
304 | 305 |
306 |
307 | 316 | 336 | 337 |
338 | 339 |
340 |
341 |

Calvin Klein

342 | 卡尔文·克莱恩 黑色 皮革 男士长款钱包 37305589010 343 |
344 |
商品编号16816902
345 |
珍 品 价599市场价 ¥1440
346 |
赠送服务价值¥388免费养护一次;售后3月内免费维修查看详情
347 |
348 |
颜   色
349 |
数   量此商品需调货,预计下单后3-6天收到货品
350 |
351 |
352 |
353 |
354 |
355 | 356 |
357 |
358 |
商品详情
359 |
评价详情
360 |
配送及售后
361 |
362 |
363 |
我是商品详情
364 |
我是评价详情
365 |
我是配送及售后
366 |
367 |
368 | 369 |
370 | 437 |
438 | 439 |
440 |
441 |

企业客户| 442 | 关于我们| 443 | 联系我们| 444 | 人才招聘| 445 | 企业客户| 446 | 合作伙伴| 447 |

448 |

京ICP证110290号 | 京ICP备11014626号-5 | 京公网安备11010502025723号 | 食品流通许可证SP1101121310106363(1-1) | 出版物经营许可证 新出发京批字第直130121号

449 | 450 |
451 |
452 | 453 | 454 | -------------------------------------------------------------------------------- /zhen/forgetpassword.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 64 | 65 | 66 |
67 | 68 |
69 | 70 |
71 |
72 |
73 | 74 |
75 | 177 |
178 | 179 |
180 |
找回密码
181 |
182 |
183 | 184 |
185 | 验证码已发送

186 | 187 | 188 | 下一步 189 |
190 |
191 | 192 | 193 | 194 | 195 | 196 |
197 | 264 |
265 | 266 |
267 |
268 |

企业客户| 269 | 关于我们| 270 | 联系我们| 271 | 人才招聘| 272 | 企业客户| 273 | 合作伙伴| 274 |

275 |

京ICP证110290号 | 京ICP备11014626号-5 | 京公网安备11010502025723号 | 食品流通许可证SP1101121310106363(1-1) | 出版物经营许可证 新出发京批字第直130121号

276 | 277 |
278 |
279 | 280 | 285 | 286 | -------------------------------------------------------------------------------- /zhen/goods.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 112 | 113 | 114 |
115 | 116 |
117 | 118 | 149 | 150 |
151 |
152 |
153 | 154 |
155 | 257 |
258 | 259 |
260 |
箱包
261 |
262 |
263 |
264 |

女士箱包

265 | 277 |
278 |
279 |

男士箱包

280 | 292 |
293 |
294 |
295 |
296 |
箱包-共16310件相关商品
297 | 361 |
362 | 363 |
364 |
    365 |
  • 366 |
  • 367 |
  • 368 |
  • 369 |
  • 370 |
  • 371 |
  • 372 |
  • 373 |
  • 374 |
375 |
376 |
377 |
378 | 379 |
380 | 386 |
387 |
388 |
389 | 390 |
391 | 398 |
399 |
400 |
401 |
402 |
403 | 404 | 405 | 406 | 价格 407 | - 408 | 促销 409 | 促销 410 | 促销 411 | 1/255 412 |
413 |
414 | 415 | 416 |
417 |
418 |
    419 |
  • 1
  • 420 |
  • 2
  • 421 |
  • 3
  • 422 |
  • 4
  • 423 |
  • 5
  • 424 | 425 |
  • 下一页
  • 426 |
427 | 共272页 428 | 429 |
430 |
431 |
432 |
433 |
434 | 435 |
436 | 503 |
504 | 505 |
506 |
507 |

企业客户| 508 | 关于我们| 509 | 联系我们| 510 | 人才招聘| 511 | 企业客户| 512 | 合作伙伴| 513 |

514 |

京ICP证110290号 | 京ICP备11014626号-5 | 京公网安备11010502025723号 | 食品流通许可证SP1101121310106363(1-1) | 出版物经营许可证 新出发京批字第直130121号

515 | 516 |
517 |
518 | 519 | 520 | -------------------------------------------------------------------------------- /zhen/html/Login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
15 | 20 | 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 | 51 |

忘记密码?

52 |
53 |
54 |
55 | 登录 56 | 57 |
58 |

注册 59 |
60 |
61 | 65 |
66 |
67 | 68 |
69 |
70 |

企业客户| 71 | 关于我们| 72 | 联系我们| 73 | 人才招聘| 74 | 企业客户| 75 | 合作伙伴| 76 |

77 |

京ICP证110290号 | 京ICP备11014626号-5 | 京公网安备11010502025723号 | 食品流通许可证SP1101121310106363(1-1) | 出版物经营许可证 新出发京批字第直130121号

78 | 79 |
80 | 81 | 92 | 93 | -------------------------------------------------------------------------------- /zhen/html/regsiter.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 101 | 102 | 103 | 104 |
105 |
106 | 111 |
    112 |
  • 113 |
  • 114 |
  • 115 |
116 |
117 |
118 | 119 |
120 |
121 |
122 | 立即注册珍品网,获得100积分我已经注册,现在就登陆 123 |
124 | 125 |
126 |
127 |

128 | 129 | 130 | 131 |

132 |

133 | 134 | 135 | 136 |

137 | 138 |

139 | 140 | 141 | 142 |

143 |

144 | 145 | 146 |

换一张 147 |

148 |

我已阅读并同意卖身契

149 | 注册 150 |
151 |
152 | 153 |
154 |
155 |
156 |
157 | 158 |
159 |
160 |

企业客户| 161 | 关于我们| 162 | 联系我们| 163 | 人才招聘| 164 | 企业客户| 165 | 合作伙伴| 166 |

167 |

京ICP证110290号 | 京ICP备11014626号-5 | 京公网安备11010502025723号 | 食品流通许可证SP1101121310106363(1-1) | 出版物经营许可证 新出发京批字第直130121号

168 | 169 |
170 | 171 | 172 | 173 | -------------------------------------------------------------------------------- /zhen/html/shoppingCar.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 52 | 53 | 54 | 55 |
56 |
57 | 62 |
    63 |
  • 64 |
  • 65 |
66 |
67 |
68 | 69 |
我的购物袋
70 |
尊敬的用户,珍品网承诺承诺:所售商品100%正品
71 |
72 |
73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 94 | 95 | 96 |
商品单价数量小计操作
97 |
98 |

商品数量:0

99 |

优惠:

100 |
101 | 102 | 115 | 116 |
117 |
118 | 119 |
120 |
121 |

企业客户| 122 | 关于我们| 123 | 联系我们| 124 | 人才招聘| 125 | 企业客户| 126 | 合作伙伴| 127 |

128 |

京ICP证110290号 | 京ICP备11014626号-5 | 京公网安备11010502025723号 | 食品流通许可证SP1101121310106363(1-1) | 出版物经营许可证 新出发京批字第直130121号

129 | 130 |
131 | 132 | 133 | 134 | 135 | -------------------------------------------------------------------------------- /zhen/img/active/app_0011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/active/app_0011.png -------------------------------------------------------------------------------- /zhen/img/active/app_bj.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/active/app_bj.jpg -------------------------------------------------------------------------------- /zhen/img/active/forget1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/active/forget1.png -------------------------------------------------------------------------------- /zhen/img/active/forget2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/active/forget2.png -------------------------------------------------------------------------------- /zhen/img/details/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/Thumbs.db -------------------------------------------------------------------------------- /zhen/img/details/bigPic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/bigPic.jpg -------------------------------------------------------------------------------- /zhen/img/details/btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/btn.png -------------------------------------------------------------------------------- /zhen/img/details/inputbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/inputbg.png -------------------------------------------------------------------------------- /zhen/img/details/inputbgjoinU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/inputbgjoinU.png -------------------------------------------------------------------------------- /zhen/img/details/list1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/list1.jpg -------------------------------------------------------------------------------- /zhen/img/details/list2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/list2.jpg -------------------------------------------------------------------------------- /zhen/img/details/list3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/list3.jpg -------------------------------------------------------------------------------- /zhen/img/details/list4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/list4.jpg -------------------------------------------------------------------------------- /zhen/img/details/list5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/list5.jpg -------------------------------------------------------------------------------- /zhen/img/details/nolPic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/nolPic.png -------------------------------------------------------------------------------- /zhen/img/details/pic1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/pic1.jpg -------------------------------------------------------------------------------- /zhen/img/details/promise.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/promise.jpg -------------------------------------------------------------------------------- /zhen/img/details/smallbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/smallbg.png -------------------------------------------------------------------------------- /zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/baidu_jgylogo3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/baidu_jgylogo3.gif -------------------------------------------------------------------------------- /zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/bd_logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/bd_logo1.png -------------------------------------------------------------------------------- /zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/message_a30a6a18.css: -------------------------------------------------------------------------------- 1 | .s-mod-msg{position:absolute;top:28px;font-size:12px;color:#333;width:278px;z-index:999}.s-mod-msg .msg-area{border:1px solid #e3e3e3;background:#fff;box-shadow:0 2px 2px rgba(0,0,0,0.07);-moz-box-shadow:0 2px 2px rgba(0,0,0,0.07);-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.07);filter:progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#e3e3e3');-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#e3e3e3')"}.s-mod-msg .s-msg-base .no-msg-tip{height:88px;line-height:88px;margin:0 20px;border-bottom:1px solid #ccc;border-bottom:1px solid rgba(177,177,177,.20);text-align:center}.s-mod-msg .no-msgs{height:139px}.s-mod-msg .no-set-msg{height:68px}.s-mod-msg .msg-btns,.s-mod-msg .no-msg-btns{height:28px}.s-mod-msg .s-msg-base .no-msg-btns,.s-mod-msg .msg-btns{padding-top:10px;padding-bottom:12px}.s-mod-msg .no-msgs .no-msg-btns{margin-left:50px}.s-mod-msg .msg-btns{margin-left:30px}.s-mod-msg .msg-btn{color:#fff;cursor:pointer;float:left;display:inline;width:82px;height:28px;line-height:28px;text-align:center;background:#389cff;position:relative}.s-mod-msg .msg-setting-btn{left:14px}.s-msg-base .no-msg-btns .no-use{background:#bcbcbc;cursor:default}.s-mod-msg .msg-btn .bg{font-size:0;position:absolute;top:9px;left:10px}.s-mod-msg .msg-btn .title{margin-left:10px;color:#FFF}.s-mod-msg .msg-setting-btn .title{margin-left:0;color:#FFF;display:inline-block;height:28px;width:59px;float:left;padding-left:23px;text-align:left;position:absolute;left:0;text-decoration:none}.s-mod-msg .msg-clear-btn .bg{width:12px;height:9px;background:url('../img/msg_bg_d75a3e82.png') no-repeat 0 0;_background:url('../img/msg_bg_skin_ie6_52137b6c.png') no-repeat 0 0}.s-mod-msg .msg-setting-btn .bg{width:12px;height:10px;background:url('../img/msg_bg_d75a3e82.png') no-repeat -15px 0}.s-msg-base .noset-msg-tip{text-align:left;height:28px;line-height:28px;padding:20px;position:relative}.s-msg-base .noset-msg-tip .msg-setting-btn{position:absolute;top:20px;right:20px;left:auto}.s-mod-msg .msg-arrow{position:absolute;z-index:2;top:-10px;display:inline-block;width:0;height:0;line-height:0;border:5px dashed transparent;border-bottom:5px solid #e3e3e3;font-size:0;margin-left:5px}.s-mod-msg .msg-arrow em{position:absolute;top:-4px;left:-5px;display:block !important;width:0 !important;height:0 !important;line-height:0;font-size:0;color:#666;border-top:5px dashed transparent;border-left:5px dashed transparent;border-right:5px dashed transparent;border-bottom:5px solid #fff}.s-mod-msg-shadow{background:url('../img/blank_56a92bd4.png') repeat;_background:url('../img/blank_ie6_fadcce61.png') repeat;position:absolute;width:100%;height:100%;left:0;top:0;z-index:998}.s-msg-firtip{color:#333;font-size:12px;text-align:left}.s-mod-msg .item-msg-content{display:inline-block;vertical-align:middle;width:166px;_width:162px;font-size:12px;*margin-top:6px;_margin-top:4px}.s-mod-msg .item-msg-content .default-msg-title{color:#333;text-decoration:none}.s-mod-msg .item-msg-content .default-msg-title:hover{text-decoration:underline}.s-mod-msg.extend .item-msg-content{*margin-top:0;_margin-top:4px}.s-mod-msg .cell{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.s-msg-firtip .s-msg-content{position:relative}.s-mod-msg .msg-area .s-msg-item{font-size:0;width:230px;text-align:left;padding:15px;padding-right:0}.s-mod-msg .s-msg-item .item-name{display:inline-block;vertical-align:middle;font-weight:bold;width:48px;font-size:12px;_margin-top:2px}.s-mod-msg.extend .s-msg-item .item-name{_margin-left:-15px}.s-mod-msg .s-msg-item .item-name .item-name-link{color:#333;font-weight:bold;text-decoration:none;white-space:nowrap;overflow:hidden}.s-mod-msg .s-msg-item .item-name .item-name-link:hover{text-decoration:underline}.s-mod-msg .s-msg-item .item-name span.item-name-link:hover{color:#666;text-decoration:none}.s-mod-msg .s-msg-item .item-title:visited{color:#333}.s-mod-msg .s-msg-item .item-title{text-decoration:none;color:#333;outline:none}.s-mod-msg .s-msg-item .title-sns,.s-mod-msg .s-msg-item .title-sns:visited{color:#333;margin-right:0}.s-mod-msg .s-msg-item .title-sns-visited,.s-mod-msg .s-msg-item .title-sns-visited:visited{color:#333}.s-msg-firtip .s-msg-item .vertical-line{vertical-align:middle;display:inline-block;width:0;height:12px;margin:-2px 6px 0 9px;*margin-top:0;overflow:hidden;border-right:1px solid #ccc;border-right:1px solid rgba(177,177,177,.50)}.s-mod-msg .s-msg-item .item-title.comma{margin-right:0}.s-mod-msg .s-msg-item .item-title:hover{text-decoration:underline}.s-msg-firtip .s-msg-item .item-title.no-underline:hover{text-decoration:none}.s-mod-msg .s-msg-item .item-blue{color:#0360AF}.s-mod-msg .s-msg-item .item-orange{color:#FF5757;margin-right:1px}.s-mod-msg .s-msg-item .item-bold{font-weight:bold}.s-mod-msg .s-msg-exchange,.s-mod-msg .s-msg-setting,.s-mod-msg .s-msg-count{background:url("../img/msg_bg_d75a3e82.png") no-repeat;position:absolute;display:inline-block;height:16px;width:16px;outline:none;text-decoration:none}.s-msg-firtip .s-msg-exchange{top:20px;right:15px;background-position:0 -23px}.s-msg-firtip .s-msg-exchange.hide{background-position:-218px 0}.s-msg-firtip .s-msg-setting{top:8px;right:10px;background-position:-80px 0}.s-msg-firtip .s-msg-setting:hover{background-position:-320px 0}.s-msg-firtip.extend .s-msg-setting{opacity:1;filter:none}.s-msg-firtip .s-msg-count{top:0;right:-8px;text-align:center;color:white;background-position:-30px 0}.s-mod-msg.extend .s-msg-tips{padding:5px 20px 0 20px}.s-mod-msg.extend .s-msg-item{width:238px;padding:15px 0;_padding-left:0;_padding-right:0;font-size:0;border-bottom:1px solid #ccc;border-bottom:1px solid rgba(177,177,177,.20)}.s-mod-msg.extend .vertical-line{display:none}.s-mod-msg.extend .item-msg-content{margin-left:16px;vertical-align:top;width:174px;_margin-top:0} -------------------------------------------------------------------------------- /zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/soutu_1815c820.css: -------------------------------------------------------------------------------- 1 | #kw::-ms-clear{display:none}#quickdelete{display:none!important}.soutu-input-close{position:absolute;right:3px;top:50%;cursor:pointer;margin-top:-7px;display:block;width:14px;height:14px;background:url(https://ss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/soutu/img/soutu_icons_new_418b2e38.png) no-repeat -163px 0}.soutu-input-close:hover{background-position:-215px 2px}.quickdelete-wrap{position:relative}.ipt_rec{right:41px!important}.ipt_rec:after{content:"";display:inline-block;height:14px;width:0;border-left:1px solid #e7e7e7;margin:10px 0 10px 30px}.ipt_photo{z-index:1;position:absolute;right:11px;top:50%;margin-top:-8px;height:16px;width:18px;background:#fff url(https://ss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/soutu/img/soutu_icons_6eead741.png) no-repeat 0 0;cursor:pointer}.s_ipt_wr_newIndex .ipt_photo{right:12px}.s_ipt_wr_newIndex .ipt_rec{left:463px!important}.s_ipt_wr_newIndex .ipt_rec:after{margin-left:31px}.ipt_photo_mac ~ input#kw{width:460px}.s_ipt_wr_newIndex.soutu_mac #kw{width:450px!important;padding-right:79px!important} 2 | .s_ipt_wr_newIndex.soutu_nomac #kw{width:480px!important;padding-right:49px!important}#head_wrapper.s-down .s_ipt_wr_newIndex.soutu_mac #kw{padding-right:78px!important}#head_wrapper.s-down .s_ipt_wr_newIndex.soutu_nomac #kw{padding-right:48px!important}.wrapper_s .quickdelete-wrap .ipt_photo_mac ~ input#kw{width:361px}.ipt_photo_hover{background-position:0 -21px}.ipt_photo.ipt_photo_retainer{background:#fff url(https://ss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/soutu/img/camera_d77b8490.png) no-repeat center;background-position:0 50%;background-size:25px 25px}.soutu-container{margin:22px auto 0;width:641px;z-index:101;text-align:left;position:relative}.soutu-wrap{background-color:#fff;position:absolute;border:1px solid #3385ff;z-index:101}.soutu-wrap.new{border:0;box-shadow:1px 1px 3px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.2)}#head_wrapper.s-down .soutu-wrap.new,.soutu-wrap.new.no-skin{box-shadow:none;border:1px solid #3385ff}.soutu-wrap .soutu-icon{display:inline-block;background:url(https://ss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/soutu/img/soutu_icons_new_418b2e38.png) no-repeat} 3 | .soutu-wrap.result{width:639px}.soutu-wrap .soutu-fake-wrap{border-bottom:1px solid #ccc;background:#fff;display:inline-block;width:539px;overflow:hidden;height:34px;vertical-align:top}.soutu-wrap.new .soutu-fake-wrap{width:537px;height:39px}#head_wrapper.s-down .soutu-wrap.new .soutu-fake-wrap{width:535px}.soutu-wrap.new.no-skin .soutu-fake-wrap{width:536px}.soutu-wrap .soutu-fake-wrap.focus{border-color:#4791ff transparent #4791ff #4791ff}.soutu-wrap .soutu-s-ipt{width:526px;height:22px;font:13px/18px '宋体';color:#aaa;line-height:22px\9;margin:6px 0 0 7px;padding:0;background:transparent;border:0;outline:0;-webkit-appearance:none}.soutu-wrap.new .soutu-s-ipt{width:523px;margin:0;padding:9px 7px}.soutu-wrap .soutu-s-ipt::-webkit-input-placeholder,.soutu-wrap .soutu-s-ipt::-moz-input-placeholder,.soutu-wrap .soutu-s-ipt:-moz-input-placeholder,.soutu-wrap .soutu-s-ipt:-ms-input-placeholder{color:#ccc}.soutu-wrap .soutu-fake{position:relative;z-index:2}.soutu-wrap .soutu-fake-btn{position:relative;display:inline-block;text-align:center;width:100px;height:35px;background:#3385ff;border:0 none;border-bottom:1px solid #2d78f4;cursor:pointer;vertical-align:top;margin:-1px -1px 0 0} 4 | #head_wrapper.s-down .soutu-wrap.new .soutu-fake-btn,.soutu-wrap.new.no-skin .soutu-fake-btn{background-color:#3385ff;margin:-1px -1px 0 0;border-bottom:1px solid #2d78f4;height:40px}.soutu-wrap .soutu-fake-btn-icon{position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;width:21px;height:19px}.soutu-wrap.new .soutu-fake-btn-icon{background-position:-177px 0}#head_wrapper.s-down .soutu-wrap.new .soutu-fake-btn-icon,.soutu-wrap.new.no-skin .soutu-fake-btn-icon{background-position:0 0}#head_wrapper.s-down .soutu-wrap.new .btnhover,.soutu-wrap .btnhover,.soutu-wrap.new.no-skin .soutu-fake-btn.btnhover{background:#317ef3;border-bottom:1px solid #2868c8;box-shadow:1px 1px 1px #ccc;margin:-1px -1px 0 0}.soutu-wrap.new .soutu-fake-btn,.soutu-wrap.new .soutu-fake-btn.btnhover{width:104px;height:40px;background-color:#e2e2e2;border:0;margin:0;box-shadow:none}.soutu-wrap .soutu-hr{padding:23px 20px 27px}.soutu-wrap .soutu-close{position:absolute;right:18px;bottom:13px;z-index:2;background-position:-20px 0;width:18px;height:18px} 5 | .soutu-wrap .soutu-close:hover{background-position:-197px -1px}.soutu-wrap .soutu-url-error{position:absolute;right:121px;margin-top:5px;background:url(https://ss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/soutu/img/soutu_icons_6eead741.png) no-repeat center;display:none;width:134px;padding-left:36px;height:26px;line-height:26px;color:#e43;background-position:right -65px}.soutu-wrap .soutu-drop{text-align:center;height:75px;padding-top:25px;margin-bottom:16px;background-color:#fafafa}.soutu-wrap .soutu-drop.drag-over{background-color:#f2f2f2}.soutu-wrap .soutu-drop-tip{display:block;font-size:16px;color:#999}.soutu-drop.drag-over .soutu-drop-tip{color:#333}.soutu-wrap .soutu-drop-icon{margin-top:6px;width:28px;height:28px;background-position:-70px -2px}.soutu-drop.drag-over .soutu-drop-icon{background-position:-42px -2px}.soutu-wrap .upload-wrap{position:relative;width:158px;height:43px;font-size:16px;border:1px solid #cacbcc;line-height:43px;margin:0 auto;color:#333;text-align:center}.soutu-wrap .upload-wrap:hover{border-color:#388bff} 6 | .soutu-wrap .upload-pic{position:absolute;font-size:0;width:100%;height:100%;outline:0;opacity:0;filter:alpha(opacity=0);margin-left:-18px;z-index:1;cursor:pointer}.soutu-wrap .upload-icon{position:relative;top:2px;width:18px;height:18px;margin-right:8px;background-position:-144px 0}.soutu-wrap .flash-wrap{margin-top:-30px;opacity:0;filter:alpha(opacity=0)}.soutu-mask{position:absolute;width:100%;height:100%;left:0;top:0;font-size:16px;font-weight:bold;background:#fff;z-index:1}.soutu-active{position:absolute;margin-top:-15px;top:50%;text-align:center;width:100%}.soutu-active{margin-top:-8px;line-height:1}.soutu-waiting{margin-top:105px;text-align:center}.soutu-waiting .ball{width:40px;height:10px;margin:0 auto;position:relative}.soutu-waiting .b{left:20px;position:absolute;width:10px;height:10px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.soutu-waiting span{display:inline-block;margin-top:30px;font-size:16px}.soutu-error{margin-top:75px;text-align:center}.soutu-wrap .soutu-error-icon{width:44px;height:44px;background-position:-98px -1px} 7 | .soutu-error-main{margin:12px 0 15px 0;font:16px "Microsoft YaHei";color:#333}.soutu-error-tip{font-weight:normal;color:#999;font:13px "SimSun"}.soutu-error-upload{text-decoration:underline;color:#333}.soutu-error-upload:active{color:#333}.soutu-error-upload:hover{cursor:pointer}.wrapper_s .soutu-wrap.result{width:539px}.wrapper_s .soutu-wrap .soutu-fake-wrap{width:439px} -------------------------------------------------------------------------------- /zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/swfobject_c1c7185a.js: -------------------------------------------------------------------------------- 1 | var swfobject=function(){var aq="undefined",aD="object",ab="Shockwave Flash",X="ShockwaveFlash.ShockwaveFlash",aE="application/x-shockwave-flash",ac="SWFObjectExprInst",ax="onreadystatechange",af=window,aL=document,aB=navigator,aa=false,Z=[aN],aG=[],ag=[],al=[],aJ,ad,ap,at,ak=false,aU=false,aH,an,aI=true,ah=function(){var a=typeof aL.getElementById!=aq&&typeof aL.getElementsByTagName!=aq&&typeof aL.createElement!=aq,e=aB.userAgent.toLowerCase(),c=aB.platform.toLowerCase(),h=c?/win/.test(c):/win/.test(e),j=c?/mac/.test(c):/mac/.test(e),g=/webkit/.test(e)?parseFloat(e.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,d=!+"\v1",f=[0,0,0],k=null;if(typeof aB.plugins!=aq&&typeof aB.plugins[ab]==aD){k=aB.plugins[ab].description;if(k&&!(typeof aB.mimeTypes!=aq&&aB.mimeTypes[aE]&&!aB.mimeTypes[aE].enabledPlugin)){aa=true;d=false;k=k.replace(/^.*\s+(\S+\s+\S+$)/,"$1");f[0]=parseInt(k.replace(/^(.*)\..*$/,"$1"),10);f[1]=parseInt(k.replace(/^.*\.(.*)\s.*$/,"$1"),10);f[2]=/[a-zA-Z]/.test(k)?parseInt(k.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0 2 | }}else{if(typeof af.ActiveXObject!=aq){try{var i=new ActiveXObject(X);if(i){k=i.GetVariable("$version");if(k){d=true;k=k.split(" ")[1].split(",");f=[parseInt(k[0],10),parseInt(k[1],10),parseInt(k[2],10)]}}}catch(b){}}}return{w3:a,pv:f,wk:g,ie:d,win:h,mac:j}}(),aK=function(){if(!ah.w3){return}if((typeof aL.readyState!=aq&&aL.readyState=="complete")||(typeof aL.readyState==aq&&(aL.getElementsByTagName("body")[0]||aL.body))){aP()}if(!ak){if(typeof aL.addEventListener!=aq){aL.addEventListener("DOMContentLoaded",aP,false)}if(ah.ie&&ah.win){aL.attachEvent(ax,function(){if(aL.readyState=="complete"){aL.detachEvent(ax,arguments.callee);aP()}});if(af==top){(function(){if(ak){return}try{aL.documentElement.doScroll("left")}catch(a){setTimeout(arguments.callee,0);return}aP()})()}}if(ah.wk){(function(){if(ak){return}if(!/loaded|complete/.test(aL.readyState)){setTimeout(arguments.callee,0);return}aP()})()}aC(aP)}}();function aP(){if(ak){return}try{var b=aL.getElementsByTagName("body")[0].appendChild(ar("span")); 3 | b.parentNode.removeChild(b)}catch(a){return}ak=true;var d=Z.length;for(var c=0;c0){for(var h=0;h0){var i=aS(c);if(i){if(ao(aG[h].swfVersion)&&!(ah.wk&&ah.wk<312)){ay(c,true);if(l){a.success=true;a.ref=av(c);l(a)}}else{if(aG[h].expressInstall&&au()){var e={};e.data=aG[h].expressInstall;e.width=i.getAttribute("width")||"0";e.height=i.getAttribute("height")||"0";if(i.getAttribute("class")){e.styleclass=i.getAttribute("class")}if(i.getAttribute("align")){e.align=i.getAttribute("align")}var f={};var d=i.getElementsByTagName("param");var k=d.length;for(var j=0;j'}}a.outerHTML='"+h+"";ag[ag.length]=e.id;d=aS(e.id)}else{var b=ar(aD);b.setAttribute("type",aE);for(var k in e){if(e[k]!=Object.prototype[k]){if(k.toLowerCase()=="styleclass"){b.setAttribute("class",e[k]) 7 | }else{if(k.toLowerCase()!="classid"){b.setAttribute(k,e[k])}}}}for(var l in g){if(g[l]!=Object.prototype[l]&&l.toLowerCase()!="movie"){aQ(b,l,g[l])}}a.parentNode.replaceChild(b,a);d=b}}return d}function aQ(b,d,c){var a=ar("param");a.setAttribute("name",d);a.setAttribute("value",c);b.appendChild(a)}function aw(a){var b=aS(a);if(b&&b.nodeName=="OBJECT"){if(ah.ie&&ah.win){b.style.display="none";(function(){if(b.readyState==4){aT(a)}else{setTimeout(arguments.callee,10)}})()}else{b.parentNode.removeChild(b)}}}function aT(a){var b=aS(a);if(b){for(var c in b){if(typeof b[c]=="function"){b[c]=null}}b.parentNode.removeChild(b)}}function aS(a){var c=null;try{c=aL.getElementById(a)}catch(b){}return c}function ar(a){return aL.createElement(a)}function aM(a,c,b){a.attachEvent(c,b);al[al.length]=[a,c,b]}function ao(a){var b=ah.pv,c=a.split(".");c[0]=parseInt(c[0],10);c[1]=parseInt(c[1],10)||0;c[2]=parseInt(c[2],10)||0;return(b[0]>c[0]||(b[0]==c[0]&&b[1]>c[1])||(b[0]==c[0]&&b[1]==c[1]&&b[2]>=c[2]))?true:false 8 | }function az(b,f,a,c){if(ah.ie&&ah.mac){return}var e=aL.getElementsByTagName("head")[0];if(!e){return}var g=(a&&typeof a=="string")?a:"screen";if(c){aH=null;an=null}if(!aH||an!=g){var d=ar("style");d.setAttribute("type","text/css");d.setAttribute("media",g);aH=e.appendChild(d);if(ah.ie&&ah.win&&typeof aL.styleSheets!=aq&&aL.styleSheets.length>0){aH=aL.styleSheets[aL.styleSheets.length-1]}an=g}if(ah.ie&&ah.win){if(aH&&typeof aH.addRule==aD){aH.addRule(b,f)}}else{if(aH&&typeof aL.createTextNode!=aq){aH.appendChild(aL.createTextNode(b+" {"+f+"}"))}}}function ay(a,c){if(!aI){return}var b=c?"visible":"hidden";if(ak&&aS(a)){aS(a).style.visibility=b}else{az("#"+a,"visibility:"+b)}}function ai(b){var a=/[\\\"<>\.;]/;var c=a.exec(b)!=null;return c&&typeof encodeURIComponent!=aq?encodeURIComponent(b):b}var aR=function(){if(ah.ie&&ah.win){window.attachEvent("onunload",function(){var a=al.length;for(var b=0;b800||E>800){var I=Math.max(J/800,E/800);J/=I;E/=I}var H=document.createElement("canvas");H.width=J;H.height=E;var F=H.getContext("2d");F.fillRect(0,0,H.width,H.height);F.drawImage(G,0,0,J,E);var K=H.toDataURL("image/jpeg",1);return C(K.replace(/^.*?,/,""),"image/jpeg")}var A=B.size;z(B,function(E,G){var F=new Image();F.onload=function(){if(A=0.5){$(E).css({"background-color":y[(D+C)%3]})}},complete:function(){B()}});D++})()})},setError:function(z){this.clean();this.state="error";z=z||w["2"];var y='

'+z+',请重新上传

仅支持10M以下JPG,JPEG,PNG,BMP,GIF格式图片

';this.wrap.append(this.getHtml(y))},setActiving:function(){if(this.state!=="activing"){this._setActive(1);this.state="activing"}},setActive:function(){if(this.state!=="active"){this._setActive();this.state="active"}},_setActive:function(y){this.clean();if(this.activeLayer){$(this.getHtml(this.activeLayer,"background-color:"+(y?"#ededed":"#f6f6f6")+";")).appendTo(this.wrap) 5 | }},getHtml:function(z,y){y=y||"";return'
'+z+"
"},show:function(){},hide:function(){}});var j=function(y){this.config={};$.extend(this.config,h,y);this.state="normal";this.init();this.canDrop="ondrop" in document.body;this.canAjaxForm="FormData" in window};$.extend(j.prototype,{init:function(){var z=this;a.addClass(i?"soutu_mac":"soutu_nomac");var y=$('');if(t){y.insertBefore(a.parent())}else{y.appendTo("head")}this.$Btn=$('').prependTo($("#kw").parent()).hover(function(){z.$Btn.addClass("ipt_photo_hover")},function(){z.$Btn.removeClass("ipt_photo_hover")}).on("click",function(A){A.stopPropagation();A.preventDefault();z.addPanel();z.$Btn.hide();z.log({rsv_imageclick:"camerabtn"})});if(i){this.$Btn.addClass("ipt_photo_mac")}if(t){this.$Btn.parent().addClass("s_ipt_wr_newIndex")}$(window).one("index_off",function(){z.$Btn.parent().removeClass("s_ipt_wr_newIndex") 6 | });if(!l){$("#kw").on("drop.soutu",function(A){if(A.originalEvent.dataTransfer&&A.originalEvent.dataTransfer.files&&A.originalEvent.dataTransfer.files.length){s(A);z.$Btn.trigger("click");z.handleDrop(A);z.log({rsv_imageclick:"iptdrop"})}}).on("dragover.soutu",function(A){return !m});if($(".soutu-input-image").length){$(".soutu-input-image").on("click",function(){z.log({rsv_imageclick:"delimg"})})}$(document).on("dragstart.soutu",function(F){var A=F.originalEvent.dataTransfer;var E=F.target||F.srcElement;var G=E.nodeName.toLowerCase();var C;if(G==="img"){z.$Btn.trigger("click");C=E.src;try{A.setData("text/plain",C)}catch(D){A.setData("Text",C)}}else{if(G==="a"){var B=$(E).children("img");if(B.length){z.$Btn.trigger("click");C=B[0].src;try{A.setData("text/plain",C)}catch(D){A.setData("Text",C)}}}}})}},hidePanel:function(){this.$wrap.hide();this.wrapHidden=true},show:function(){if(window.pageState===1&&!this.$wrap.hasClass("result")){this.$wrap.addClass("result")}if(t&&bds.comm.ishome){this.$wrap.addClass("new"); 7 | if(!window.s_session||!!s_session.userSkinName===false){this.$wrap.addClass("no-skin")}}this.$wrap.show()},close:function(){this.$wrap.hide();this.$Btn.show();this.setState("normal");this.$urlErrorTip.hide();this.$kw.val("")},addPanel:function(){var y=this;this.wrapHidden=false;if(this.$wrap){this.show();return}this.$wrap=$('
请输入正确的图片网址
本地上传图片
').prependTo($("#form")); 8 | this.$kw=this.$wrap.find("#soutu-fake-kw").on("focus",function(){y.$wrap.find(".soutu-fake-wrap").addClass("focus")}).on("blur",function(){y.$wrap.find(".soutu-fake-wrap").removeClass("focus")});this.$dropArea=this.$wrap.find(".soutu-drop");this.$kw.on("keydown",function(A){var z=A.keyCode;if(y.$urlErrorTip.css("display")!=="none"){y.$urlErrorTip.hide()}if(z===13){y.submit(this.value);A.stopPropagation();A.preventDefault();return false}});this.$urlErrorTip=this.$wrap.find(".soutu-url-error");this.$wrap.find(".soutu-fake-btn").on("click",function(){var z=y.$kw.val();y.submit(z,true)});this.$wrap.find(".soutu-fake-btn").on("mouseover",function(){$(this).addClass("btnhover")}).on("mouseout",function(){$(this).removeClass("btnhover")});if(!this.canAjaxForm){this.hackFlash()}this.$wrap.find(".soutu-close").on("click",function(){y.close(true);y.log({rsv_imageclick:"close"})});$(document).click(function(z){y.document_click(z)});this.$wrap.find(".upload-pic").on("change",function(){var z=this.files[0]; 9 | y.upload(z)});this.$wrap.find(".upload-pic").on("click",function(){y.log({rsv_imageclick:"uploadbtn"})});if(this.canDrop&&!l){this.setDragAndDrop()}this.masks=[new x({wrap:this.$wrap})];this.show();$(window).one("index_off",function(){y.$wrap.removeClass("new");y.$wrap.removeClass("no-skin")})},setState:function(B){this.state=B;var y=this.masks[0];B=B.charAt(0).toUpperCase()+B.substring(1);var z=[].slice.call(arguments);[].shift.call(z);if(B==="Activing"){this.$dropArea.addClass("drag-over")}else{this.$dropArea.removeClass("drag-over")}y["set"+B].apply(y,z);if(B==="Error"){var A=this;this.$wrap.find(".soutu-error-upload").click(function(C){C.stopPropagation();C.preventDefault();A.setState("normal")})}},document_click:function(B){var A=this;var z=B.target;var y=true;do{if(z===A.$wrap[0]||z===A.$Btn[0]){y=false;break}}while(z=z.parentNode);if(y){A.close()}},doAjax:function(z){var y=this;if(this.state!=="waiting"){this.setState("waiting")}$.ajax({url:y.config.uploadServer,type:"POST",data:z,processData:false,contentType:false,success:function(A){y.uploadComplete(A) 10 | },error:function(){y.setState("error")},always:function(){}})},uploadUrl:function(y){var z=new FormData();z.append("image",y);this.doAjax(z);this.log({rsv_imageclick:"uploadurl"})},upload:function(y){var A=this;var z=this.validate(y);if(z){this.setState("error",w[z]);return}this.setState("waiting");o(y).then(function(B){var C=new FormData();C.append("image",B);A.doAjax(C);A.log({rsv_imageclick:"uploadfile"})})},uploadComplete:function(y){var z=this;if(y&&y.command&&y.command.mode===2&&y.data){setTimeout(function(){var B=n("imgorigin")||q;var C="";var A=C+"/imgsearch?wd="+encodeURIComponent(y.data.wd)+"&sign="+encodeURIComponent(y.data.sign)+"&imgpre="+q+"&imgorigin="+B;z.close();u(A)},y.command.interval||3000)}else{this.setState("error")}},submit:function(z,y){this.setURL(z,y)},validate:function(z){var B=["jpg","jpeg","png","bmp","gif"];var y=z.name.split(".");var A=y.pop().toLowerCase();if(!z.type||!A||$.inArray(A,B)===-1){return 1}if(z.size>k){return 2}return 0},setURL:function(z,y){if(d(z)){this.$kw.val(z); 11 | this.setState("normal");this.$urlErrorTip.hide();if(y){this.log({rsv_imageclick:"imgsearchbtn-success"})}this.uploadUrl(z)}else{this.setState("normal");this.$urlErrorTip.show();if(y){this.log({rsv_imageclick:"imgsearchbtn-error"})}}},handleDrop:function(D){var C=this;var y;if(D.originalEvent.dataTransfer){y=D.originalEvent.dataTransfer.files}if(!y||y.length===0){var z;try{z=D.originalEvent.dataTransfer.getData("text/plain")||D.originalEvent.dataTransfer.getData("text/uri-list")}catch(B){z=D.originalEvent.dataTransfer.getData("Text")||D.originalEvent.dataTransfer.getData("URL")}if(z){C.setURL(z)}else{C.setState("normal");C.$urlErrorTip.show()}return}var A=y[0];C.upload(A)},setDragAndDrop:function(){var y=this;this.$dropArea.show();y.$dropArea.on("dragover",function(z){y.setState("activing");s(z)}).on("dragleave",function(z){y.setState("normal");s(z)}).on("drop",function(z){s(z);y.handleDrop(z)});this.$kw.on("dragover.soutu dragleave.soutu",function(z){s(z)}).on("drop.soutu",function(z){s(z); 12 | y.handleDrop(z)})},hackFlash:function(){var G=this;var y="11.1.0";var D="playerProductInstall.swf";var A={};var B={};var E="https://ss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/soutu/js/upload_ef39d94f.swf";B.quality="high";B.bgcolor="#ffffff";B.allowscriptaccess="always";B.allowfullscreen="false";B.wmode="transparent";A.uploadServer=this.config.uploadServer;var C={};C.id="upload_flash";C.name="upload_flash";C.align="middle";var z=null;var F=$.Deferred();this.$wrap.find(".upload-pic").parent().append('
').end().remove();swfobject.embedSWF(E,"upload_flashContent","100","23",y,D,A,B,C,function(H){z=H.ref});j.swfloaded=function(){F.resolve()};j.uploading=function(){G.setState("waiting")};j.complete=function(H){G.uploadComplete(H)};F.done(function(){})},log:e});if(typeof define==="function"){define("soutu.index",[],function(){window.__soutu=j;return new j()})}})(); -------------------------------------------------------------------------------- /zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=1534386079,1405913472&fm=58: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=1534386079,1405913472&fm=58 -------------------------------------------------------------------------------- /zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=1694586491,2468424263&fm=58: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=1694586491,2468424263&fm=58 -------------------------------------------------------------------------------- /zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=1889789971,2360758735&fm=58: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=1889789971,2360758735&fm=58 -------------------------------------------------------------------------------- /zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=2146329474,3219793751&fm=58: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=2146329474,3219793751&fm=58 -------------------------------------------------------------------------------- /zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=2594131029,3975287347&fm=96&s=39A89C1A498740CACC75D8DA020010B1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=2594131029,3975287347&fm=96&s=39A89C1A498740CACC75D8DA020010B1 -------------------------------------------------------------------------------- /zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=2707552067,2581545825&fm=58: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=2707552067,2581545825&fm=58 -------------------------------------------------------------------------------- /zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=2819504303,2145532625&fm=58: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=2819504303,2145532625&fm=58 -------------------------------------------------------------------------------- /zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=2823961627,3572677526&fm=58: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=2823961627,3572677526&fm=58 -------------------------------------------------------------------------------- /zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=302236315,2929819625&fm=58: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=302236315,2929819625&fm=58 -------------------------------------------------------------------------------- /zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=3119509774,4018686573&fm=58: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=3119509774,4018686573&fm=58 -------------------------------------------------------------------------------- /zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=3698914199,2548529224&fm=58: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=3698914199,2548529224&fm=58 -------------------------------------------------------------------------------- /zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=377485971,2511685324&fm=58: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=377485971,2511685324&fm=58 -------------------------------------------------------------------------------- /zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=4050572454,1308783012&fm=96&s=80F0C532C99F60CA0CFC19D70200C0B2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=4050572454,1308783012&fm=96&s=80F0C532C99F60CA0CFC19D70200C0B2 -------------------------------------------------------------------------------- /zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=827475507,1179720520&fm=58: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/details/怎么处理获取的html类型的数值_百度搜索_files/u=827475507,1179720520&fm=58 -------------------------------------------------------------------------------- /zhen/img/goods/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/goods/Thumbs.db -------------------------------------------------------------------------------- /zhen/img/goods/ce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/goods/ce.png -------------------------------------------------------------------------------- /zhen/img/goods/down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/goods/down.gif -------------------------------------------------------------------------------- /zhen/img/goods/meimei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/goods/meimei.png -------------------------------------------------------------------------------- /zhen/img/goods/pic1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/goods/pic1.jpg -------------------------------------------------------------------------------- /zhen/img/goods/pic2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/goods/pic2.jpg -------------------------------------------------------------------------------- /zhen/img/goods/pic3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/goods/pic3.JPG -------------------------------------------------------------------------------- /zhen/img/goods/pic4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/goods/pic4.jpg -------------------------------------------------------------------------------- /zhen/img/goods/pic5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/goods/pic5.JPG -------------------------------------------------------------------------------- /zhen/img/goods/pic6.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/goods/pic6.JPG -------------------------------------------------------------------------------- /zhen/img/goods/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/goods/right.png -------------------------------------------------------------------------------- /zhen/img/goods/up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/goods/up.gif -------------------------------------------------------------------------------- /zhen/img/goods/youjian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/goods/youjian.png -------------------------------------------------------------------------------- /zhen/img/goods/zuojian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/goods/zuojian.png -------------------------------------------------------------------------------- /zhen/img/index/Appweb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/Appweb.png -------------------------------------------------------------------------------- /zhen/img/index/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/Thumbs.db -------------------------------------------------------------------------------- /zhen/img/index/all-brand.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/all-brand.jpg -------------------------------------------------------------------------------- /zhen/img/index/armani.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/armani.jpg -------------------------------------------------------------------------------- /zhen/img/index/bally.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/bally.jpg -------------------------------------------------------------------------------- /zhen/img/index/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/banner.jpg -------------------------------------------------------------------------------- /zhen/img/index/banner1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/banner1.jpg -------------------------------------------------------------------------------- /zhen/img/index/bottega-veneta.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/bottega-veneta.jpg -------------------------------------------------------------------------------- /zhen/img/index/burberry.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/burberry.jpg -------------------------------------------------------------------------------- /zhen/img/index/chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/chat.png -------------------------------------------------------------------------------- /zhen/img/index/coach.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/coach.jpg -------------------------------------------------------------------------------- /zhen/img/index/ewm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/ewm.png -------------------------------------------------------------------------------- /zhen/img/index/indexbag1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/indexbag1.jpg -------------------------------------------------------------------------------- /zhen/img/index/indexbag2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/indexbag2.jpg -------------------------------------------------------------------------------- /zhen/img/index/indexbag3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/indexbag3.JPG -------------------------------------------------------------------------------- /zhen/img/index/indexbag4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/indexbag4.jpg -------------------------------------------------------------------------------- /zhen/img/index/indexbag5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/indexbag5.jpg -------------------------------------------------------------------------------- /zhen/img/index/pianyi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/pianyi.png -------------------------------------------------------------------------------- /zhen/img/index/searchPic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/searchPic.png -------------------------------------------------------------------------------- /zhen/img/index/shoppingPic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/shoppingPic.png -------------------------------------------------------------------------------- /zhen/img/index/top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/top.jpg -------------------------------------------------------------------------------- /zhen/img/index/xianhuo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/xianhuo.png -------------------------------------------------------------------------------- /zhen/img/index/z-zegna.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/z-zegna.jpg -------------------------------------------------------------------------------- /zhen/img/index/zhengpin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/zhengpin.png -------------------------------------------------------------------------------- /zhen/img/index/zpg_time.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/zpg_time.jpg -------------------------------------------------------------------------------- /zhen/img/index/zpg_wximg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/index/zpg_wximg.jpg -------------------------------------------------------------------------------- /zhen/img/login/PassPic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/login/PassPic.png -------------------------------------------------------------------------------- /zhen/img/login/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/login/Thumbs.db -------------------------------------------------------------------------------- /zhen/img/login/UserPic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/login/UserPic.png -------------------------------------------------------------------------------- /zhen/img/login/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/login/bg.jpg -------------------------------------------------------------------------------- /zhen/img/login/headerLi1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/login/headerLi1.png -------------------------------------------------------------------------------- /zhen/img/login/headerLi2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/login/headerLi2.png -------------------------------------------------------------------------------- /zhen/img/login/headerLi3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/login/headerLi3.png -------------------------------------------------------------------------------- /zhen/img/login/loginLog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/login/loginLog.png -------------------------------------------------------------------------------- /zhen/img/login/tu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/login/tu.jpg -------------------------------------------------------------------------------- /zhen/img/shoppingCar/123.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/shoppingCar/123.png -------------------------------------------------------------------------------- /zhen/img/shoppingCar/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/shoppingCar/Thumbs.db -------------------------------------------------------------------------------- /zhen/img/shoppingCar/laba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/shoppingCar/laba.png -------------------------------------------------------------------------------- /zhen/img/shoppingCar/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Capchen/zhen-website/304b853e4e6c156cbb4507c4bfe531484932ede1/zhen/img/shoppingCar/time.png -------------------------------------------------------------------------------- /zhen/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 101 | 102 | 103 |
104 | 105 |
106 | 107 |
108 |
109 |
110 | 111 |
112 | 214 |
215 | 216 |
217 | 218 |
219 |
    220 |
  • 221 | 222 |
  • 223 |
  • 224 | 225 |
  • 226 |
227 |
228 |
229 | 230 | 232 |
    233 | 234 |
235 | 236 |
237 |
238 |
239 | 240 |
241 |
242 |
243 |
244 |
245 |
246 |
247 |
248 |
249 |
250 |
251 |

声明:珍品网不会以电话、短信等任何形式要求顾客退款、转账或提供密码等隐私信息,如遇此类问题,请及时致电官方唯一客服电话:400-009-6666,或联系珍品时尚顾问咨询核实,请务必提高警惕,避免上当受骗!

252 | 253 |
254 | 321 |
322 | 323 |
324 |
325 |

企业客户| 326 | 关于我们| 327 | 联系我们| 328 | 人才招聘| 329 | 企业客户| 330 | 合作伙伴| 331 |

332 |

京ICP证110290号 | 京ICP备11014626号-5 | 京公网安备11010502025723号 | 食品流通许可证SP1101121310106363(1-1) | 出版物经营许可证 新出发京批字第直130121号

333 | 334 |
335 |
336 | 337 | 338 | 339 | 340 | -------------------------------------------------------------------------------- /zhen/js/goods.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function(){ 2 | 3 | $.getJSON("js/goods.json/goods.json",function(shuju){ 4 | $.each(shuju.data, function(index,val) { 5 | var msg="
"+ 6 | "

"+val.name+"

"+ 7 | "

"+val.introduce+"

"+ 8 | "
"+val.nowprice+"¥"+val.oldprice+"
" 9 | $(".bodyRight_bottom_shopping").append(msg); 10 | }); 11 | //采用回调函数的方法绑定阴影事件 12 | $(".showShoppingPic").hover(function(){ 13 | $(this).addClass("showShoppingPic2") 14 | },function(){ 15 | $(this).removeClass("showShoppingPic2") 16 | }) 17 | 18 | }) 19 | 20 | 21 | $("#price").click(function(){ 22 | this.style.color="red"; 23 | var arr=new Array; 24 | $.getJSON("js/goods.json/goods.json",function(shuju){ 25 | $.each(shuju.data, function(index,val) { 26 | arr[index]=val.nowprice;//提取价格 27 | }); 28 | var lowToHeigh=binaryInsertionSort(arr);// 29 | console.info(lowToHeigh); 30 | $(".bodyRight_bottom_shopping>div").remove(); 31 | $.getJSON("js/goods.json/goods.json",function(shuju){ 32 | for (var i=0;i"+ 36 | "

"+val.name+"

"+ 37 | "

"+val.introduce+"

"+ 38 | "
"+val.nowprice+"¥"+val.oldprice+"
" 39 | $(".bodyRight_bottom_shopping").append(msg); 40 | } 41 | }); 42 | } 43 | 44 | //采用回调函数的方法绑定阴影事件 45 | $(".showShoppingPic").hover(function(){ 46 | $(this).addClass("showShoppingPic2") 47 | },function(){ 48 | $(this).removeClass("showShoppingPic2") 49 | }) 50 | 51 | }) 52 | 53 | }) 54 | 55 | }) 56 | 57 | //二分法排序。按从小到大排序 58 | function binaryInsertionSort(array) { 59 |   if (Object.prototype.toString.call(array).slice(8, -1) === 'Array') { 60 |   for (var i = 1; i < array.length; i++) { 61 | var key = array[i], left = 0, right = i - 1; 62 | while (left <= right) { 63 | var middle = parseInt((left + right) / 2); 64 | if (key < array[middle]) { 65 | right = middle - 1; 66 | } else { 67 | left = middle + 1; 68 | } 69 | } 70 | for (var j = i - 1; j >= left; j--) { 71 | array[j + 1] = array[j]; 72 | } 73 | array[left] = key; 74 | } 75 | return array; 76 |   } else { 77 | return 'array is not an Array!'; 78 |   } 79 |    } 80 | }) -------------------------------------------------------------------------------- /zhen/js/goods.json/goods.json: -------------------------------------------------------------------------------- 1 | 2 | { 3 | "data":[{ 4 | "id":1, 5 | "name":"Modalu", 6 | "introduce":"莫戴璐 1chelsea法国风情织物女士牛皮单肩包黑色", 7 | "nowprice":34, 8 | "oldprice":1500, 9 | "pic":"img/goods/pic1.jpg" 10 | }, 11 | { 12 | "id":2, 13 | "name":"Modalu", 14 | "introduce":"莫戴璐 2chelsea法国风情织物女士牛皮单肩包黑色", 15 | "nowprice":20, 16 | "oldprice":1500, 17 | "pic":"img/goods/pic2.jpg" 18 | }, 19 | { 20 | "id":3, 21 | "name":"Modalu", 22 | "introduce":"莫戴璐 3chelsea法国风情织物女士牛皮单肩包黑色", 23 | "nowprice":11, 24 | "oldprice":1500, 25 | "pic":"img/goods/pic3.JPG" 26 | }, 27 | { 28 | "id":4, 29 | "name":"Modalu", 30 | "introduce":"莫戴璐4 chelsea法国风情织物女士牛皮单肩包黑色", 31 | "nowprice":44, 32 | "oldprice":1500, 33 | "pic":"img/goods/pic4.jpg" 34 | }, 35 | { 36 | "id":5, 37 | "name":"Modalu", 38 | "introduce":"莫戴璐5 chelsea法国风情织物女士牛皮单肩包黑色", 39 | "nowprice":333, 40 | "oldprice":1500, 41 | "pic":"img/goods/pic5.JPG" 42 | }, 43 | { 44 | "id":6, 45 | "name":"Modalu", 46 | "introduce":"莫戴璐6 chelsea法国风情织物女士牛皮单肩包黑色", 47 | "nowprice":999, 48 | "oldprice":1500, 49 | "pic":"img/goods/pic6.JPG" 50 | }, 51 | { 52 | "id":7, 53 | "name":"Modalu", 54 | "introduce":"莫戴璐 7chelsea法国风情织物女士牛皮单肩包黑色", 55 | "nowprice":3, 56 | "oldprice":1500, 57 | "pic":"img/goods/pic1.jpg" 58 | }, 59 | { 60 | "id":8, 61 | "name":"Modalu", 62 | "introduce":"莫戴璐 8chelsea法国风情织物女士牛皮单肩包黑色", 63 | "nowprice":2, 64 | "oldprice":1500, 65 | "pic":"img/goods/pic2.jpg" 66 | }, 67 | { 68 | "id":9, 69 | "name":"Modalu", 70 | "introduce":"莫戴璐 9chelsea法国风情织物女士牛皮单肩包黑色", 71 | "nowprice":6789, 72 | "oldprice":1500, 73 | "pic":"img/goods/pic4.jpg" 74 | }, 75 | { 76 | "id":10, 77 | "name":"Modalu", 78 | "introduce":"莫戴璐10 chelsea法国风情织物女士牛皮单肩包黑色", 79 | "nowprice":6321, 80 | "oldprice":1500, 81 | "pic":"img/goods/pic4.jpg" 82 | }, 83 | { 84 | "id":11, 85 | "name":"Modalu", 86 | "introduce":"莫戴璐11 chelsea法国风情织物女士牛皮单肩包黑色", 87 | "nowprice":3838, 88 | "oldprice":1500, 89 | "pic":"img/goods/pic4.jpg" 90 | }, 91 | { 92 | "id":12, 93 | "name":"Modalu", 94 | "introduce":"莫戴璐12 chelsea法国风情织物女士牛皮单肩包黑色", 95 | "nowprice":9995, 96 | "oldprice":1500, 97 | "pic":"img/goods/pic4.jpg" 98 | } 99 | ] 100 | } 101 | -------------------------------------------------------------------------------- /zhen/js/indexJson/logo.json: -------------------------------------------------------------------------------- 1 | { 2 | "logoName":[{ 3 | "name":"logo1", 4 | "href":"img/index/armani.jpg" 5 | },{ 6 | "name":"logo2", 7 | "href":"img/index/bally.jpg" 8 | },{ 9 | "name":"logo3", 10 | "href":"img/index/bottega-veneta.jpg" 11 | },{ 12 | "name":"logo4", 13 | "href":"img/index/burberry.jpg" 14 | },{ 15 | "name":"logo5", 16 | "href":"img/index/z-zegna.jpg" 17 | },{ 18 | "name":"logo6", 19 | "href":"img/index/coach.jpg" 20 | } 21 | 22 | ] 23 | } 24 | -------------------------------------------------------------------------------- /zhen/js/indexJson/nav.json: -------------------------------------------------------------------------------- 1 | { 2 | "left_Top":"下载客户端新人专享满200减100", 3 | "left_Button":[{ 4 | "id":1, 5 | "name":"全球免税店" 6 | }, 7 | { 8 | "id":2, 9 | "name":"箱包", 10 | "list":[{ 11 | "list1":"女士箱包", 12 | "data":[{"tag":"手提包"}, 13 | {"tag":"单间包"}, 14 | {"tag":"夸包"}, 15 | {"tag":"手拿包"}, 16 | {"tag":"钱包包"}, 17 | {"tag":"数码包"}, 18 | {"tag":"化妆包"}, 19 | {"tag":"旅行包"}, 20 | {"tag":"你的包"}, 21 | {"tag":"我的包"}] 22 | }, 23 | { 24 | "list1":"男士箱包", 25 | "data":[{"tag":"手提包"}, 26 | {"tag":"单间包"}, 27 | {"tag":"夸包"}, 28 | {"tag":"手拿包"}, 29 | {"tag":"钱包包"}, 30 | {"tag":"数码包"}, 31 | {"tag":"化妆包"}, 32 | {"tag":"旅行包"}, 33 | {"tag":"你的包"}, 34 | {"tag":"我的包"}] 35 | }, 36 | { 37 | "list1":"热门品牌", 38 | "data":[{"tag":"手提包"}, 39 | {"tag":"单间包"}, 40 | {"tag":"夸包"}, 41 | {"tag":"手拿包"}, 42 | {"tag":"钱包包"}, 43 | {"tag":"数码包"}, 44 | {"tag":"化妆包"}, 45 | {"tag":"旅行包"}, 46 | {"tag":"你的包"}, 47 | {"tag":"我的包"}] 48 | }, 49 | { 50 | "list1":"热门词", 51 | "data":[{"tag":"手提包"}, 52 | {"tag":"单间包"}, 53 | {"tag":"夸包"}, 54 | {"tag":"手拿包"}, 55 | {"tag":"钱包包"}, 56 | {"tag":"我的包"}] 57 | }] 58 | }, 59 | { 60 | "id":3, 61 | "name":"配饰", 62 | "list":[{ 63 | "list1":"女士配饰", 64 | "data":[{"tag":"手配饰"}, 65 | {"tag":"单配饰"}, 66 | {"tag":"夸包"}, 67 | {"tag":"配饰包"}, 68 | {"tag":"钱配饰"}, 69 | {"tag":"数配饰包"}, 70 | {"tag":"配饰"}, 71 | {"tag":"配饰"}, 72 | {"tag":"配饰"}, 73 | {"tag":"配饰"}] 74 | }, 75 | { 76 | "list1":"男士配饰", 77 | "data":[{"tag":"配饰"}, 78 | {"tag":"配饰"}, 79 | {"tag":"配饰"}, 80 | {"tag":"配饰"}, 81 | {"tag":"钱配饰"}, 82 | {"tag":"配饰"}, 83 | {"tag":"配饰"}, 84 | {"tag":"配饰"}, 85 | {"tag":"配饰"}, 86 | {"tag":"配饰"}] 87 | }, 88 | { 89 | "list1":"热门配饰", 90 | "data":[{"tag":"配饰"}, 91 | {"tag":"配饰"}, 92 | {"tag":"配饰"}, 93 | {"tag":"配饰"}, 94 | {"tag":"配饰"}, 95 | {"tag":"数配饰"}, 96 | {"tag":"配饰"}, 97 | {"tag":"配饰"}, 98 | {"tag":"配饰"}, 99 | {"tag":"配饰"}] 100 | }, 101 | { 102 | "list1":"热门词", 103 | "data":[{"tag":"配饰"}, 104 | {"tag":"配饰"}, 105 | {"tag":"配饰"}, 106 | {"tag":"手配饰包"}, 107 | {"tag":"配饰"}, 108 | {"tag":"我配饰"}] 109 | }] 110 | }, 111 | { 112 | "id":4, 113 | "name":"服装", 114 | "list":[{ 115 | "list1":"女士服装", 116 | "data":[{"tag":"服装饰"}, 117 | {"tag":"单服装"}, 118 | {"tag":"夸服装"}, 119 | {"tag":"服装"}, 120 | {"tag":"服装"}, 121 | {"tag":"服装"}, 122 | {"tag":"服装"}, 123 | {"tag":"服装"}, 124 | {"tag":"配饰"}, 125 | {"tag":"配饰"}] 126 | }, 127 | { 128 | "list1":"男士服装", 129 | "data":[{"tag":"服装"}, 130 | {"tag":"配饰"}, 131 | {"tag":"服装"}, 132 | {"tag":"配饰"}, 133 | {"tag":"服装饰"}, 134 | {"tag":"服装"}, 135 | {"tag":"配饰"}, 136 | {"tag":"服装"}, 137 | {"tag":"服装"}, 138 | {"tag":"配饰"}] 139 | }, 140 | { 141 | "list1":"热门服装", 142 | "data":[{"tag":"服装"}, 143 | {"tag":"服装"}, 144 | {"tag":"服装"}, 145 | {"tag":"服装"}, 146 | {"tag":"服装"}, 147 | {"tag":"数服装"}, 148 | {"tag":"服装"}, 149 | {"tag":"服装"}, 150 | {"tag":"服装"}, 151 | {"tag":"服装"}] 152 | }, 153 | { 154 | "list1":"热门词", 155 | "data":[{"tag":"配服装"}, 156 | {"tag":"服装"}, 157 | {"tag":"配饰"}, 158 | {"tag":"服装包"}, 159 | {"tag":"服装"}, 160 | {"tag":"服装"}] 161 | }] 162 | }, 163 | { 164 | "id":5, 165 | "name":"鞋靴", 166 | "list":[{ 167 | "list1":"女士鞋靴", 168 | "data":[{"tag":"服装饰"}, 169 | {"tag":"单服装"}, 170 | {"tag":"夸服装"}, 171 | {"tag":"服装"}, 172 | {"tag":"服装"}, 173 | {"tag":"服装"}, 174 | {"tag":"服装"}, 175 | {"tag":"服装"}, 176 | {"tag":"配饰"}, 177 | {"tag":"配饰"}] 178 | }, 179 | { 180 | "list1":"男士鞋靴", 181 | "data":[{"tag":"服装"}, 182 | {"tag":"配饰"}, 183 | {"tag":"服装"}, 184 | {"tag":"配饰"}, 185 | {"tag":"服装饰"}, 186 | {"tag":"服装"}, 187 | {"tag":"配饰"}, 188 | {"tag":"服装"}, 189 | {"tag":"服装"}, 190 | {"tag":"配饰"}] 191 | }, 192 | { 193 | "list1":"热门鞋靴", 194 | "data":[{"tag":"服装"}, 195 | {"tag":"服装"}, 196 | {"tag":"服装"}, 197 | {"tag":"服装"}, 198 | {"tag":"服装"}, 199 | {"tag":"数服装"}, 200 | {"tag":"服装"}, 201 | {"tag":"服装"}, 202 | {"tag":"服装"}, 203 | {"tag":"服装"}] 204 | }, 205 | { 206 | "list1":"热门词", 207 | "data":[{"tag":"鞋靴"}, 208 | {"tag":"服装"}, 209 | {"tag":"配饰"}, 210 | {"tag":"服装包"}, 211 | {"tag":"服装"}, 212 | {"tag":"服装"}] 213 | }] 214 | }, 215 | { 216 | "id":6, 217 | "name":"新品" 218 | }, 219 | { 220 | "id":7, 221 | "name":"品牌" 222 | } 223 | ] 224 | } 225 | -------------------------------------------------------------------------------- /zhen/js/jquery.metadata.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Metadata - jQuery plugin for parsing metadata from elements 3 | * 4 | * Copyright (c) 2006 John Resig, Yehuda Katz, Jörn Zaefferer, Paul McLanahan 5 | * 6 | * Dual licensed under the MIT and GPL licenses: 7 | * http://www.opensource.org/licenses/mit-license.php 8 | * http://www.gnu.org/licenses/gpl.html 9 | * 10 | */ 11 | 12 | /** 13 | * Sets the type of metadata to use. Metadata is encoded in JSON, and each property 14 | * in the JSON will become a property of the element itself. 15 | * 16 | * There are three supported types of metadata storage: 17 | * 18 | * attr: Inside an attribute. The name parameter indicates *which* attribute. 19 | * 20 | * class: Inside the class attribute, wrapped in curly braces: { } 21 | * 22 | * elem: Inside a child element (e.g. a script tag). The 23 | * name parameter indicates *which* element. 24 | * 25 | * The metadata for an element is loaded the first time the element is accessed via jQuery. 26 | * 27 | * As a result, you can define the metadata type, use $(expr) to load the metadata into the elements 28 | * matched by expr, then redefine the metadata type and run another $(expr) for other elements. 29 | * 30 | * @name $.metadata.setType 31 | * 32 | * @example

This is a p

33 | * @before $.metadata.setType("class") 34 | * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label" 35 | * @desc Reads metadata from the class attribute 36 | * 37 | * @example

This is a p

38 | * @before $.metadata.setType("attr", "data") 39 | * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label" 40 | * @desc Reads metadata from a "data" attribute 41 | * 42 | * @example

This is a p

43 | * @before $.metadata.setType("elem", "script") 44 | * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label" 45 | * @desc Reads metadata from a nested script element 46 | * 47 | * @param String type The encoding type 48 | * @param String name The name of the attribute to be used to get metadata (optional) 49 | * @cat Plugins/Metadata 50 | * @descr Sets the type of encoding to be used when loading metadata for the first time 51 | * @type undefined 52 | * @see metadata() 53 | */ 54 | 55 | (function($) { 56 | 57 | $.extend({ 58 | metadata : { 59 | defaults : { 60 | type: 'class', 61 | name: 'metadata', 62 | cre: /({.*})/, 63 | single: 'metadata' 64 | }, 65 | setType: function( type, name ){ 66 | this.defaults.type = type; 67 | this.defaults.name = name; 68 | }, 69 | get: function( elem, opts ){ 70 | var settings = $.extend({},this.defaults,opts); 71 | // check for empty string in single property 72 | if ( !settings.single.length ) settings.single = 'metadata'; 73 | 74 | var data = $.data(elem, settings.single); 75 | // returned cached data if it already exists 76 | if ( data ) return data; 77 | 78 | data = "{}"; 79 | 80 | if ( settings.type == "class" ) { 81 | var m = settings.cre.exec( elem.className ); 82 | if ( m ) 83 | data = m[1]; 84 | } else if ( settings.type == "elem" ) { 85 | if( !elem.getElementsByTagName ) 86 | return undefined; 87 | var e = elem.getElementsByTagName(settings.name); 88 | if ( e.length ) 89 | data = $.trim(e[0].innerHTML); 90 | } else if ( elem.getAttribute != undefined ) { 91 | var attr = elem.getAttribute( settings.name ); 92 | if ( attr ) 93 | data = attr; 94 | } 95 | 96 | if ( data.indexOf( '{' ) <0 ) 97 | data = "{" + data + "}"; 98 | 99 | data = eval("(" + data + ")"); 100 | 101 | $.data( elem, settings.single, data ); 102 | return data; 103 | } 104 | } 105 | }); 106 | 107 | /** 108 | * Returns the metadata object for the first member of the jQuery object. 109 | * 110 | * @name metadata 111 | * @descr Returns element's metadata object 112 | * @param Object opts An object contianing settings to override the defaults 113 | * @type jQuery 114 | * @cat Plugins/Metadata 115 | */ 116 | $.fn.metadata = function( opts ){ 117 | return $.metadata.get( this[0], opts ); 118 | }; 119 | 120 | })(jQuery); -------------------------------------------------------------------------------- /zhen/js/messages.js: -------------------------------------------------------------------------------- 1 | module( "messages" ); 2 | 3 | test( "predefined message not overwritten by addMethod( a, b, undefined )", function() { 4 | var message = "my custom message"; 5 | $.validator.messages.custom = message; 6 | $.validator.addMethod( "custom", function() {} ); 7 | deepEqual( $.validator.messages.custom, message ); 8 | delete $.validator.messages.custom; 9 | delete $.validator.methods.custom; 10 | } ); 11 | 12 | test( "group error messages", function() { 13 | $.validator.addClassRules( { 14 | requiredDateRange: { required: true, date: true, dateRange: true } 15 | } ); 16 | 17 | $.validator.addMethod( "dateRange", function() { 18 | return new Date( $( "#fromDate" ).val() ) < new Date( $( "#toDate" ).val() ); 19 | }, "Please specify a correct date range." ); 20 | 21 | var form = $( "#dateRangeForm" ); 22 | form.validate( { 23 | errorElement: "span", 24 | groups: { 25 | dateRange: "fromDate toDate" 26 | }, 27 | errorPlacement: function( error ) { 28 | form.find( ".errorContainer" ).append( error ); 29 | } 30 | } ); 31 | 32 | ok( !form.valid() ); 33 | equal( form.find( ".errorContainer *" ).length, 1 ); 34 | equal( form.find( ".errorContainer .error:not(input)" ).text(), "Please enter a valid date." ); 35 | 36 | $( "#fromDate" ).val( "12/03/2006" ); 37 | $( "#toDate" ).val( "12/01/2006" ); 38 | ok( !form.valid() ); 39 | equal( form.find( ".errorContainer .error:not(input)" ).text(), "Please specify a correct date range." ); 40 | 41 | $( "#toDate" ).val( "12/04/2006" ); 42 | ok( form.valid() ); 43 | ok( form.find( ".errorContainer .error:not(input)" ).is( ":hidden" ) ); 44 | } ); 45 | 46 | test( "read messages from metadata", function() { 47 | var form = $( "#testForm9" ), 48 | e, g; 49 | 50 | form.validate(); 51 | e = $( "#testEmail9" ); 52 | e.valid(); 53 | equal( form.find( "#testEmail9" ).next( ".error:not(input)" ).text(), "required" ); 54 | e.val( "bla" ).valid(); 55 | equal( form.find( "#testEmail9" ).next( ".error:not(input)" ).text(), "email" ); 56 | 57 | g = $( "#testGeneric9" ); 58 | g.valid(); 59 | equal( form.find( "#testGeneric9" ).next( ".error:not(input)" ).text(), "generic" ); 60 | g.val( "bla" ).valid(); 61 | equal( form.find( "#testGeneric9" ).next( ".error:not(input)" ).text(), "email" ); 62 | } ); 63 | 64 | test( "read messages from metadata, with meta option specified, but no metadata in there", function() { 65 | var form = $( "#testForm1clean" ); 66 | form.validate( { 67 | meta: "validate", 68 | rules: { 69 | firstnamec: "required" 70 | } 71 | } ); 72 | ok( !form.valid(), "not valid" ); 73 | } ); 74 | --------------------------------------------------------------------------------