Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /componentsLoader/dist/CompontsLoader_v20260106110154.css... | 3.7 KiB | |
| /git/wuxianfe/pc-static/css/homePage_v20260401102605.css?... | 7.6 KiB | 210 ms |
| c.58cdn.com.cn/ui7/css/easydialog.css | 872 B |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
body.newcrop > div > img body.newcrop > div > img | /arthurupload/arthurupload/wuxian/fe/pc/pc_app_down_banne... | 124.5 KiB | 91.6 KiB |
div#wubaDaojia > h2 > a > img div#wubaDaojia > h2 > a > img | img.58cdn.com.cn/ui6/index/daojia_hot_icon.png | 57.4 KiB | 56.4 KiB |
body.newcrop > div > img body.newcrop > div > img | j1.58cdn.com.cn/arthurupload/wuxian/fe/callappback_7319.png | 12.0 KiB | 11.2 KiB |
div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_2 div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_2 | img.58cdn.com.cn/componentsLoader/img/zufangdetailfooter.png | 15.5 KiB | 8.1 KiB |
ul.icoNav > li#bdfwNav > a.topIco > i ul.icoNav > li#bdfwNav > a.topIco > i | img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/localservice.png | 7.2 KiB | 6.5 KiB |
div#homeWrap > ul#nav > li.navHovRt > a.nav_shanghuruzhu div#homeWrap > ul#nav > li.navHovRt > a.nav_shanghuruzhu | wos.58cdn.com.cn/cDazYxWcDHJ/picasso/kju6gnic__w410_h104.png | 10.2 KiB | 6.3 KiB |
ul.icoNav > li#fcNav > a.topIco > i ul.icoNav > li#fcNav > a.topIco > i | img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/fangchan.png | 6.6 KiB | 5.8 KiB |
ul.icoNav > li#jzfwNav > a.topIco > i ul.icoNav > li#jzfwNav > a.topIco > i | img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/jiazhengfuwu.png | 6.5 KiB | 5.7 KiB |
ul.icoNav > li#escNav > a.topIco > i ul.icoNav > li#escNav > a.topIco > i | img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/ershouche.png | 5.7 KiB | 5.0 KiB |
ul.icoNav > li#eshsNav > a.topIco > i ul.icoNav > li#eshsNav > a.topIco > i | img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/ershouhuishou.png | 5.6 KiB | 4.9 KiB |
ul.icoNav > li#zpNav > a.topIco > i ul.icoNav > li#zpNav > a.topIco > i | img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/zhaopin.png | 5.6 KiB | 4.9 KiB |
ul.icoNav > li#esNav > a.topIco > i ul.icoNav > li#esNav > a.topIco > i | img.58cdn.com.cn/arthurupload/arthurupload/wuxian/fe/pc/ershoushichang.png | 5.0 KiB | 4.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| 58.com/ | 1.2 s |
| bj.58.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| bj.58.com/ | 694 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| j1.58cdn.com.cn/webim/js/app_v20241211111510.js | 252.2 KiB | 155.3 KiB |
| j1.58cdn.com.cn/webim/js/sdk_v20241211111510.js | 161.1 KiB | 92.4 KiB |
| j1.58cdn.com.cn/git/xxzl-fe/netWatcher/index.js?time=1776893614566 | 91.2 KiB | 65.7 KiB |
| j1.58cdn.com.cn/wmda/js/statistic.js?1776893616024 | 124.4 KiB | 54.3 KiB |
| j1.58cdn.com.cn/resource/xxzl/captcha/js/isd_captcha_v20250604192253.js | 82.8 KiB | 48.6 KiB |
| j1.58cdn.com.cn/resource/xxzl/wl/wl_pc.js | 63.7 KiB | 47.9 KiB |
| j1.58cdn.com.cn/resource/xxzl/wl/wl_pc_v20180820103051.js | 63.7 KiB | 47.9 KiB |
| j1.58cdn.com.cn/git/webrtc/sdk.min_v20230901113648.js | 38.7 KiB | 30.8 KiB |
| j1.58cdn.com.cn/webim/js/shop.web.sdk_v20241211111510.js | 71.2 KiB | 27.4 KiB |
| j1.58cdn.com.cn/git/xxzl-fe/teemo/index.js?t=1776816000000 | 61.8 KiB | 22.8 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| j1.58cdn.com.cn/resource/xxzl/tracker/finger.sp.min.js?v=20181012113853 | 9.1 KiB | 3.4 KiB |
| j1.58cdn.com.cn/git/webrtc/wbWebRTC_v20230901113648.js | 4.0 KiB | 2.1 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| c.58cdn.com.cn/webim/css/app_v20241211111510.css | 26.0 KiB | 26.0 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
body.newcrop > div > img body.newcrop > div > img | /arthurupload/arthurupload/wuxian/fe/pc/pc_app_down_banne... |
body.newcrop > div > img body.newcrop > div > img | j1.58cdn.com.cn/arthurupload/wuxian/fe/callappback_7319.png |
中文专业生活信息门户 div#header > div#headerinside > a#logo > img#bigLogo | img.58cdn.com.cn/logo/58/252_84/logo-o.png?v=2 |
中文专业生活信息门户 div.footer > div#upWrap > a#fotLogo > img | img.58cdn.com.cn/logo/58/252_84/logo-o.png?v=2 |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
北京 div#commonTopbar > div.w > div.bar_left > h2 |
div#searchbar > div#saerkey > span#key > input#keyword div#searchbar > div#saerkey > span#key > input#keyword |
form > div#searchbar > div.inputcon > input#searchbtn form > div#searchbar > div.inputcon > input#searchbtn |
鱼缸 div#searchbar > div#hotwords > span#hot > a |
淘宝美工 div#searchbar > div#hotwords > span#hot > a |
夜班 div#searchbar > div#hotwords > span#hot > a |
日结 div#searchbar > div#hotwords > span#hot > a |
带车司机 div#searchbar > div#hotwords > span#hot > a |
招聘推广 div#searchbar > div#hotwords > span#hot2 > a.#FF552E |
个人卖房 div#searchbar > div#hotwords > span#hot2 > a.#FF552E |
我要招人 div#searchbar > div#hotwords > span#hot2 > a.#FF552E |
免费发布信息 div#homeWrap > div#header > div#headerinside > a#fabu |
修改/删除信息 div#homeWrap > div#header > div#headerinside > a#delinfo |
首页 div#homeWrap > ul#nav > li#homeNav > a.navWit |
58APP div#homeWrap > ul#nav > li#wubaApp > a.navRed |
商家APP div#homeWrap > ul#nav > li#sellerApp > a.navRed |
58公众号 div#homeWrap > ul#nav > li#publicNum > span.navRed |
小程序 div#homeWrap > ul#nav > li#wxxcx > span.navRed |
新车 div#homeWrap > ul#nav > li.navHov > a.navRed |
58贷款 div#homeWrap > ul#nav > li.navHov > a.navRed |
安居客 div#homeWrap > ul#nav > li.navHov > a.navGrey |
英才直聘 div#homeWrap > ul#nav > li.navHov > a.navGrey |
全职 ul.icoNav > li#zpNav > em > a |
兼职 ul.icoNav > li#zpNav > em > a |
招人 ul.icoNav > li#zpNav > em > a |
租房 ul.icoNav > li#fcNav > em > a |
二手房 ul.icoNav > li#fcNav > em > a |
公寓 ul.icoNav > li#fcNav > em > a |
3万内 ul.icoNav > li#escNav > em > a |
SUV ul.icoNav > li#escNav > em > a |
货车 ul.icoNav > li#escNav > em > a |
家具 ul.icoNav > li#esNav > em > a |
家电 ul.icoNav > li#esNav > em > a |
摩托车 ul.icoNav > li#esNav > em > a |
空调 ul.icoNav > li#eshsNav > em > a |
冰箱 ul.icoNav > li#eshsNav > em > a |
家具 ul.icoNav > li#eshsNav > em > a |
保洁 ul.icoNav > li#jzfwNav > em > a |
搬家 ul.icoNav > li#jzfwNav > em > a |
维修 ul.icoNav > li#jzfwNav > em > a |
家装 ul.icoNav > li#bdfwNav > em > a |
租车 ul.icoNav > li#bdfwNav > em > a |
工商 li#bdfwNav > em > span.index_a_red > a |
整租 div.fl > div.board > span.contentAdTilRt > a.null |
合租 div.fl > div.board > span.contentAdTilRt > a.null |
长租公寓 div.fl > div.board > span.contentAdTilRt > a.red |
个人房源 div.fl > div.board > span.contentAdTilRt > a.null |
二手房 div.fl > div.board > span.contentAdTilRt > a.yux |
安选房源 div.fl > div.board > span.contentAdTilRt > a.null |
新房 div.fl > div.board > span.contentAdTilRt > a.red |
商铺出租 div.colWrap > div.fl > div.board > a |
商铺出售 div.colWrap > div.fl > div.board > a |
生意转让 div.colWrap > div.fl > div.board > a |
实勘铺源 div.fl > div.board > span#solid-source > a.reddot |
写字楼出租 div.colWrap > div.fl > div.board > a |
写字楼出售 div.colWrap > div.fl > div.board > a |
办公楼盘 div.colWrap > div.fl > div.board > a.fc-zlp |
联合办公 div.colWrap > div.fl > div.board > a.red |
厂房 div.colWrap > div.fl > div.board > a |
仓库 div.colWrap > div.fl > div.board > a |
土地 div.colWrap > div.fl > div.board > a |
车位 div.colWrap > div.fl > div.board > a |
0-3万 div.fl > div.board > em > a |
3-5万 div.fl > div.board > em > a |
5-8万 div.fl > div.board > em > a |
8-10万 div.fl > div.board > em > a |
10-15万 div.fl > div.board > em.esc_col3 > a |
15-20万 div.fl > div.board > em.esc_col3 > a |
>20万 div.fl > div.board > em.esc_col3 > a |
轿车 div.fl > div.board > em.esc_col5 > a |
跑车 div.fl > div.board > em.esc_col5 > a |
SUV div.fl > div.board > em.esc_col5 > a |
MPV div.fl > div.board > em.esc_col5 > a |
面包车 div.fl > div.board > em.esc_col5 > a |
高价卖车 div.board > h4 > span.miniAdTilRt > a.reddot |
大众 div.fl > div.board > em.esc_col5 > a |
别克 div.fl > div.board > em.esc_col5 > a |
福特 div.fl > div.board > em.esc_col5 > a |
标致 div.fl > div.board > em.esc_col5 > a |
雪佛兰 div.colWrap > div.fl > div.board > a |
丰田 div.fl > div.board > em.esc_col5 > a |
本田 div.fl > div.board > em.esc_col5 > a |
现代 div.fl > div.board > em.esc_col5 > a |
日产 div.fl > div.board > em.esc_col5 > a |
马自达 div.colWrap > div.fl > div.board > a |
五菱 div.fl > div.board > em.esc_col5 > a |
吉利 div.fl > div.board > em.esc_col5 > a |
奇瑞 div.fl > div.board > em.esc_col5 > a |
长安 div.fl > div.board > em.esc_col5 > a |
比亚迪 div.colWrap > div.fl > div.board > a |
奥迪 div.fl > div.board > em.esc_col5 > a |
宝马 div.fl > div.board > em.esc_col5 > a |
奔驰 div.fl > div.board > em.esc_col5 > a |
雷克萨斯 div.colWrap > div.fl > div.board > a |
货车 div.colWrap > div.fl > div.board > a.red |
东风 div.colWrap > div.fl > div.board > a |
解放 div.colWrap > div.fl > div.board > a |
福田 div.colWrap > div.fl > div.board > a |
挂车 div.colWrap > div.fl > div.board > a.red |
载货车 div.colWrap > div.fl > div.board > a |
自卸车 div.colWrap > div.fl > div.board > a |
牵引车 div.colWrap > div.fl > div.board > a |
客车 div.colWrap > div.fl > div.board > a |
工程车 div.fl > div.board > em.esc_col2 > a |
搅拌车 div.fl > div.board > em.esc_col2 > a |
洒水车 div.fl > div.board > em.esc_col2 > a |
挖掘机 div.fl > div.board > em.esc_col2 > a |
SUV div.fl > div.board > em > a |
小型车 div.fl > div.board > em > a |
紧凑型车 div.fl > div.board > em > a |
中型车 div.fl > div.board > em > a |
0-5万 div.fl > div.board > em > a |
5-10万 div.fl > div.board > em > a |
10-15万 div.fl > div.board > em > a |
15-20万 div.fl > div.board > em > a |
国产车 div.fl > div.board > em > a |
更多新车 div.fl > div.board > em > a |
租车 div.fl > div.board > em.qcfw_new > a.red |
货车 div.colWrap > div.fl > div.board > a |
大巴 div.colWrap > div.fl > div.board > a |
中巴 div.colWrap > div.fl > div.board > a |
面包 div.colWrap > div.fl > div.board > a |
买车 div.fl > div.board > em.qcfw_new > a |
4S店 div.fl > div.board > span#qcfw_mc_right > a |
保险 div.fl > div.board > span#qcfw_mc_right > a |
过户验车 div.fl > div.board > span#qcfw_mc_right > a |
以租代购 div.fl > div.board > span#qcfw_mc_right > a |
用车 div.fl > div.board > em.qcfw_new > a |
代办上牌 div.colWrap > div.fl > div.board > a |
改装 div.colWrap > div.fl > div.board > a |
配件 div.colWrap > div.fl > div.board > a |
养车 div.fl > div.board > em.qcfw_new > a |
维修保养 div.colWrap > div.fl > div.board > a |
美容装饰 div.colWrap > div.fl > div.board > a |
学车 div.fl > div.board > em.qcfw_new > a |
驾校 div.fl > div.board > span.inline-block-80 > a |
代驾·司机外派 div.fl > div.board > span.inline-block-80 > a |
陪练 div.fl > div.board > span.inline-block-80 > a.red |
58陪练 div.colWrap > div.fl > div.board > a |
培训 div.fl > div.board > em.qcfw_new > a |
职业 div.colWrap > div.fl > div.board > a |
管理 div.colWrap > div.fl > div.board > a |
设计 div.colWrap > div.fl > div.board > a |
IT div.colWrap > div.fl > div.board > a |
艺术 div.colWrap > div.fl > div.board > a |
体育 div.colWrap > div.fl > div.board > a |
语言 div.colWrap > div.fl > div.board > a |
美容 div.colWrap > div.fl > div.board > a |
餐饮 div.colWrap > div.fl > div.board > a |
技工 div.colWrap > div.fl > div.board > a |
会计 div.colWrap > div.fl > div.board > a |
学历 div.fl > div.board > em.qcfw_new > a.red |
成考 div.colWrap > div.fl > div.board > a |
自考 div.colWrap > div.fl > div.board > a |
考研 div.colWrap > div.fl > div.board > a |
考博 div.colWrap > div.fl > div.board > a |
留学 div.fl > div.board > em.qcfw_new > a |
美国 div.colWrap > div.fl > div.board > a |
日本 div.colWrap > div.fl > div.board > a |
英国 div.colWrap > div.fl > div.board > a |
移民 div.fl > div.board > em.qcfw_new > a |
美国 div.colWrap > div.fl > div.board > a |
加拿大 div.colWrap > div.fl > div.board > a |
澳洲 div.colWrap > div.fl > div.board > a |
58问卷 div.fl > div.board > em > a |
医院挂号 div.fl > div.board > em > a |
保姆/钟点工 div.fl > div.board > em > a#bmzdg |
家电 div.fl > div.board > em > a |
空调 div.colWrap > div.fl > div.board > a.red |
冰箱 div.colWrap > div.fl > div.board > a |
洗衣机 div.colWrap > div.fl > div.board > a |
电视 div.colWrap > div.fl > div.board > a |
音响 div.colWrap > div.fl > div.board > a |
热水器 div.colWrap > div.fl > div.board > a |
家具 div.fl > div.board > em > a |
衣柜 div.colWrap > div.fl > div.board > a |
沙发 div.colWrap > div.fl > div.board > a |
桌子 div.colWrap > div.fl > div.board > a |
椅子凳子 div.colWrap > div.fl > div.board > a |
茶几 div.colWrap > div.fl > div.board > a |
电脑/配件 div.fl > div.board > em > a |
笔记本 div.colWrap > div.fl > div.board > a |
平板 div.colWrap > div.fl > div.board > a |
显示器 div.colWrap > div.fl > div.board > a |
机械/设备 div.fl > div.board > em > a.red |
工厂 div.colWrap > div.fl > div.board > a |
机械 div.colWrap > div.fl > div.board > a |
发电机 div.colWrap > div.fl > div.board > a |
工业物资 div.fl > div.board > em > a |
废纸 div.colWrap > div.fl > div.board > a |
金属 div.colWrap > div.fl > div.board > a |
建筑废料 div.colWrap > div.fl > div.board > a |
塑料 div.colWrap > div.fl > div.board > a |
库存积压 div.colWrap > div.fl > div.board > a |
玻璃 div.colWrap > div.fl > div.board > a |
电池 div.colWrap > div.fl > div.board > a |
纺织皮革 div.colWrap > div.fl > div.board > a |
电子 div.colWrap > div.fl > div.board > a |
奢侈品 div.fl > div.board > em > a |
金银 div.colWrap > div.fl > div.board > a |
礼品 div.colWrap > div.fl > div.board > a |
艺术品 div.colWrap > div.fl > div.board > a |
办公用品 div.fl > div.board > em > a |
打印机 div.colWrap > div.fl > div.board > a |
复印机 div.colWrap > div.fl > div.board > a |
墨盒 div.colWrap > div.fl > div.board > a |
酒店/厨房 div.fl > div.board > em > a |
厨房设备 div.colWrap > div.fl > div.board > a |
酒店设备 div.colWrap > div.fl > div.board > a |
文体用品 div.fl > div.board > em > a |
钢琴 div.colWrap > div.fl > div.board > a |
图书 div.colWrap > div.fl > div.board > a |
桌球 div.colWrap > div.fl > div.board > a |
办公家具 div.fl > div.board > em > a |
老板台 div.colWrap > div.fl > div.board > a |
文件柜 div.colWrap > div.fl > div.board > a |
桌椅 div.colWrap > div.fl > div.board > a |
摩托卖场 div.fl > div.board > em > a |
高性价比家电 div.colWrap > div.fl > div.board > a |
家具·家电·车辆家具送货上门 div.colWrap > div.fl > div.board > h6 |
家具送货上门 div.board > h6 > span.miniAdTilRt > a |
二手家电 div.board > span.jumpBusiness > em > a |
空调 div.fl > div.board > span.jumpBusiness > a.red |
电视 div.fl > div.board > span.jumpBusiness > a |
冰箱 div.fl > div.board > span.jumpBusiness > a |
二手家具 div.board > span.jumpBusiness > em > a.red |
沙发 div.fl > div.board > span.jumpBusiness > a |
桌椅 div.fl > div.board > span.jumpBusiness > a |
办公设备 div.board > span.jumpBusiness > em > a.red |
办公家具 div.fl > div.board > span.jumpBusiness > a |
摩托车 div.board > span.jumpBusiness > em > a |
雅马哈 div.fl > div.board > span.jumpBusiness > a |
本田 div.fl > div.board > span.jumpBusiness > a |
电动车 div.board > span.jumpBusiness > em > a |
自行车 div.fl > div.board > span.jumpBusiness > a |
三轮车 div.fl > div.board > span.jumpBusiness > a |
百货·设备 换季衣服便宜清 div.colWrap > div.fl > div.board > h6 |
换季衣服便宜清 div.board > h6 > span.miniAdTilRt > a |
家居日用 div.board > span.jumpBusiness > em > a |
厨具 div.fl > div.board > span.jumpBusiness > a |
灯具 div.fl > div.board > span.jumpBusiness > a |
床品 div.fl > div.board > span.jumpBusiness > a |
母婴用品 div.board > span.jumpBusiness > em > a |
婴幼服 div.fl > div.board > span.jumpBusiness > a |
玩具 div.fl > div.board > span.jumpBusiness > a |
服装箱包 div.board > span.jumpBusiness > em > a |
手表 div.fl > div.board > span.jumpBusiness > a |
箱包 div.fl > div.board > span.jumpBusiness > a |
服饰 div.fl > div.board > span.jumpBusiness > a |
设备买卖 div.fl > div.board > em > a |
木工 div.colWrap > div.fl > div.board > a |
电力 div.colWrap > div.fl > div.board > a |
仪器 div.colWrap > div.fl > div.board > a |
文体户外 div.board > span.jumpBusiness > em > a.red |
健身 div.fl > div.board > span.jumpBusiness > a |
钢琴 div.fl > div.board > span.jumpBusiness > a.red |
麻将 div.fl > div.board > span.jumpBusiness > a |
艺术收藏 div.fl > div.board > em > a |
古玩 div.colWrap > div.fl > div.board > a |
把件 div.colWrap > div.fl > div.board > a |
字画 div.colWrap > div.fl > div.board > a |
成人用品 div.fl > div.board > em > a |
美容保健 div.colWrap > div.fl > div.board > a.jumpBusiness |
图书音像 div.fl > div.board > em > a.jumpBusiness |
通讯业务 div.colWrap > div.fl > div.board > a |
礼品转让 div.fl > div.board > em > a |
交换 div.colWrap > div.fl > div.board > a |
二手求购 div.fl > div.board > em > a |
其他二手 div.colWrap > div.fl > div.board > a |
更多 div.colWrap > div.fl > div.board > a |
数码·通讯 div.colWrap > div.fl > div.board > h6 |
二手手机 div.board > span.jumpBusiness > em > a |
苹果 div.fl > div.board > span.jumpBusiness > a |
三星 div.fl > div.board > span.jumpBusiness > a |
小米 div.fl > div.board > span.jumpBusiness > a |
台式电脑 div.board > span.jumpBusiness > em > a |
台式机 div.fl > div.board > span.jumpBusiness > a |
硬件 div.fl > div.board > span.jumpBusiness > a |
笔记本 div.board > span.jumpBusiness > em > a |
苹果 div.fl > div.board > span.jumpBusiness > a |
联想 div.fl > div.board > span.jumpBusiness > a |
平板电脑 div.board > span.jumpBusiness > em > a |
三星 div.fl > div.board > span.jumpBusiness > a |
iPad div.fl > div.board > span.jumpBusiness > a |
数码产品 div.board > span.jumpBusiness > em > a |
相机 div.fl > div.board > span.jumpBusiness > a |
游戏机 div.fl > div.board > span.jumpBusiness > a |
二手设备 div.fl > div.board > em > a.red |
机床 div.colWrap > div.fl > div.board > a |
化工 div.colWrap > div.fl > div.board > a |
箱房 div.colWrap > div.fl > div.board > a |
狗狗 div.fl > div.board > em > a |
泰迪 div.colWrap > div.fl > div.board > a |
柯基 div.colWrap > div.fl > div.board > a |
拉布拉多 div.colWrap > div.fl > div.board > a |
哈士奇 div.colWrap > div.fl > div.board > a |
金毛 div.colWrap > div.fl > div.board > a |
阿拉斯加 div.colWrap > div.fl > div.board > a |
斗牛犬 div.colWrap > div.fl > div.board > a |
博美 div.colWrap > div.fl > div.board > a |
萨摩耶 div.colWrap > div.fl > div.board > a |
猫猫 div.fl > div.board > em > a |
短毛猫 div.colWrap > div.fl > div.board > a |
加菲猫 div.colWrap > div.fl > div.board > a |
蓝猫 div.colWrap > div.fl > div.board > a |
用品 div.fl > div.board > em > a |
服务 div.colWrap > div.fl > div.board > a |
鱼缸 div.colWrap > div.fl > div.board > a |
宠物寄养 div.colWrap > div.fl > div.board > a |
包吃包住 div.board > div.col3 > em > a.null |
周末双休 div.board > div.col3 > em > a.reddot |
学习培训 div.fl > div.board > div.col3 > a.red |
超燃招聘季 div.board > div.col3 > em > a.red |
我要招人 div.fl > div.board > div.col3 > a.null |
求职神器 div.board > div.col4 > h4 > a |
央企国企热招 div.board > div.col4 > h4 > a#yqgqrz |
求职金卡 div.board > div.col4 > em > a |
简历置顶 div.board > div.col4 > em > a |
快速求职 div.board > div.col4 > em > a |
热招职位 div.board > div.col4 > h4 > a |
司机/物流 div.board > div.col4 > em > a |
送餐员/外卖骑手 div.fl > div.board > div.col4 > a |
货运司机 div.fl > div.board > div.col4 > a |
商务司机 div.fl > div.board > div.col4 > a |
销售 div.board > div.col4 > em > a |
销售专员 div.fl > div.board > div.col4 > a |
电话销售 div.fl > div.board > div.col4 > a |
网络销售 div.fl > div.board > div.col4 > a |
汽车销售 div.fl > div.board > div.col4 > a |
普工/技工 div.board > div.col4 > em > a |
普工/操作工 div.fl > div.board > div.col4 > a |
装卸/搬运工 div.fl > div.board > div.col4 > a |
焊工 div.fl > div.board > div.col4 > a |
车床工 div.fl > div.board > div.col4 > a |
人事/行政 div.board > div.col4 > em > a |
文员 div.fl > div.board > div.col4 > a |
前台/接待 div.fl > div.board > div.col4 > a |
人事专员/助理 div.fl > div.board > div.col4 > a |
会计 div.fl > div.board > div.col4 > a |
餐饮 div.board > div.col4 > em > a |
服务员 div.fl > div.board > div.col4 > a |
后厨 div.fl > div.board > div.col4 > a |
厨师 div.fl > div.board > div.col4 > a |
配菜/打荷 div.fl > div.board > div.col4 > a |
厨师长 div.fl > div.board > div.col4 > a |
服务业 div.board > div.col4 > em > a |
保洁 div.fl > div.board > div.col4 > a |
健身教练 div.fl > div.board > div.col4 > a |
汽车维修 div.fl > div.board > div.col4 > a |
月嫂 div.fl > div.board > div.col4 > a |
美发/美容 div.board > div.col4 > em > a |
美容师 div.fl > div.board > div.col4 > a |
足疗师 div.fl > div.board > div.col4 > a |
按摩师 div.fl > div.board > div.col4 > a |
美甲师 div.fl > div.board > div.col4 > a |
门店/零售 div.board > div.col4 > em > a |
店员/营业员 div.fl > div.board > div.col4 > a |
收银员 div.fl > div.board > div.col4 > a |
促销/导购员 div.fl > div.board > div.col4 > a |
运营/客服 div.board > div.col4 > em > a |
客服专员/助理 div.fl > div.board > div.col4 > a |
电话客服 div.fl > div.board > div.col4 > a |
售后客服 div.fl > div.board > div.col4 > a |
传媒/影视 div.board > div.col4 > em > a |
模特 div.fl > div.board > div.col4 > a |
演员 div.fl > div.board > div.col4 > a |
带货主播 div.fl > div.board > div.col4 > a |
娱乐主播 div.fl > div.board > div.col4 > a |
生产制造 div.board > div.col4 > em > a |
质量管理/测试 div.fl > div.board > div.col4 > a |
缝纫工 div.fl > div.board > div.col4 > a |
电气工程师 div.fl > div.board > div.col4 > a |
房地产建筑 div.board > div.col4 > em > a |
工程资料员 div.fl > div.board > div.col4 > a |
工程项目管理 div.fl > div.board > div.col4 > a |
木工 div.fl > div.board > div.col4 > a |
安保消防 div.board > div.col4 > em > a |
保安 div.fl > div.board > div.col4 > a |
安检员 div.fl > div.board > div.col4 > a |
安全消防 div.fl > div.board > div.col4 > a |
门卫 div.fl > div.board > div.col4 > a |
更多» div.fl > div.board > div.col4 > a |
门槛低 div.board > div.col3 > em > a |
配送 div.fl > div.board > div.col3 > a |
传单派发 div.fl > div.board > div.col3 > a |
钟点工 div.fl > div.board > div.col3 > a.red |
促销导购 div.fl > div.board > div.col3 > a |
本领强 div.board > div.col3 > em > a |
家教 div.fl > div.board > div.col3 > a |
会计 div.fl > div.board > div.col3 > a |
翻译 div.fl > div.board > div.col3 > a |
美工 div.fl > div.board > div.col3 > a |
法务 div.fl > div.board > div.col3 > a |
服务达人 div.board > div.col3 > em > a |
化妆师 div.fl > div.board > div.col3 > a |
健身教练 div.fl > div.board > div.col3 > a |
护工 div.fl > div.board > div.col3 > a |
汽车陪练 div.fl > div.board > div.col3 > a |
热门搜 div.board > div.col3 > em > a |
礼仪模特 div.fl > div.board > div.col3 > a |
司仪驻唱 div.fl > div.board > div.col3 > a |
更多>> div.fl > div.board > div.col3 > a |
热门行业|场所企业推广 div.fl > div.board > div.col4 > h2 |
服务业 div.board > div.col4 > em > a.red |
客服 div.fl > div.board > div.col4 > a |
保安 div.fl > div.board > div.col4 > a |
服务员 div.fl > div.board > div.col4 > a |
外贸 div.fl > div.board > div.col4 > a |
送餐员 div.fl > div.board > div.col4 > a |
IT|互联网 div.board > div.col4 > em > a |
淘宝美工 div.fl > div.board > div.col4 > a |
淘宝客服 div.fl > div.board > div.col4 > a |
网络销售 div.fl > div.board > div.col4 > a |
程序员 div.fl > div.board > div.col4 > a |
汽车|制造 div.board > div.col4 > em > a |
商务司机 div.fl > div.board > div.col4 > a |
汽车销售 div.fl > div.board > div.col4 > a |
叉车司机 div.fl > div.board > div.col4 > a |
货运司机 div.fl > div.board > div.col4 > a |
金融|会计 div.board > div.col4 > em > a |
会计 div.fl > div.board > div.col4 > a |
外汇 div.fl > div.board > div.col4 > a |
金融 div.fl > div.board > div.col4 > a |
出纳 div.fl > div.board > div.col4 > a |
投资 div.fl > div.board > div.col4 > a |
写字楼 div.board > div.col4 > em > a |
文员 div.fl > div.board > div.col4 > a |
设计师 div.fl > div.board > div.col4 > a |
前台 div.fl > div.board > div.col4 > a |
销售代表 div.fl > div.board > div.col4 > a |
电话销售 div.fl > div.board > div.col4 > a |
商场超市 div.board > div.col4 > em > a |
收银员 div.fl > div.board > div.col4 > a |
促销导购 div.fl > div.board > div.col4 > a |
卖场经理 div.fl > div.board > div.col4 > a |
更多» div.fl > div.board > div.col4 > a |
销售 div.board > div.col4 > em > a |
导购 div.board > div.col4 > em > a |
厨师 div.board > div.col4 > em > a |
房产经纪 div.fl > div.board > div.col4 > a |
文员 div.board > div.col4 > em > a |
收银 div.board > div.col4 > em > a |
配菜 div.board > div.col4 > em > a |
保险经纪 div.fl > div.board > div.col4 > a |
前台 div.board > div.col4 > em > a |
营业员 div.board > div.col4 > em > a |
服务员 div.board > div.col4 > em > a |
人事/行政 div.fl > div.board > div.col4 > a |
客服 div.board > div.col4 > em > a |
保安 div.board > div.col4 > em > a |
洗碗工 div.board > div.col4 > em > a |
平面设计 div.fl > div.board > div.col4 > a |
会计 div.board > div.col4 > em > a |
电工 div.board > div.col4 > em > a |
迎宾 div.board > div.col4 > em > a |
仓库管理 div.fl > div.board > div.col4 > a |
网购卡 div.fl > div.board > em > a |
电影票卡 div.colWrap > div.fl > div.board > a |
手机充值卡 div.colWrap > div.fl > div.board > a |
游乐园景点 div.colWrap > div.fl > div.board > a |
购物卡 div.fl > div.board > em > a |
健身卡 div.colWrap > div.fl > div.board > a.red |
游泳卡 div.colWrap > div.fl > div.board > a |
其他票务 div.colWrap > div.fl > div.board > a |
特价机票 div.fl > div.board > em > a |
搬家 div.board > div#gameCenter > div.fangxinfuwu > a |
装修 div.board > div#gameCenter > div.fangxinfuwu > a |
保姆 div.board > div#gameCenter > div.fangxinfuwu > a |
保洁 div.board > div#gameCenter > div.fangxinfuwu > a |
租车 div.board > div#gameCenter > div.fangxinfuwu > a |
游泳馆 div.fl > div.board > em > a.red |
篮球场 div.fl > div.board > em > a |
健身 div.fl > div.board > em > a |
户外 div.fl > div.board > em > a |
桌游 div.fl > div.board > em > a |
咖啡厅 div.fl > div.board > em > a |
手工坊 div.fl > div.board > em > a |
到家服务 div.rightSideTop > div#wubaDaojia > h2 > a |
灵活用工服务 div.board > div.col2 > em > a.#333333 |
搬家 div.board > div.col4 > em > a |
居民 div.cbp4 > div.board > div.col4 > a |
公司 div.cbp4 > div.board > div.col4 > a |
小型 div.cbp4 > div.board > div.col4 > a |
长途 div.cbp4 > div.board > div.col4 > a |
空调移机 div.cbp4 > div.board > div.col4 > a.red |
设备 div.cbp4 > div.board > div.col4 > a |
保姆 div.board > div.col4 > em > a |
月嫂 div.cbp4 > div.board > div.col4 > a |
育儿嫂 div.cbp4 > div.board > div.col4 > a |
钟点工 div.cbp4 > div.board > div.col4 > a |
催乳师 div.cbp4 > div.board > div.col4 > a |
保姆 div.cbp4 > div.board > div.col4 > a |
保洁 div.board > div.col4 > em > a |
家庭保洁 div.cbp4 > div.board > div.col4 > a |
开荒 div.cbp4 > div.board > div.col4 > a |
空气净化 div.cbp4 > div.board > div.col4 > a |
家务 div.board > div.col4 > em > a |
回收 div.cbp4 > div.board > div.col4 > a.red |
开锁 div.cbp4 > div.board > div.col4 > a |
疏通 div.cbp4 > div.board > div.col4 > a.red |
鲜花 div.cbp4 > div.board > div.col4 > a |
干洗改衣 div.cbp4 > div.board > div.col4 > a |
白事 div.cbp4 > div.board > div.col4 > a |
配送 div.cbp4 > div.board > div.col4 > a |
桶装水 div.cbp4 > div.board > div.col4 > a |
跑腿 div.cbp4 > div.board > div.col4 > a |
粮油副食 div.cbp4 > div.board > div.col4 > a |
煤气 div.cbp4 > div.board > div.col4 > a |
维修 div.board > div.col4 > em > a |
家电 div.cbp4 > div.board > div.col4 > a.red |
房屋 div.cbp4 > div.board > div.col4 > a |
家具 div.cbp4 > div.board > div.col4 > a |
电脑 div.cbp4 > div.board > div.col4 > a.red |
手机 div.cbp4 > div.board > div.col4 > a |
空调 div.cbp4 > div.board > div.col4 > a.red |
数码 div.cbp4 > div.board > div.col4 > a |
家装 div.board > div.col4 > em > a.red |
装修 div.cbp4 > div.board > div.col4 > a |
设计 div.cbp4 > div.board > div.col4 > a |
找散工 div.cbp4 > div.board > div.col4 > a |
建材 div.cbp4 > div.board > div.col4 > a |
家具 div.cbp4 > div.board > div.col4 > a |
家纺 div.cbp4 > div.board > div.col4 > a |
公装 div.board > div.col4 > em > a |
办公室 div.cbp4 > div.board > div.col4 > a.red |
店铺 div.cbp4 > div.board > div.col4 > a |
厂房 div.cbp4 > div.board > div.col4 > a |
餐厅 div.cbp4 > div.board > div.col4 > a |
酒店 div.cbp4 > div.board > div.col4 > a |
自建房 div.cbp4 > div.board > div.col4 > a |
开业 div.board > div.col4 > em > a |
工商注册 div.cbp4 > div.board > div.col4 > a.red |
资料变更 div.cbp4 > div.board > div.col4 > a |
商标专利 div.cbp4 > div.board > div.col4 > a |
起名 div.cbp4 > div.board > div.col4 > a |
财务 div.board > div.col4 > em > a |
投资担保 div.cbp4 > div.board > div.col4 > a |
财务会计 div.cbp4 > div.board > div.col4 > a |
保险 div.cbp4 > div.board > div.col4 > a |
咨询 div.cbp4 > div.board > div.col4 > a |
法律 div.cbp4 > div.board > div.col4 > a |
物流 div.board > div.col4 > em > a |
货运物流 div.cbp4 > div.board > div.col4 > a.red |
快递 div.cbp4 > div.board > div.col4 > a |
货运专线 div.cbp4 > div.board > div.col4 > a |
货架 div.cbp4 > div.board > div.col4 > a |
营销 div.board > div.col4 > em > a |
广告 div.cbp4 > div.board > div.col4 > a |
设计策划 div.cbp4 > div.board > div.col4 > a |
印刷包装 div.cbp4 > div.board > div.col4 > a |
喷绘招牌 div.cbp4 > div.board > div.col4 > a |
礼品定制 div.cbp4 > div.board > div.col4 > a |
展会服务 div.cbp4 > div.board > div.col4 > a |
翻译速记 div.cbp4 > div.board > div.col4 > a |
制卡 div.cbp4 > div.board > div.col4 > a |
IT div.board > div.col4 > em > a |
建网站 div.cbp4 > div.board > div.col4 > a |
网络布线 div.cbp4 > div.board > div.col4 > a |
app开发 div.cbp4 > div.board > div.col4 > a |
网站推广 div.cbp4 > div.board > div.col4 > a |
基建 div.board > div.col4 > em > a |
租赁 div.cbp4 > div.board > div.col4 > a.red |
机械维修 div.cbp4 > div.board > div.col4 > a |
办公维修 div.cbp4 > div.board > div.col4 > a |
建筑维修 div.cbp4 > div.board > div.col4 > a |
小本开店 div.board > div.col4 > em > a.red |
餐饮 div.cbp4 > div.board > div.col4 > a |
服装 div.cbp4 > div.board > div.col4 > a |
网店 div.cbp4 > div.board > div.col4 > a |
快递 div.cbp4 > div.board > div.col4 > a |
礼品 div.cbp4 > div.board > div.col4 > a |
小吃店 div.cbp4 > div.board > div.col4 > a |
加盟即赚 div.board > div.col4 > em > a |
特色 div.cbp4 > div.board > div.col4 > a |
美容 div.cbp4 > div.board > div.col4 > a |
建材 div.cbp4 > div.board > div.col4 > a |
家居 div.cbp4 > div.board > div.col4 > a |
教育 div.cbp4 > div.board > div.col4 > a |
车服务 div.cbp4 > div.board > div.col4 > a |
结婚 div.board > div.col3 > em > a.red |
婚庆 div.cbp4 > div.board > div.col3 > a |
婚车 div.cbp4 > div.board > div.col3 > a |
婚宴 div.cbp4 > div.board > div.col3 > a |
司仪 div.cbp4 > div.board > div.col3 > a |
彩妆 div.cbp4 > div.board > div.col3 > a |
用品 div.cbp4 > div.board > div.col3 > a |
跟拍 div.cbp4 > div.board > div.col3 > a |
摄影 div.board > div.col3 > em > a |
婚纱 div.cbp4 > div.board > div.col3 > a |
儿童 div.cbp4 > div.board > div.col3 > a |
写真 div.cbp4 > div.board > div.col3 > a |
摄像 div.cbp4 > div.board > div.col3 > a |
庆典 div.cbp4 > div.board > div.col3 > a |
演出 div.cbp4 > div.board > div.col3 > a |
场地 div.cbp4 > div.board > div.col3 > a |
周边 div.board > div.col4 > em > a.red |
农家乐 div.cbp4 > div.board > div.col4 > a |
烧烤 div.cbp4 > div.board > div.col4 > a.red |
度假村 div.cbp4 > div.board > div.col4 > a |
采摘 div.cbp4 > div.board > div.col4 > a |
漂流 div.cbp4 > div.board > div.col4 > a.red |
国内 div.board > div.col4 > em > a |
酒店 div.cbp4 > div.board > div.col4 > a |
自驾游 div.cbp4 > div.board > div.col4 > a |
旅行社 div.cbp4 > div.board > div.col4 > a |
出境 div.cbp4 > div.board > div.col4 > a |
签证 div.cbp4 > div.board > div.col4 > a |
跟团 div.cbp4 > div.board > div.col4 > a |
外卖 div.board > div.insideWrap > div.minBodA > a |
快餐 div.board > div.insideWrap > div.minBodA > a |
宴会 div.board > div.insideWrap > div.minBodA > a |
蛋糕 div.board > div.insideWrap > div.minBodA > a |
美食 div.board > div.insideWrap > div.minBodA > a |
西餐 div.board > div.insideWrap > div.minBodA > a |
火锅 div.board > div.insideWrap > div.minBodA > a |
自助 div.board > div.insideWrap > div.minBodA > a |
美容 div.board > div.insideWrap > div.minBodB > a |
祛斑 div.board > div.insideWrap > div.minBodB > a |
美发 div.board > div.insideWrap > div.minBodB > a |
美甲 div.board > div.insideWrap > div.minBodB > a |
纹身 div.board > div.insideWrap > div.minBodB > a.red |
瘦身 div.board > div.insideWrap > div.minBodB > a |
舞蹈 div.board > div.insideWrap > div.minBodB > a |
瑜伽 div.board > div.insideWrap > div.minBodB > a |
产后修复 div.board > div.insideWrap > div.minBodB > a.chxf |
农作物 div.board > div.insideWrap > div.minBodA > a |
农用车 div.board > div.insideWrap > div.minBodA > a |
种苗 div.board > div.insideWrap > div.minBodA > a |
畜禽 div.board > div.insideWrap > div.minBodA > a |
饲料 div.board > div.insideWrap > div.minBodA > a |
园林花卉 div.board > div.insideWrap > div.minBodA > a |
化妆品 div.board > div.insideWrap > div.minBodB > a |
服装 div.board > div.insideWrap > div.minBodB > a |
运动用品 div.board > div.insideWrap > div.minBodB > a |
食品 div.board > div.insideWrap > div.minBodB > a |
礼品 div.board > div.insideWrap > div.minBodB > a |
商超 div.board > div.insideWrap > div.minBodB > a |
安防 div.board > div.insideWrap > div.minBodB > a |
美发 div.board > div.insideWrap > div.minBodA > a |
美容 div.board > div.insideWrap > div.minBodA > a |
瘦身 div.board > div.insideWrap > div.minBodA > a |
产后修复 div.board > div.insideWrap > div.minBodA > a.chxf |
舞蹈瑜伽 div.board > div.insideWrap > div.minBodA > a |
口腔护理 div.board > div.insideWrap > div.minBodA > a |
社保医疗 div.rightSide > div.cbp4 > div.board > a |
社保卡 div.rightSide > div.cbp4 > div.board > a |
公积金 div.rightSide > div.cbp4 > div.board > a |
医疗 div.rightSide > div.cbp4 > div.board > a |
挂号技巧 div.rightSide > div.cbp4 > div.board > a |
低保 div.rightSide > div.cbp4 > div.board > a |
安居客 div#upWrap > ul > li > a |
驾校一点通 div#upWrap > ul > li > a |
英才直聘 div#upWrap > ul > li > a |
58到家 div#upWrap > ul > li > a |
考试宝 div#upWrap > ul > li > a |
常见问题 div#upWrap > ul > li > a |
更多帮助 div#upWrap > ul > li > a |
意见反馈 div#upWrap > ul > li > a |
隐私政策 div#upWrap > ul > li > a |
新浪微博 div#upWrap > ul > li > a |
官网微信 div#upWrap > ul > li#wxfoot > span |
了解58同城 div#upWrap > ul > li > a |
加入58同城 div#upWrap > ul > li > a |
协议及规则公示专区 div#upWrap > ul > li > a |
推广服务 div#upWrap > ul > li > a |
渠道招商 div#upWrap > ul > li > a |
商家推广 div#upWrap > ul > li > a |
维权中心 div#upWrap > ul > li > a |
举报平台 div#upWrap > ul > li > a |
会员介绍 div#upWrap > ul > li > a |
推广热线 div#upWrap > ul > li > a |
开通招聘会员 div#upWrap > ul > li > a |
2005-2028 58.com版权所有 div#commonFooter > div.downWrap > div > em |
京公网备案信息11010502000809 div#commonFooter > div.downWrap > div > a |
京ICP证060405 div#commonFooter > div.downWrap > div > a |
京ICP备10012705号-2 div#commonFooter > div.downWrap > div > a |
津网文(2025)0237-002号 div#commonFooter > div.downWrap > div > a |
乙测资字11513278 div#commonFooter > div.downWrap > div > a |
联系我们 div#commonFooter > div.downWrap > div > a |
人力资源服务许可证 div#commonFooter > div.downWrap > div > a |
广播电视节目制作经营许可证 div#commonFooter > div.downWrap > div > a |
违法信息/未成年人举报:4008135858 jubao@58ganji.com div#commonFooter > div.downWrap > div > em |
员工舞弊举报:wb@58.com div#commonFooter > div.downWrap > div > em |
代理记账许可证 div#commonFooter > div.downWrap > div > a |
算法备案 div#commonFooter > div.downWrap > div > a |
公司主体:北京五八信息技术有限公司 div.footer > div#commonFooter > div.company-subject > span |
官方客服:10105858 div.footer > div#commonFooter > div.company-subject > span |
These are opportunities to improve the legibility of your content.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#wubaDaojia > h2 > a > img div#wubaDaojia > h2 > a > img |
body.newcrop > div#home_fl_wrap > div.home_fl_cont > img.fl_cont_pic body.newcrop > div#home_fl_wrap > div.home_fl_cont > img.fl_cont_pic |
body.newcrop > div#home_fl_wrap > div.home_fl_cont > img.fl_cont_sm body.newcrop > div#home_fl_wrap > div.home_fl_cont > img.fl_cont_sm |
body.newcrop > div > img body.newcrop > div > img |
body.newcrop > div > img body.newcrop > div > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#searchbar > div#saerkey > span#key > input#keyword div#searchbar > div#saerkey > span#key > input#keyword |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.newcrop > iframe#webimIframe body.newcrop > iframe#webimIframe |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#homeWrap > ul#nav > li.navHovRt > a.conGrey_m div#homeWrap > ul#nav > li.navHovRt > a.conGrey_m |
div#homeWrap > ul#nav > li.navHovRt > a.nav_shanghuruzhu div#homeWrap > ul#nav > li.navHovRt > a.nav_shanghuruzhu |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div#popular-services > ul.popular-services-list > li > a div#popular-services > ul.popular-services-list > li > a |
div.board > div.col4 > em > a div.board > div.col4 > em > a |
div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_1 div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_1 |
div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_2 div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_2 |
div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_3 div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_3 |
div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_5 div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_5 |
div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_6 div.footer > div#commonFooter > div.fotBtmIcon > a.fotBm_6 |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
高价卖车 div.colWrap > div.fl > div.board > h4 |
家具·家电·车辆家具送货上门 div.colWrap > div.fl > div.board > h6 |
求职神器 央企国企热招 div.fl > div.board > div.col4 > h4 |
These are opportunities to improve keyboard navigation in your application.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| chrome.loadTimes() is deprecated, instead use standardized API: Paint Timing. |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Description |
|---|
Uncaught TypeError: Cannot read properties of null (reading 'city') |
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Content Best Practices
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#wubaDaojia > h2 > a > img div#wubaDaojia > h2 > a > img |
body.newcrop > div#home_fl_wrap > div.home_fl_cont > img.fl_cont_pic body.newcrop > div#home_fl_wrap > div.home_fl_cont > img.fl_cont_pic |
body.newcrop > div#home_fl_wrap > div.home_fl_cont > img.fl_cont_sm body.newcrop > div#home_fl_wrap > div.home_fl_cont > img.fl_cont_sm |
body.newcrop > div > img body.newcrop > div > img |
body.newcrop > div > img body.newcrop > div > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.