当前位置:首页 > 代码 > 正文

仿百度代码(仿百度搜索引擎源码)

admin 发布:2022-12-20 00:23 122


本篇文章给大家谈谈仿百度代码,以及仿百度搜索引擎源码对应的知识点,希望对各位有所帮助,不要忘了收藏本站喔。

本文目录一览:

JQUERY仿百度网盘的鼠标经过弹出事件代码

!DOCTYPE HTML

html

head

meta charset=UTF-8 /

titleNothing/title

style type="text/css"

.bbb {

height: 37px;

width: 37px;

margin-left: 255px;

}

.ccc {

height: 200px;

width: 200px;

margin-left: 109px;

display: none;

}

/style

script type="text/javascript" src="jquery-1.4.2.js"/script

script

$ (function ()

    {

    $ ('div.bbb').hover (function ()

    {

$('div.ccc').toggle();    

    });

    })

/script

/head

body

div class="bbb"

img src="bbb.jpg" /

/div

div class="ccc"

img src="ccc.png" /

/div

/body

/html

仿百度登陆弹窗的JS或者jquery代码 求详细

!DOCTYPE html

html

head

    meta charset="utf-8" /

    titlediv布局/title

    script type="text/javascript" src=""/script

    style type="text/css"

        .corInsertHref

        {

            position: absolute;

            z-index: 10000;

            width: 370px;

            float: left;

            display: none;

            background-color: #fff;

            padding: 10px;

        }

        .corBackground

        {

            width: 100%;

            height: 100%;

            position: absolute;

            background-color: #000;

            top: 0;

            left: 0;

            filter: alpha(opacity=30);

            -moz-opacity: 0.30;

            -khtml-opacity: 0.30;

            opacity: 0.30;

            z-index: 9999;

            display: none;

        }

    /style

    script type="text/javascript"

        $(function() {

            //点击登录按钮 弹出层并初始化弹出层位置

            $("#btnlogin").click(function() {

                $("#corBackground").animate({ opacity: "show" }, "slow");

                $("#corInsertHref").animate({ opacity: "show" }, "slow");

                autoSize($("#corInsertHref"));

            });

            //窗口大小缩放事件

            $(window).resize(function() {

                autoSize($("#corInsertHref"));

            });

            //窗口大小缩放时调整弹出层的位置

            var autoSize = function(corObj) {

                var wWidth = $(window).width(), wHeight = $(window).height();

                var ihWidth = corObj.outerWidth(true), ihHeight = corObj.outerHeight(true);

                corObj.css({ "top": ((wHeight - ihHeight) / 2) + "px", "left": ((wWidth - ihWidth) / 2) + "px" });

            }

        });

    /script

/head

body

    span id="btnlogin"登录/span

    div id="corInsertHref" class="corInsertHref"

        p

            账号input id="txtName" type="text" //p

        p

            密码input id="txtPwd" type="text" //p

        p

            input type="button" value="登 录" //p

    /div

    div id="corBackground" class="corBackground"

    /div

/body

/html

粗略的写了下,可以吗?

哪里有百度的搜索代码,要求和百度首页一模一样的。

htmlheadtitle百度——全球最大中文搜索引擎 /titlemeta http-equiv=Content-Type content="text/html; charset=gb2312"

stylebody{font-family:宋体}img{border:0}td,p{font-size:12px}p{width:600px;margin:0;padding:0}.ff{font-family:Verdana;font-size:16px}

#n{margin:0px auto;font-size:12px;padding:0px;border-bottom:1px solid #00c;BACKGROUND:#eee;width:600px;height:18px}

#n li{float:left;display:block;margin:0px;padding:0px;width:67px}

#n li a{display:block;text-decoration:none;padding:4px 0px 0px 0px;margin:0px;width:100%}

#n li a:hover{text-decoration:underline;background:#FFF;padding:4px 0px 0px 0px;margin:0px}

#n li#h{width:56px;height:18px}#n li#m{width:85px;height:18px}

#n .w{background:#00C;color:#FFF;padding:4px 0px 0px 0px;margin:0px;font-weight:bold}

#b {width:600px;height:30px;padding-top:4px;color:#77c;font-size:12px;font-family:Arial}#b a{color:#77c;font-size:12px}/stylescript

function h(obj,url){obj.style.behavior='url(#default#homepage)';obj.setHomePage(url);}/script/head

body bgcolor=ffffff text=000000 link=0000cc vlink=0000cc alink=ff6600 onload=document.f.wd.focus()

centerbrimg src= width=174 height=59 alt="百度"brbrbrbr

div id=nli id=h/lilia href=""资 讯/a/lili class=w网 页/lilia href=""贴 吧/a/lilia href=""知 道/a/lilia href=""MP3/a/li

lia href=""图 片/a/lili id=ma href=""更 多 /a/li

/divp style=height:44px; /ptable width=600 border=0 cellpadding=0 cellspacing=0tr valign=toptd width=92/tdtd height=62 form name=f action=;input type=text name=wd class=ff size=35 maxlength=100input type=hidden name=cl value=3 input type=submit value=百度搜索brbr/form/tdtd width=92a href=/search/jiqiao.html搜索帮助/abra href=/gaoji/advanced.html高级搜索/a/td/tr/tablep style=height:60px; /pp style=height:30px;a onclick="h(this,'')" href=;url=;把百度设为首页/a/p

p style=height:14px;a href=;企业推广/a | a href=;搜索风云榜/a | a href=/home.html关于百度/a | a href=;About Baidu/a/pp id=b©2006 Baidu a href=;使用百度前必读/a a href= target=_blank京ICP证030173号/a a href=;img src=;/a/p/center/body/html

php仿百度下拉拼音模糊搜索代码

这个原理比较简单

你在录入每一个关键词的时候,都同时录入完整的汉语拼音

输入时,AJAX实时进行传递,进行SQL的like查询

再把结果返回给页面,动态加载出来就好了

谁能帮我仿百度首页出来啊?DIV+CSS的

style type="text/css"

body {

margin:0;

padding:4px 8px;

}

h5, dd, dl, dt, form, pre {

margin:0;

padding:0;

font-weight:normal;

}

a img {

border:none;

}

td, div {

line-height:18px;

font-size:12px;

font-family:Arial;

}

h3 {

padding:0;

margin:0;

font:bold 14px/1.2 Arial;

}

dt {

padding:4px 10px;

}

dd {

line-height:20px;

}

dd h5 {

font-size:12px;

padding:4px 0;

}

.hide {

display:none;

}

#dealQuestion {

background:#f8f8f8;

padding:10px;

margin-top:10px;

}

#methodList dd input {

margin:8px 8px 0 0;

}

a:link {

color:#261CDC;

}

a:visited {

color:#800080;

}

#main {

width:100%;

min-width:760px!important;

max-width:979px!important;

}

#path {

height:25px;

line-height:25px;

font-size:12px;

}

#tab {

margin-top:3px;

height:21px;

font:14px/;

}

#aside {

float:right;

width:290px;

margin-top:25px;

}

#right2 {

float:right;

width:290px;

}

#center2 {

margin-right:300px;

padding-right:3px!important;

padding-right:0;

}

#content {

float:left;

width:100%;

margin-right:-300px;

}

#content_inner {

margin-right:302px;

overflow:hidden;

}

#ft {

clear:both;

margin-top:10px;

text-align:center;

color:#77C;

font:12px/1.5 Arial;

white-space:nowrap;

}

.bai {

width:100%;

position:relative;

zoom:1;

}

.p90 {

width:90%;

}

.t3 {

padding-left:10px;

height:24px;

line-height:24px;

border-width:1px 1px 0 1px;

border-style:solid;

font-size:14px;

font-weight:bold;

}

.t3_favor {

height:24px;

line-height:24px;

border-width:1px 1px 0 1px;

border-style:solid;

font-size:14px;

font-weight:bold;

}

.t1 {

padding-left:10px;

height:24px;

line-height:24px;

font-size:14px;

font-weight:bold;

}

.b3 {

padding:5px 5px 5px 8px;

border-width:0 1px 1px;

border-style:solid;

}

.bgg {

background-color:#DDF1D8;

}

.bgb {

background-color:#DEEEF4;

}

.bgy {

background-color:#FBF5C6;

}

.bgr {

background-color:#FFE8E6;

}

.bcg {

border-color:#58CB64;

}

.bcy {

border-color:#F4BF20;

}

.bcb {

border-color:#64B7D7;

}

.bcr {

border-color:#FE7878;

}

.b4y {

padding:5px 5px 5px 8px;

border:1px solid #F4BF20;

}

.b4g {

padding:5px 10px 8px 10px;

border:1px solid #58CB64;

}

.f14 {

font-size:14px;

line-height:22px;

}

.f14B {

font-size:14px;

line-height:22px;

font-weight:bold;

}

.tdx {

width:33%;

height:22px;

font-size:14px;

line-height:22px;

}

.B {

font-weight:bold;

}

.mb12 {

margin-bottom:12px;

}

.mb10 {

margin-bottom:10px;

}

.mt10 {

margin-top:10px;

}

.mt20 {

margin-top:20px;

}

.grn, a.grn:link, a.grn:visited {

color:#080;

}

.lbk, a.lbk:link, a.lbk:visited {

color:#000;

}

.lgy, a.lgy:link, a.lgy:visited {

color:#555;

}

.org, a.org:link, a.org:visited {

color:#f60;

}

.org {

color:#008000;

font-weight:bold;

}

a.lmore_relaques:link, a.lmore_relaques:visited {

font-weight:bold;

font-size:14px;

}

a.lklbe:link, a.lklbe:visited {

text-decoration:underline;

color:#77c;

}

.per80 {

line-height:80%;

}

.wr {

table-layout:fixed;

word-wrap:break-word;

}

.wr td {

padding-top:5px;

}

.gray {

color:#666;

}

.red {

color:#F30;

}

#Lbg {

margin:13px 0 7px 0;

height:1px;

line-height:1px;

border-top:1px solid #999;

}

#Lg {

border-top:1px dashed #DDD;

height:1px;

line-height:1px;

margin:7px 0 3px;

}

#Lq {

margin:7px 0 2px 0;

height:1px;

line-height:1px;

border-top:1px solid #E1E1E1;

}

.pl6 {

padding-left:6px;

}

.p30 {

padding:30px 0;

}

.p10 {

padding:10px;

}

#pg {

font-size:14px;

line-height:22px;

text-align:center;

}

#tl td {

border-top:1px dashed #E1E1E1;

}

.tlp4 td {

padding:4px 0 4px 6px;

}

#tl td.nl {

border:0;

}

.tlp3 td {

padding:3px 0 3px 6px;

}

.bl td {

border-bottom:1px solid #E1E1E1;

}

.p2 {

padding:2px;

}

.p4 {

padding:4px;

}

.p3 {

padding:3px;

}

.bl td.nl {

border:0;

}

.f12 {

font-size:12px;

}

.bn100 {

padding-top:2px;

height:25px;

width:100px;

}

.subt {

margin-bottom:5px;

padding-right:10px;

height:24px;

line-height:24px;

text-align:right;

}

.f {

line-height:120%;

font-size:100%;

width:32em;

padding-left:15px;

word-break:break-all;

word-wrap:break-word;

}

#pg {

font-size:14px;

word-spacing:0!important;

word-spacing:4px;

font-family:arial;

text-align:center;

height:30px;

line-height:30px;

margin-top:20px;

}

#pg font {

font-size:16px;

}

.bnsrh {

height:24px;

line-height:20px;

}

.mr20 {

margin-right:20px;

}

.note {

background:url() no-repeat left;

margin:12px 0;

padding-left:20px;

font-weight:bold;

}

.answer1, .answer2, .answer3 {

background:url() no-repeat;

width:100px;

height:25px;

overflow:hidden;

}

.answer1 {

background-position:0 0;

}

.answer2 {

background-position:0 -25px;

}

.answer3 {

background-position:0 -50px;

}

#Lg {

border-top:1px dashed #bbb;

}

#cproshow .r {

word-break:break-all;

cursor:pointer;

width:100%;

}

#cproshow div.r font {

font-size:14px;

}

#cproshow div.r span font {

font-size:12px;

}

#cproshow {

border:0;

margin:0;

padding:0;

}

.t2 {

padding-left:10px;

height:24px;

line-height:24px;

font-size:14px;

font-weight:bold;

border-top:1px solid #FED6D2;

}

.bc {

padding:5px 5px 5px 8px;

margin:0 3px 3px;

background:#FFF;

}

.bc0 {

padding:5px 5px 5px 8px;

margin:0 3px 0;

background:#FFF;

}

.bc3 {

padding:5px 5px 5px 8px;

margin:3px;

background:#FFF;

}

.bg, .by, .bb, .bb_2, .br, .bk, .bka {

position:relative;

margin-bottom:12px;

}

.bg {

border:1px solid #A5DA94;

background:#DBF1D4;

}

.bg0 {

position:relative;

background:#DBF1D4;

}

.by {

border:1px solid #E3D686;

background:#F2EAB7;

}

.bb {

border:1px solid #9BC9DF;

background:#DBEDF5;

}

.bb_2 {

border:1px solid #d0ebc8;

background:#e8f7e4;

}

.br {

border:1px solid #E5ADA7;

background:#FED6D2;

}

.bk {

margin-bottom:0;

border:1px solid #BDBDBD;

background:#D7D7D7;

}

.bka {

border:1px solid #D4BAB8;

background:#ECECEC;

}

.tg {

height:3px;

overflow:hidden;

}

.h12 {

height:12px;

line-height:12px;

}

.fl {

float:left;

}

.fr {

float:right;

}

.clear {

font-size:0;

line-height:0;

clear:both;

visibility:hidden;

}

.p98 {

width:98%;

}

.pl10 {

padding-left:10px;

}

.tl {

text-align:left;

}

.tc {

text-align:center;

}

.tip-red {

color:#F00;

}

.dot {

border-bottom:1px dashed #E1E1E1;

}

.ico {

margin-top:4px;

width:20px;

float:left;

}

.ianswer, .irelate, .ibbs, .ibest, .icomment, .icosc, .igood, .iok, .istar, .ivote, .iwhy {

background:transparent url() no-repeat;

width:16px;

height:16px;

margin-right:2px;

overflow:hidden;

float:left;

}

.ianswer {

background-position:0 0;

}

.ibbs {

background-position:0 -16px;

}

.ibest {

background-position:0 -32px;

}

.icomment {

background-position:0 -48px;

}

.icosc {

background-position:0 -64px;

margin-top:3px;

}

.igood {

background-position:0 -80px;

}

.iok {

background-position:0 -96px;

}

.istar {

background-position:0 -112px;

}

.ivote {

background-position:0 -128px;

}

.iwhy {

background-position:0 -144px;

}

.irelate {

background-position:0 -176px;

}

.status2 {

background:url() center no-repeat;

padding:10px;

font-size:0;

}

.status0 {

background:url() center no-repeat;

padding:10px;

font-size:0;

}

.status1 {

background:url() center no-repeat;

padding:10px;

font-size:0;

}

.status3 {

background:url() center no-repeat;

padding:10px;

font-size:0;

}

.rg {

border-left:1px solid #A5DA94;

border-right:1px solid #A5DA94;

zoom:1;

padding-bottom:1px;

background:#DBF1D4;

}

.rg_1, .rg_2, .rg_3, .rg_4, .rg_5 {

height:1px;

overflow:hidden;

font-size:0;

margin:0 1px;

border:0 solid #A5DA94;

}

.rg_1 {

background:#A5DA94;

margin:0 3px;

}

.rg_5, .rg_2 {

border-left-width:2px;

border-right-width:2px;

}

.rg_4, .rg_3 {

border-left-width:1px;

border-right-width:1px;

}

.rg_4, .rg_5, .rg_2, .rg_3 {

background:#DBF1D4;

}

.ry {

border-left:1px solid #E3D686;

border-right:1px solid #E3D686;

zoom:1;

padding-bottom:1px;

background:#F2EAB7;

}

.ry_1, .ry_2, .ry_3, .ry_4, .ry_5 {

height:1px;

overflow:hidden;

font-size:0;

margin:0 1px;

border:0 solid #E3D686;

}

.ry_1 {

background:#E3D686;

margin:0 3px;

}

.ry_5, .ry_2 {

border-left-width:2px;

border-right-width:2px;

}

.ry_4, .ry_3 {

border-left-width:1px;

border-right-width:1px;

}

.ry_4, .ry_5, .ry_2, .ry_3 {

background:#F2EAB7;

}

.rr {

border-left:1px solid #E5ADA7;

border-right:1px solid #E5ADA7;

zoom:1;

padding-bottom:1px;

background:#FED6D2;

}

.rr_1, .rr_2, .rr_3, .rr_4, .rr_5 {

height:1px;

overflow:hidden;

font-size:0;

margin:0 1px;

border:0 solid #E5ADA7;

}

.rr_1 {

background:#E5ADA7;

margin:0 3px;

}

.rr_5, .rr_2 {

border-left-width:2px;

border-right-width:2px;

}

.rr_4, .rr_3 {

border-left-width:1px;

border-right-width:1px;

}

.rr_4, .rr_5, .rr_2, .rr_3 {

background:#FED6D2;

}

.rc {

zoom:1;

padding-bottom:1px;

}

.rc1, .rc2, .rc3, .rc4, .rc5 {

height:1px;

overflow:hidden;

font-size:0;

margin:0 1px;

border:0 solid #000;

}

.rc1 {

margin:0 3px;

}

.rc5, .rc2 {

border-width:0 2px;

}

.rc4, .rc3 {

border-width:0 1px;

}

.rgg {

border:1px solid #D0EBC8;

border-width:0 1px;

}

.rgg_1, .rgg_2, .rgg_3, .rgg_4, .rgg_5 {

border-color:#D0EBC8;

}

.rgg_1 {

background:#D0EBC8;

}

.rgg, .rgg_4, .rgg_5, .rgg_2, .rgg_3 {

background:#E8F7E4;

}

.cp {

border-left:1px solid #FCD372;

border-right:1px solid #FCD372;

zoom:1;

padding-bottom:1px;

background:#FDE7A2;

}

.cp_1, .cp_2, .cp_3, .cp_4, .cp_5 {

height:1px;

overflow:hidden;

font-size:0;

margin:0 1px;

border:0 solid #FCD372;

}

.cp_1 {

background:#FCD372;

margin:0 3px;

}

.cp_5, .cp_2 {

border-left-width:2px;

border-right-width:2px;

}

.cp_4, .cp_3 {

border-left-width:1px;

border-right-width:1px;

}

.cp_4, .cp_5, .cp_2, .cp_3 {

background:#FDE7A2;

}

.cp .t1 {

background:url() 8px center no-repeat;

padding-left:30px;

}

.relateTag {

padding-top:12px;

padding-left:12px;

}

.relateTag a {

white-space:nowrap;

word-break:keep-all;

margin-left:1em;

}

.relateTable td {

font-size:14px;

text-align:left;

}

td.queryMore {

padding-top:8px;

}

td.queryMore span {

color:#f03;

}

td.relateMore a {

font-weight:bold;

}

ul.push {

margin:0;

padding:0;

list-style:none;

zoom:1;

font-size:14px;

overflow:hidden;

}

ul.push li {

line-height:25px;

padding:4px 0 0 20px;

list-style:none;

background:url() no-repeat 0 -176px;

margin:0;

}

ul.push li a {

word-wrap:break-word;

word-break:break-all;

width:100%;

overflow:hidden;

}

ul.push li.hover {

background-position:0 10px;

}

#free_content {

padding:5px;

background:#fff;

font-size:12px;

color:#666;

zoom:1;

}

.rk {

border-left:1px solid #bdbdbd;

border-right:1px solid #bdbdbd;

padding-bottom:1px;

background:#d7d7d7;

padding:2px 3px;

}

.rk1, .rk2, .rk3, .rk4, .rk5 {

height:1px;

overflow:hidden;

font-size:0;

margin:0 1px;

border:0 solid #bdbdbd;

}

.rk1 {

background:#bdbdbd;

margin:0 3px;

}

.rk5, .rk2 {

border-left-width:2px;

border-right-width:2px;

}

.rk4, .rk3 {

border-left-width:1px;

border-right-width:1px;

}

.rk4, .rk5, .rk2, .rk3 {

background:#d7d7d7;

}

.notice {

border-left:1px solid #a5da94;

border-right:1px solid #a5da94;

background:#dbf1d4;

padding:2px 10px;

}

.notice span {

font-size:14px;

font-weight:bold;

}

.nt_out, .nt_in {

height:1px;

overflow:hidden;

font-size:0;

margin:0 1px;

border:0 solid #a5da94;

}

.nt_out {

background:#a5da94;

margin:0 2px;

}

.nt_in {

border-left-width:1px;

border-right-width:1px;

background:#dbf1d4;

}

.alert {

color:red;

}

#uploadImage {

margin-top:4px;

}

.smallImage, .ImageHold {

background:#F6F6F6 none repeat scroll 0 0;

border:1px solid #999;

padding:5px 5px 5px 5px;

}

.ImageHold {

visibility:hidden;

}

#unlogin_text {

margin-bottom:4px;

font-weight:bold;

background:url() left -24px no-repeat;

padding-left:24px;

}

#unlogin_text1 {

margin-bottom:4px;

font-weight:bold;

background:url() left 0 no-repeat;

padding-left:24px;

}

.unlogin {

color:#f90;

}

#bottom_info {

margin-top:10px;

margin-left:90px;

color:gray;

}

.pj {

height:39px;

clear:both;

float:left;

}

.pj_div {

color:#000;

float:left;

background:url() right top no-repeat;

cursor:pointer;

text-decoration:none;

display:block;

height:39px;

}

.pj span {

width:50px;

height:39px;

display:block;

float:left;

background:url() 0 top no-repeat;

}

.pj b {

float:left;

padding:10px 30px 12px 0;

color:#dd7368;

font-family:arial;

font-weight:bold;

font-size:16px;

}

.pj_divhover {

background-position:right -46px;

}

.pj_divhover span {

background-position:0 -46px;

}

.pj_divaction {

margin-top:2px;

}

.pj .pj_tip {

float:left;

background:none;

padding-top:12px;

padding-left:2px;

width:60px;

}

#sug {

border:1px solid #817F82;

display:none;

position:absolute;

top:28px;

left:0;

-moz-user-select:none;

}

#sug td {

font:14px verdana;

}

.mo {

background-color:#36c;

color:#fff;

}

.ml {

background-color:#fff;

color:#000;

}

.input_num {

text-align:right;

color:#666;

font-size:12px;

}

.num_error {

color:#f00;

margin:0;

display:none;

}

.num_right {

margin:0;

display:none;

}

.reply_modify {

background:#EBEBEB;

margin:10px 10px 10px 15px;

}

.reply_bg {

width:100%;

padding:10px 0;

border:1px solid #C0C0C0;

background:#f2fbef;

position:relative;

left:-8px;

*left:-5px;

top:-5px;

}

.reply_modify .iknowmap {

margin-left:-10px;

}

pre {

zoom:1;

white-space:pre-wrap;

white-space:-moz-pre-wrap;

white-space:-pre-wrap;

white-space:-o-pre-wrap;

word-wrap:break-word;

font-size:14px;

line-height:22px;

font-family:Arial;

}

.accuse_q, .accuse_a {

float:right;

margin-right:8px;

}

.accuse_q {

margin:3px;

}

.reply_ext {

margin-top:4px;

}

#usrbar {

line-height:19px;

font-size:12px;

font-family:Arial;

text-align:right;

white-space:nowrap;

}

.hd {

position:relative;

left:-2px;

z-index:999;

}

#usrbar a:visited, .hd a:active, .hd a:visited {

color:#261CDC;

}

.hdi {

font-size:16px;

font-family:Arial;

}

.btn {

padding-top:2px;

height:24px;

}

.headTitB {

font-weight:bold;

}

.notice {

border-left:1px solid #a5da94;

border-right:1px solid #a5da94;

background:#dbf1d4;

padding:2px 10px;

}

.notice span {

font-size:14px;

font-weight:bold;

}

.nt_out, .nt_in {

height:1px;

overflow:hidden;

font-size:0;

margin:0 1px;

border:0 solid #a5da94;

}

.nt_out {

background:#a5da94;

margin:0 2px;

}

.nt_in {

border-left-width:1px;

border-right-width:1px;

background:#dbf1d4;

}

.box-inner {

border-left:1px solid #ddd;

border-right:1px solid #ddd;

padding:4px 10px;

background:#fff;

}

.box-out, .box-in {

height:1px;

overflow:hidden;

font-size:0;

margin:0 1px;

border:0 solid #ddd;

display:block;

}

.box-out {

margin:0 2px;

background:#ddd;

}

.box-in {

border-left-width:1px;

border-right-width:1px;

background:#fff;

}

.alert {

color:red;

}

.lka {

cursor:pointer;

color:#00C;

}

#nav_extra {

position:absolute;

z-index:65535;

font-size:12px;

text-align:left;

width:104px;

display:none;

}

#nav_extra a {

cursor:pointer;

position:static;

color:#00C!important;

text-decoration:underline!important;

line-height:18px;

}

#nav_extra .top {

border:1px solid #999;

background-color:#FFF;

padding:0 5px 3px;

position:absolute;

height:18px;

z-index:65531;

border-bottom:0;

top:3px;

*top:4px;

}

#nav_extra .body {

border:1px solid #999;

background:#FFF;

position:absolute;

top:24px;

*top:23px;

z-index:65530;

}

#nav_extra .body a {

display:block;

padding:3px 11px 3px 5px;

}

#nav_extra .body a:hover {

background:#e4e4e4;

}

#usrbar #my_home_container {

padding-bottom:2px;

padding-left:5px;

padding-right:5px;

}

#tip {

width:231px;

position:absolute;

top:0;

z-index:1001;

background:url() no-repeat bottom left;

display:none;

}

#tip_holder {

position:absolute;

z-index:1000;

}

#tip_top {

height:20px;

}

.left_arrow {

background:#fff url() no-repeat top left;

}

.right_arrow {

background:#fff url() no-repeat top right;

}

#tip_icon {

float:left;

}

#tip_con {

padding:0 10px 12px 10px;

line-height:18px;

}

#tip_con dl {

margin:0 0 0 45px;

padding:0;

}

#tip_con dt {

font-weight:bold;

margin:0;

padding:0;

}

#tip_con dd {

margin:0;

padding:0;

}

#tip_detail {

text-align:right;

}

#tip_close {

position:absolute;

right:10px;

top:22px;

cursor:pointer;

}

.pop_btn_comm, .pop_btn_short, .pop_btn_long, .pop_btn_long2 {

cursor:pointer;

}

.pop_btn_comm {

width:77px;

height:32px;

font-size:14px;

font-weight:bold;

color:#2f5124;

border:none;

background:url() no-repeat 0 0;

}

.pop_btn_short {

width:92px;

height:32px;

font-size:14px;

font-weight:bold;

color:#2f5124;

border:none;

background:url() no-repeat 0 -37px;

}

.pop_btn_long {

width:104px;

height:32px;

font-size:14px;

font-weight:bold;

color:#2f5124;

border:none;

background:url() no-repeat 0 -74px;

}

.pop_btn_long2 {

width:149px;

height:32px;

font-size:14px;

font-weight:bold;

color:#2f5124;

border:none;

background:url() no-repeat 0 -111px;

}

.pop_text {

font-size:14px;

line-height:22px;

text-align:left;

}

.pop_text ul {

margin:5px 0;

padding:0;

list-style:none;

}

.pop_text .pop_more {

margin:0;

}

.pop_back {

padding:10px 0 0;

margin:0;

}

.imgupload, .map {

background:url() no-repeat left;

padding:2px 0 0 21px;

line-height:16px;

}

.imgupload {

background:url() no-repeat left;

}

#mapupload {

margin-right:14px;

}

/style

这是CSS,body里的内容自己查看源文件吧

仿百度代码的介绍就聊到这里吧,感谢你花时间阅读本站内容,更多关于仿百度搜索引擎源码、仿百度代码的信息别忘了在本站进行查找喔。

版权说明:如非注明,本站文章均为 AH站长 原创,转载请注明出处和附带本文链接;

本文地址:http://ahzz.com.cn/post/31971.html


取消回复欢迎 发表评论:

分享到

温馨提示

下载成功了么?或者链接失效了?

联系我们反馈

立即下载