问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

求一组代码!!!

发布网友 发布时间:2022-04-25 04:19

我来回答

1个回答

热心网友 时间:2023-10-25 13:26

提取出来的代码如下:
<style>
.pop{ width:965px; margin: auto; padding:0px; text-align:left;clear:both;}
.pop_3_right_1_1_a{width:87px; border-left:1px #C4809A solid; border-top:1px #B35B7D solid; height:20px; background-image:url(http://www.pcpop.com/pp/images/tu3-bg.gif); background-repeat:repeat-x; color:#CF4500; font-weight:bold; margin:0px; padding:7px 0px 3px 0px; background-color:#FFFFFF; text-align:center; float:left;}
.pop_3_right_1_1_s{width:86px; border-top:1px #B35B7D solid; border-right:1px #C4809A solid; height:18px; background-image:url(http://www.pcpop.com/pp/images/tu3-bg.gif); background-repeat:repeat-x; color:#CF4500; font-weight:bold; margin:0px; padding:7px 0px 3px 0px; background-color:#FFFFFF; text-align:center; float:left;}
.pop_3_right{width:265px; margin:10px 0px 0px 0px; padding:0px; text-align:left; float:right;}
.pop_3_right_1{width:263px; margin:0px; padding:0px; background-image:url(http://www.pcpop.com/pp/images/tu-bg.gif);border-right:1px #D4A2B5 solid; border-left:1px #D4A2B5 solid; height:26px; text-align:left; float:left; clear:both;}
.pop_3_right_1_1{width:86px; border-left:1px #C4809A solid; border-top:1px #B35B7D solid; border-right:1px #C4809A solid; height:18px; background-image:url(http://www.pcpop.com/pp/images/tu3-bg.gif); background-repeat:repeat-x; color:#CF4500; font-weight:bold; margin:0px; padding:7px 0px 3px 0px; background-color:#FFFFFF; text-align:center; float:left;}
.pop_3_right_1_2{width:87px; margin:0px; padding:8px 0px 0px 0px; color:#18397C; background-image:url(http://www.pcpop.com/pp/images/line.gif); background-repeat:no-repeat; background-position:right; text-align:center; float:left;}
.pop_3_right_1_2_s{width:87px; margin:0px; padding:8px 0px 0px 0px; color:#18397C; background-image:url(http://www.pcpop.com/pp/images/line.gif); background-repeat:no-repeat; background-position:left; text-align:center; float:left;}
.pop_3_right_1_3{width:87px; margin:0px; padding:8px 0px 0px 0px; color:#18397C; text-align:center; float:left;}

.pop_3_right_21{width:263px; height:346px; border-left:1px #D4A2B5 solid;border-right:1px #D4A2B5 solid;border-bottom:1px #D4A2B5 solid; margin:0px; padding:0px; text-align:left; float:left; clear:both; overflow:hidden; }
.pop_3_right_2{width:251px; margin:0px; padding:18px 0px 6px 12px; text-align:left; float:left; clear:both;}
.pop_3_right_3{width:251px; margin:0px; padding:0px; height:22px; text-align:left; float:left; clear:both;}
.pop_3_right_3_2{width:162px; height:12px; margin:0px; padding:1px 0px 0px 10px;color:#0000A0; text-align:left; float:left;}
.pop_3_right_3_3{width:61px; height:12px; margin:0px; color:#6B6B6B; text-align:left; float:left;}
.pop_1_left_3_1{width:16px; height:13px; border:1px #80C500 solid; background-color:#ACDD39; font-size:12px; color:#727272; margin:0px; padding:0px 0px 0px 0px; text-align:center; float:left;}
.pop_1_left_3_2{width:153px; margin:0px; padding:1px 0px 0px 10px;color:#0000A0; text-align:left; float:left;}
.pop_1_left_3_3{width:16px; height:13px; border:1px #B1B1B1 solid; background-color:#BFBFBF; font-size:12px; color:#727272; margin:0px; padding:0px 0px 0px 0px; text-align:center; float:left;}
</style>
<script>
var redCategory ;
function changeColor(CategorySn)
{
if( redCategory != "" && redCategory != null )
{
alert(redCategory);
document.getElementById(redCategory).style.color = '#b33969';
}
redCategory = CategorySn;
document.getElementById(CategorySn).style.color = '#000000';
}

var open;
function ShowDiv(id)
{
if( open != "" && open != null )
{
document.getElementById(open).style.display = 'none';
}
else
{
document.getElementById('Newest').style.display = 'none';
}
open = id;
document.getElementById(id).style.display = '';
}

function ChangeClass(Id)
{
if( Id == 'Head_Newest' )
{
document.getElementById('Head_Newest').className = 'pop_3_right_1_1_s';
document.getElementById('Head_DayHits').className = 'pop_3_right_1_2';
document.getElementById('Head_AllHits').className = 'pop_3_right_1_3';
}
else if( Id == 'Head_DayHits')
{
document.getElementById('Head_Newest').className = 'pop_3_right_1_3';
document.getElementById('Head_DayHits').className = 'pop_3_right_1_1';
document.getElementById('Head_AllHits').className = 'pop_3_right_1_3';
} else if( Id == 'Head_AllHits')
{
document.getElementById('Head_Newest').className = 'pop_3_right_1_3';
document.getElementById('Head_DayHits').className = 'pop_3_right_1_2_s';
document.getElementById('Head_AllHits').className = 'pop_3_right_1_1_a';
}
}
</script>

<DIV class=pop_3_right><DIV class=pop_3_right_1><DIV class=pop_3_right_1_1_s id="Head_Newest" onMouseOver="ShowDiv('Newest');ChangeClass('Head_Newest');">最新专辑</DIV><DIV class=pop_3_right_1_2 id="Head_DayHits" onMouseOver="ShowDiv('DayHits');ChangeClass('Head_DayHits');">日点击排行</DIV><DIV class=pop_3_right_1_3 id="Head_AllHits" onMouseOver="ShowDiv('AllHits');ChangeClass('Head_AllHits');">总点击排行</DIV></DIV><DIV class=pop_3_right_21><DIV class=pop_3_right_2 id="Newest"><DIV class=pop_3_right_3><DIV class=pop_1_left_3_1>01</DIV><DIV class=pop_3_right_3_2><A title="竹林小景"href="http://www.pcpop.com/pp/t183801_1.html">竹林小景(5)</A></DIV><DIV class=pop_3_right_3_3>59381</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>02</DIV><DIV class=pop_3_right_3_2><A title="石潭乱拍拍"href="http://www.pcpop.com/pp/t183800_1.html">石潭乱拍拍(4)</A></DIV><DIV class=pop_3_right_3_3>40735</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>03</DIV><DIV class=pop_3_right_3_2><A title="春醒"href="http://www.pcpop.com/pp/t183799_1.html">春醒(4)</A></DIV><DIV class=pop_3_right_3_3>14171</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>04</DIV><DIV class=pop_3_right_3_2><A title="春日的阳光真好!(三十几张..."href="http://www.pcpop.com/pp/t183798_1.html">春日的阳光真好!(...(11)</A></DIV><DIV class=pop_3_right_3_3>14760</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>05</DIV><DIV class=pop_3_right_3_2><A title="初春杜鹃花"href="http://www.pcpop.com/pp/t183797_1.html">初春杜鹃花(1)</A></DIV><DIV class=pop_3_right_3_3>14459</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>06</DIV><DIV class=pop_3_right_3_2><A title="花儿朵朵开"href="http://www.pcpop.com/pp/t183796_1.html">花儿朵朵开(6)</A></DIV><DIV class=pop_3_right_3_3>16313</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>07</DIV><DIV class=pop_3_right_3_2><A title="400D出的片子"href="http://www.pcpop.com/pp/t183795_1.html">400D出的片子(4)</A></DIV><DIV class=pop_3_right_3_3>12519</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>08</DIV><DIV class=pop_3_right_3_2><A title="casio a5406ca 花~"href="http://www.pcpop.com/pp/t183794_1.html">casio a5406ca ...(12)</A></DIV><DIV class=pop_3_right_3_3>4159</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>09</DIV><DIV class=pop_3_right_3_2><A title="单骑闯川西"href="http://www.pcpop.com/pp/t183793_1.html">单骑闯川西(14)</A></DIV><DIV class=pop_3_right_3_3>5452</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>10</DIV><DIV class=pop_3_right_3_2><A title="婺源春色"href="http://www.pcpop.com/pp/t183792_1.html">婺源春色(6)</A></DIV><DIV class=pop_3_right_3_3>14626</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>11</DIV><DIV class=pop_3_right_3_2><A title="绿林雅竹"href="http://www.pcpop.com/pp/t183791_1.html">绿林雅竹(2)</A></DIV><DIV class=pop_3_right_3_3>12282</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>12</DIV><DIV class=pop_3_right_3_2><A title="荷塘月色印象"href="http://www.pcpop.com/pp/t183790_1.html">荷塘月色印象(8)</A></DIV><DIV class=pop_3_right_3_3>12351</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>13</DIV><DIV class=pop_3_right_3_2><A title="晨曲牧歌"href="http://www.pcpop.com/pp/t183789_1.html">晨曲牧歌(6)</A></DIV><DIV class=pop_3_right_3_3>3300</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>14</DIV><DIV class=pop_3_right_3_2><A title="我收藏的风光片共赏"href="http://www.pcpop.com/pp/t183788_1.html">我收藏的风光片共...(7)</A></DIV><DIV class=pop_3_right_3_3>13507</DIV></DIV></DIV><DIV class=pop_3_right_2 id="DayHits" style="display:none"><DIV class=pop_3_right_3><DIV class=pop_1_left_3_1>01</DIV><DIV class=pop_3_right_3_2><A title="林心如"href="http://www.pcpop.com/pp/t79010_1.html">林心如(218)</A></DIV><DIV class=pop_3_right_3_3>3653</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>02</DIV><DIV class=pop_3_right_3_2><A title="卫生间里*"href="http://www.pcpop.com/pp/t82884_1.html">卫生间里*(18)</A></DIV><DIV class=pop_3_right_3_3>1682</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>03</DIV><DIV class=pop_3_right_3_2><A title="钟丽缇"href="http://www.pcpop.com/pp/t77289_1.html">钟丽缇(250)</A></DIV><DIV class=pop_3_right_3_3>1580</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>04</DIV><DIV class=pop_3_right_3_2><A title="这漂亮姐穿的也太透了"href="http://www.pcpop.com/pp/t87456_1.html">这漂亮姐穿的也太...(13)</A></DIV><DIV class=pop_3_right_3_3>1199</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>05</DIV><DIV class=pop_3_right_3_2><A title="陈好"href="http://www.pcpop.com/pp/t75622_1.html">陈好(70)</A></DIV><DIV class=pop_3_right_3_3>1058</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>06</DIV><DIV class=pop_3_right_3_2><A title="带点野性*的美女*"href="http://www.pcpop.com/pp/t87214_1.html">带点野性*的...(116)</A></DIV><DIV class=pop_3_right_3_3>994</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>07</DIV><DIV class=pop_3_right_3_2><A title="*女孩美女写真"href="http://www.pcpop.com/pp/t126703_1.html">*女孩美女写真(7)</A></DIV><DIV class=pop_3_right_3_3>899</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>08</DIV><DIV class=pop_3_right_3_2><A title="张含韵"href="http://www.pcpop.com/pp/t77989_1.html">张含韵(45)</A></DIV><DIV class=pop_3_right_3_3>884</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>09</DIV><DIV class=pop_3_right_3_2><A title="高圆圆"href="http://www.pcpop.com/pp/t75648_1.html">高圆圆(169)</A></DIV><DIV class=pop_3_right_3_3>806</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>10</DIV><DIV class=pop_3_right_3_2><A title="黄圣依"href="http://www.pcpop.com/pp/t78602_1.html">黄圣依(167)</A></DIV><DIV class=pop_3_right_3_3>740</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>11</DIV><DIV class=pop_3_right_3_2><A title="40P的*动,男人喜欢那些东西"href="http://www.pcpop.com/pp/t172631_1.html">40P的*动,男人...(46)</A></DIV><DIV class=pop_3_right_3_3>737</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>12</DIV><DIV class=pop_3_right_3_2><A title="中国辣妹"href="http://www.pcpop.com/pp/t87483_1.html">中国辣妹(21)</A></DIV><DIV class=pop_3_right_3_3>660</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>13</DIV><DIV class=pop_3_right_3_2><A title="何洁"href="http://www.pcpop.com/pp/t76289_1.html">何洁(105)</A></DIV><DIV class=pop_3_right_3_3>635</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>14</DIV><DIV class=pop_3_right_3_2><A title="我的迷人小*"href="http://www.pcpop.com/pp/t87538_1.html">我的迷人小*(5)</A></DIV><DIV class=pop_3_right_3_3>605</DIV></DIV></DIV><DIV class=pop_3_right_2 id="AllHits" style="display:none"><DIV class=pop_3_right_3><DIV class=pop_1_left_3_1>01</DIV><DIV class=pop_3_right_3_2><A title="偷看大全"href="http://www.pcpop.com/pp/t88381_1.html">偷看大全(7)</A></DIV><DIV class=pop_3_right_3_3>931873</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>02</DIV><DIV class=pop_3_right_3_2><A title="高圆圆"href="http://www.pcpop.com/pp/t75648_1.html">高圆圆(169)</A></DIV><DIV class=pop_3_right_3_3>679069</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>03</DIV><DIV class=pop_3_right_3_2><A title="40P的*动,男人喜欢那些东西"href="http://www.pcpop.com/pp/t172631_1.html">40P的*动,男人...(46)</A></DIV><DIV class=pop_3_right_3_3>617426</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>04</DIV><DIV class=pop_3_right_3_2><A title="张含韵"href="http://www.pcpop.com/pp/t77989_1.html">张含韵(45)</A></DIV><DIV class=pop_3_right_3_3>543696</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>05</DIV><DIV class=pop_3_right_3_2><A title="钟丽缇"href="http://www.pcpop.com/pp/t77289_1.html">钟丽缇(250)</A></DIV><DIV class=pop_3_right_3_3>499478</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>06</DIV><DIV class=pop_3_right_3_2><A title="黄圣依"href="http://www.pcpop.com/pp/t78602_1.html">黄圣依(167)</A></DIV><DIV class=pop_3_right_3_3>463537</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>07</DIV><DIV class=pop_3_right_3_2><A title="何洁"href="http://www.pcpop.com/pp/t76289_1.html">何洁(105)</A></DIV><DIV class=pop_3_right_3_3>434286</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>08</DIV><DIV class=pop_3_right_3_2><A title="大一女生*"href="http://www.pcpop.com/pp/t82672_1.html">大一女生*(28)</A></DIV><DIV class=pop_3_right_3_3>431852</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>09</DIV><DIV class=pop_3_right_3_2><A title="*术"href="http://www.pcpop.com/pp/t76145_1.html">*术(39)</A></DIV><DIV class=pop_3_right_3_3>364534</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>10</DIV><DIV class=pop_3_right_3_2><A title="陈好"href="http://www.pcpop.com/pp/t75622_1.html">陈好(70)</A></DIV><DIV class=pop_3_right_3_3>349436</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>11</DIV><DIV class=pop_3_right_3_2><A title="林心如"href="http://www.pcpop.com/pp/t79010_1.html">林心如(218)</A></DIV><DIV class=pop_3_right_3_3>338105</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>12</DIV><DIV class=pop_3_right_3_2><A title="女大学生"href="http://www.pcpop.com/pp/t82421_1.html">女大学生(31)</A></DIV><DIV class=pop_3_right_3_3>334435</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>13</DIV><DIV class=pop_3_right_3_2><A title="S.H.E"href="http://www.pcpop.com/pp/t75500_1.html">S.H.E(770)</A></DIV><DIV class=pop_3_right_3_3>324488</DIV></DIV><DIV class=pop_3_right_3><DIV class=pop_1_left_3_3>14</DIV><DIV class=pop_3_right_3_2><A title="色表情"href="http://www.pcpop.com/pp/t84503_1.html">色表情(21)</A></DIV><DIV class=pop_3_right_3_3>316947</DIV></DIV></DIV></DIV></DIV>
</div>
声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
衢州市装华数是多少一年的 衢州数字电视公司是否在招聘客服? 什么是直接贸易组织 国际贸易可以分为哪三类 国际贸易可分为哪几类? 小米手环4触摸键失灵 ××集团 子公司管理制度(框架) 战略执行详细介绍 集团公司管控什么是集团战略 集团战略11.总部战略与各子业务单元层面战略的关系 集团战略10.整体战略和各子业务单元层面战略的关系 投资港股违法吗 女生身高162厘米,算矮吗? 大牛港股正规合法吗? 我女,身高162体重132胖吗? NVIDIA C68系列的主板那些集成的显卡比较好` 用是什么的声卡? 162女生标准体重多少斤? 大牛港股合法吗? c68主板可以上什么CPU 为什么我感觉戴假睫毛的女人漂亮? 爱莫能助的感觉、真尼玛 蓝瘦? 女身高162标准体重是多少 空气开关施耐德C68系列,是哪里生产的 大牛港股平台合法吗? 女生想买长的假发(卷发),对身体有什么危害么?戴上很假么? 仙剑奇侠传五真尼玛坑爹啊,是不是最垃圾的国产RPG游戏了? 女的身高162体重多少斤标准 港股配资是合法的吗? 人体艺术的艺术性到底体现在哪里? 同事真尼玛不是东西,背后乱搅舌头,太厉害了,当面是个人,背后是个不如狗的东西。 你们会喜欢女生戴假发、假睫毛、隐形眼镜的吗? 二元一次方程求极值的公式? 身高162的女生体重多少才算完美? 港股,大陆居民可以买吗? 七步洗手法分哪七步? 162的女生 体重在多少算标准? 眼睛小的女生戴什么样的假睫毛好看? 162cm的女孩标准体重是多少? 戴过假睫毛的女生进 内地参与港股打新合法吗 有谁知道汤加丽的三围是多少? 历史上杨姓的名人??!! 女性162公分 标准体重是多少? 高等数学求极值的方法有哪些?? 大牛港股合法合规吗? 女生162,多少体重看着好看点? 求极值该怎么做,有公式什么的吗? 验光的时候如果女生戴了假睫毛会不会有妨碍 《唯一的听众》作者落雪的资料? 人体彩绘属于什么类型的画??? 身高162cm的女生,体重为多少斤才算较瘦的呢?