书签 分享 收藏 举报 版权申诉 / 10

类型CSSforIE6IE7FF兼容基本方案.docx

  • 文档编号:7980934
  • 上传时间:2023-01-27
  • 格式:DOCX
  • 页数:10
  • 大小:23.56KB

         css:

 .float{float:

left;margin:

5px;/*IE下理解为10px*/display:

inline;/*IE下再理解为5px*/}[有多种途径] 

5,作为外部wrapper[包装]的div不要定死高度,最好还加上overflow:

hidden.以达到高度自适应.

6,手形光标.cursor:

pointer.而hand只适用于IE.

7, DIV浮动IE6/IE7文本产生3象素的BUG

     左边对象浮动,右边采用外补丁的左边距来定位,右边对象内的文本会离左边有3px的间距.

     HTML_CODE:

                                 

                                 

                            

     CSS_CODE

         .box{float:

left;width:

800px;}

         .left{float:

left;width:

50%;}

         .right{width:

50%;}

         *html.left{margin-right:

-3px;}/*补满*/

 

----------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------

 XHTML标签应用浅见

在CSS定义中,a:

hover必须位于a:

link和a:

visited之后,这样才能生效!

在CSS定义中,a:

hover必须位于a:

active之前,这样a:

active才能生效!

1.meta文件头声明

2.http-equiv=”refresh”表示网页要重新下载显示

3.content=”time;URL”time表示秒数,URL网页显示内容

能让插入的元件透明,

letter-spacing:

normal|length 设置文字之间的间隔

取值:

normal :

 默认值。

默认间隔

length :

 由浮点数字和单位标识符组成的长度值,允许为负值

text-transform

 取值:

 none :

 默认值。

无转换发生

 capitalize :

 将每个单词的第一个字母转换成大写,其余无转换发生

 uppercase :

 转换成大写

 lowercase :

 转换成小写

white-space:

nowrap

在元素中禁止文本折行

text-decoration:

none

 取值:

none :

 默认值。

无装饰

blink :

 闪烁

underline :

 下划线

line-through :

 贯穿线

overline :

 上划线

background-attachment:

fixed 设置固定背景

 取值:

   scroll :

 默认值。

背景图像是随对象内容滚动

   fixed :

 背景图像固定

background-position:

position||position  定位背景图像

 取值:

    百分数|由浮点数字和单位标识符组成的长度值。

    top|center|bottom|left|center|right

float

 取值:

none :

 默认值。

对象不飘浮

left :

 文本流向对象的右边

right :

 文本流向对象的左边

浮动对象的display属性将被忽略。

clear:

none|left|right|both

 取值:

none :

 默认值。

允许两边都可以有浮动对象

left :

    不允许左边有浮动对象

right :

 不允许右边有浮动对象

both :

 不允许有浮动对象

Z-index:

-1

能降低元素的优先级,例如在一段文本和图片重合时,将图片放在文本下面

元素可拥有负的z-index属性值。

设置元素的堆叠顺序

Z-index仅能在定位元素上奏效(例如position:

absolute;)

因为绝对定位的框与文档流无关,所以它们可以覆盖页面上的其它元素。

可以通过设置z-index属性来控制这些框的堆放次序。

IE7.0以下的区块会根据文本的长短改变区块的高度,IE7.0和以上的文本会溢出区块框,需要定义

区块的高度来显示,(设置成AUTO会自适应文本长度)

overflow

取值:

visible :

 默认值。

不剪切内容也不添加滚动条。

假如显式声明此默认值,对象将以包含对象的window或frame的尺寸裁切。

并且clip属性设置将失效

auto :

 在必需时对象内容才会被裁切或显示滚动条

hidden :

 不显示超过对象尺寸的内容

scroll :

 总是显示滚动条

如果元素中的内容超出了给定的宽度和高度属性,overflow属性可以确定是否显示滚动条等行为。

overflow:

hidden还能解决IE6区块高度问题

注意:

IE6下默认的字体尺寸大致在12–14px之间,当你定义高度小于这个默认值的div的时候,该层的高度不会小于字体的行高。

所以用height:

1px;来定义了一个div的高度,在IE下显示

的仍然是一个12px左右高度的层。

span包括文本不会换行

style="text-decoration:

none"定义没有下划线的超链接

提示:

仅仅有16种颜色名被W3C的HTML4.0标准所支持。

它们是:

aqua,black,blue,fuchsia,gray,green,lime,maroon,navy,olive,purple,red,silver,teal,white,yellow。

三种背景颜色设置方式,颜色是由红色、绿色、蓝色混合而成。

当所有颜色取相等的值时,灰色就可以被显示出来。

提示:

如果你打算使用背景图片,你需要紧记一下几点:

背景图像是否增加了页面的加载时间。

小贴士:

图像文件不应超过10k。

背景图像是否与页面中的其他图象搭配良好。

背景图像是否与页面中的文字颜色搭配良好。

图像在页面中平铺后,看上去还可以吗?

对文字的注意力被背景图像喧宾夺主了吗?

[gray]色搭black是不错的搭配

应该使用%20来替换单词之间的空格

超链接中加target标签使页面在新窗口中打开

邮件格式

someone@?

cc=someoneelse@&bcc=andsomeoneelse2@&subject=Summer%20Party&body=You%20are%20invited%20to%20a%

20big%20summer%20party!

">发送邮件!

  %20表示单词中的空格

[?

cc=]副本

[&bcc=]密件副本

[?

subject=]主旨

[&body=]内容

假如一个框架有可见边框,用户可以拖动边框来改变它的大小。

为了避免这种情况发生,可以在标签中加入:

noresize="noresize"。

基本的注意事项-有用的提示:

假如一个框架有可见边框,用户可以拖动边框来改变它的大小。

为了避免这种情况发生,可以在标签中加入:

noresize="noresize"。

为不支持框架的浏览器添加标签。</p><p>不能将<body></body>标签与<frameset></frameset>标签同时使用!</p><p>不过,假如你添加包含一段文本的<noframes>标签,就必须将这段文字嵌套于<body></body>标签内。</p><p>bgsoundsrc=”URL” 插入背景音乐,放在<head></head>中</p><p> </p><p>----------------------------------------------------------------------------------------------</p><p>----------------------------------------------------------------------------------------------</p><p>PHP中等号的应用,非常基础,但很重要!</p><p>   首先一个等号:</p><p>是赋值的意思。</p><p>比如$a=1;$a="cctv";</p><p>   接下来,两个等号在一起:</p><p>意思是宽松比较。</p><p>例如a中存有数字3,那么a==3成立,a==3.0也成立。</p><p>   最后是三个等号在一起:</p><p>可不要人为是笔误哦~它的意思是严格比较。</p><p>他要求两者值与数据类型都要相同。</p><p>例如a中存有数字3,那么a==3成立,a==3.0也成立,a===3成立,a===3.0不成立</p><p>。</p><p>运算符号:</p><p>+      加法运算            -      减法运算</p><p>*      乘法运算            /      除法运算</p><p>%      取余数              ++    累加            </p><p>--     累减1                .     把字串相加  </p><p>设定运算</p><p>=        把右边的值代入左边(一定要会)</p><p>+=      把右边的值加到左边</p><p>-=       把右边的值减到左边</p><p>*=       把左边的值乘以右边</p><p>/=       把左边的值除以右边</p><p>.=       把右边的字串加到左边</p><p>位员运算:</p><p>&        且</p><p>|        或</p><p>^        互斥(xor)</p><p><<       向左移位</p><p>>>       向右移位</p><p>~        取1的补数</p><p>逻辑运算:</p><p>  </p><p><         小于                >      大于          </p><p><=        小于等于            >=     大于等于</p><p>!</p><p>=        不等于              &&     而且     </p><p>||        或者                !</p><p>     不</p><p>其他运算符号:</p><p>$        变数符号            </p><p>&        变数的指标(加在变数前)</p><p>@        不显示错误信息(加在函数前)</p><p>->       物件的方法或者属性</p><p>=>       阵列的元素值</p><p>?</p><p>:</p><p>      三元运算</p><p>php中如何用$_GET[]方法获取相同参数第二个值?</p><p>如有play.php?</p><p>id=1&id=2&id=3请问如何获取第二个ID和第三个ID的值呢?</p><p>获取第一个的我知道$a=$_get["id"]关键是第二个和第三个</p><p>ID不变第二个ID不能用ID2替代第三个不能用ID3替代</p><p>1.传递参数页面a.html</p><p><ahref="b.php?</p><p>id=1&id=2&id=3"></p><p>ni</p><p></a></p><p>2.接收参数页面b.php</p><p><?</p><p>php</p><p> $a=$_SERVER['QUERY_STRING'];//id=1&id=2&id=3</p><p> $ids=explode('&',$a);//此函数用来将字符串切割为数组</p><p> echosubstr($ids[0],3)."<br>";</p><p> echosubstr($ids[1],3)."<br>";</p><p> echosubstr($ids[2],3)."<br>";</p><p>?</p><p>></p><p>在B/S[浏览器/服务器]应用程序中,前台与后台的数据交互,都是通过HTML中Form表单完成的。</p><p>Form提供了两种数据传输的方式——get和post。</p><p>虽然它们都是数据的提交方式,但是在实际</p><p>传输时确有很大的不同,并且可能会对数据产生严重的影响。</p><p>虽然为了方便的得到变量值,Web容器已经屏蔽了二者的一些差异,但是了解二者的差异在以后的编程也会很有帮助的。</p><p>Form中的get和post方法,在数据传输过程中分别对应了HTTP协议中的GET和POST方法。</p><p>二者主要区别如下:</p><p>1、Get是用来从服务器上获得数据,而Post是用来向服务器上传递数据。</p><p>2、Get将表单中数据的按照variable=value的形式,添加到action所指向的URL后面,并且两者使用“?</p><p>”连接,而各个变量之间使用“&”连接;Post是将表单中的数据放在form的数据体中,按照变</p><p>量和值相对应的方式,传递到action所指向URL。</p><p>3、Get是不</p> </div> <div class="page_view" id="pageContainer" oncontextmenu="return false"> <!--end documenttopic--> </div> <div id="outer_page_more" style="margin-bottom:20px;background-color:#FFF; border:solid 1px #ccc; box-shadow:none; "> <div class="inner_page_more" id="page_more" style="width: 920px; overflow:hidden; line-height: 30px;"> <div id="html-reader-go-more" class="banner-wrap more-btn-banner" style="padding: 30px 0px; width: 920px; position:relative;"> <div id="loading" style="text-align:center;width: 920px; padding-bottom:100px; font-size: 18px; line-height:40px;"> <img src="https://static.bdocx.com/images/loading.gif" alt="加载" /><br /> 文档加载中……请稍候!<br /> <a rel="nofollow" href="https://www.bdocx.com/doc/7980934.html" style="color:blue;text-decoration:underline;">如果长时间未打开,您也可以点击刷新试试。</a> </div> <p style="text-align: center; font-size: 18px;"> <span id="ftip">下载文档到电脑,查找使用更方便</span> </p> <!-- <p style="text-align: center; font-size: 14px;"> <b></b><span><b style="color: #ff0000">3</b> 金币</span></p> --> <p style="text-align: center; padding-top: 15px;"> <table style="margin:0px auto;"><tr><td> <a target="_parent" rel="nofollow" href="https://www.bdocx.com/down/7980934.html" class="ui-bz-btn-senior banner-download" style="padding: 5px 35px; font-size: 15px; text-decoration: none"><b style="color: #fff">下载</b></a></td><td>&nbsp;&nbsp; <a rel="nofollow" target="_blank" href="https://www.bdocx.com/UserManage/Recharge.aspx?f=0&d=7980934" class="ui-bz-btn-senior2 banner-download" style="padding: 5px 35px; font-size: 15px; text-decoration: none"><b style="color: #fff">加入VIP,免费下载</b></a></td></tr> </table> </p> <p id="ntip" style="text-align: center; padding-top: 30px;"> <div id="ntip" class="banner-more-btn" style="text-align: center; width: 250px; display:block; margin:20px auto;" onclick="showmorepage()"> <span class="moreBtn goBtn" style="text-align: center"><span>还剩<span id="spanpage"></span>页未读,</span><span class="fc2e">继续阅读</span></span><p class="down-arrow goBtn"></p> </div> </div> </div> </div> <div class="works-manage-box shenshu"> <a rel="nofollow" href="javascript:jubao()" title="举报" class="fLeft works-manage-item works-manage-report"> <span class="inline-block ico "> <img src="https://static.bdocx.com/images/jubao.jpg" alt="举报"></span> <br> 举报</a> <a rel="nofollow" href="https://www.bdocx.com/UserManage/CopyrightAppeal.aspx?bid=7980934" title="版权申诉" class="fLeft works-manage-item works-manage-report" target="_blank" <span class="inline-block ico"> <img src="https://static.bdocx.com/images/bang_tan.gif" width="18" alt="版权申诉"></span> <br> 版权申诉</a> <a rel="nofollow" class="fLeft" style="display:block; padding-top:17px; padding-left:20px;font-size:14px;"> word格式文档无特别注明外均可编辑修改;预览文档经过压缩,下载后原文更清晰! </a> <a target="_parent" rel="nofollow" href="https://www.bdocx.com/down/7980934.html" title="点击进入下载" class="fr hover-none works-manage-download"> <em class="mr5">立即下载</em><span class="download-ico2 ico inline-block vertical-middle"></span></a> <input type="hidden" value="1332" id="tu_id"> </div> <dl class="works-intro gray2 cl pb10" style="border-bottom: none; padding-bottom: 0"> <dt class="fl">配套讲稿:</dt><dd class="fl wordwrap" style="color:#666666"><p>如PPT文件的首页显示<font color="#FF0000">word图标</font>,表示该PPT已包<font color="#FF0000">含配套word讲稿</font>。双击word图标可打开word文档。 </p></dd> <dt class="fl">特殊限制:</dt><dd class="fl wordwrap" style="color:#666666"><p>部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。</p></dd> <dt class="fl">关&nbsp;键&nbsp; 词:</dt><dd class="fl wordwrap"> CSSforIE6IE7FF 兼容 基本 方案 </dd> </dl> <div class="works-intro gray2 c666"> <span class=" notice-ico"> <img alt="提示" src="https://static.bdocx.com/images/bang_tan.gif" style="padding-left: 24px; vertical-align: middle"></span>&nbsp; 冰豆网所有资源均是用户自行上传分享,仅供网友学习交流,未经上传用户书面授权,请勿作他用。 </div> <!--ta的资源--> <div class="mt10 related-pic-box" id="brandlist" style="height: 450px;"> <div class="works-comment-hd"> 该用户的其他资源 <a rel="nofollow" href="https://www.bdocx.com/user/290.html" class="fr" style="font-size: 12px; font-weight: normal" hidefocus="true" target="_blank">更多&gt;&gt;</a></div> <div id="related-pic-list" class="related-pic-list cl" style="padding-left:12px; padding-right:0px;"> <ul> <li><h3><a href="https://www.bdocx.com/doc/7121446.html" target="_parent" title="对中国城市家庭的教育投资行为的理论和实证研究.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/11/0e4e8cc3-97dc-41c5-a050-82a8ca3849e4/1bd08b6746a7475f83bd225a1abf16c4.gif' alt="对中国城市家庭的教育投资行为的理论和实证研究.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 对中国城市家庭的教育投资行为的理论和实证研究.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/7121447.html" target="_parent" title="二年级下册数学练习题大全.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/11/2674fb20-e2a1-4b72-b5b0-303147e605c6/32db8b9a9ecf463aad80d24f0e2f43a8.gif' alt="二年级下册数学练习题大全.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 二年级下册数学练习题大全.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/7121449.html" target="_parent" title="二十年后回故乡的优秀作文.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/11/95d61a93-a7e2-4f37-ab1b-2a81d36e4681/ef14c52f6d8d4710a72dd5b8e44fb3f4.gif' alt="二十年后回故乡的优秀作文.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 二十年后回故乡的优秀作文.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/7121450.html" target="_parent" title="软基换填施工方案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/11/d50af856-0adf-4540-956d-444701801bfd/82b39aa92665489293e02979e13168b1.gif' alt="软基换填施工方案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 软基换填施工方案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/7121451.html" target="_parent" title="《黑白装饰画》教案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/11/bba6b0d4-e69d-41a3-8565-abff22b8a365/f0d7bf0d4a0246109d6f9dd5ff2006ec.gif' alt="《黑白装饰画》教案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《黑白装饰画》教案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/7121452.html" target="_parent" title="课堂教学改革实施方案5篇.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/12/64b88013-b292-4e86-be7b-d1a43b2b28cb/915fe389999048dab1ccd06fa4f65a98.gif' alt="课堂教学改革实施方案5篇.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 课堂教学改革实施方案5篇.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/7121456.html" target="_parent" title="返璞归真简约致美解读《给予树》教学设计语文.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/11/a914e77c-db42-4e88-8129-220504ac94a3/ca4a27a5b1d64bafbd94f84553983c33.gif' alt="返璞归真简约致美解读《给予树》教学设计语文.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 返璞归真简约致美解读《给予树》教学设计语文.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/7121460.html" target="_parent" title="离职证明范本精选多篇.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/12/19bf3323-a368-45a6-80e5-7980ba9487c8/689596da3b9e424f96be9c2106e99af9.gif' alt="离职证明范本精选多篇.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 离职证明范本精选多篇.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/7121461.html" target="_parent" title="《天局》全文.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/11/a6e71a28-7347-40a5-b9dc-daa4450a844b/b7be2cc37382433b82aa8acf32096ea4.gif' alt="《天局》全文.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《天局》全文.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/7121462.html" target="_parent" title="我害怕作文集合15篇.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/11/f65760da-5fe7-4286-aefc-5092ef20cf3c/8434ff1456e6498ca3c7acbf99b67291.gif' alt="我害怕作文集合15篇.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 我害怕作文集合15篇.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/7121464.html" target="_parent" title="伏魔战记39详细攻略.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/11/961339a2-3611-4436-8d4b-b367d7ca45bf/467f50184e584572be6b876fa66f9455.gif' alt="伏魔战记39详细攻略.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 伏魔战记39详细攻略.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/7121465.html" target="_parent" title="幼儿园学期计划.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/11/681bb771-ca37-458d-b9b1-ef837109ff08/5b58031ed7ba425796d20849fe92cbda.gif' alt="幼儿园学期计划.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 幼儿园学期计划.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21723729.html" target="_parent" title="雅思分类打印版Word格式文档下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/31/31de3d28-7030-4c44-be99-a1b1697b7a4b/2453d6d1dcce4694bb3b82c7782f8968.gif' alt="雅思分类打印版Word格式文档下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 雅思分类打印版Word格式文档下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21723730.html" target="_parent" title="年产1万吨竹子纤维加工项目可行性研究报告文档格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/31/dc5a95c5-dea7-4a9d-837e-9a075554d562/7807022245af4e06bcd8985f1c8b2b2f.gif' alt="年产1万吨竹子纤维加工项目可行性研究报告文档格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 年产1万吨竹子纤维加工项目可行性研究报告文档格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21723731.html" target="_parent" title="电商产业化项目投资经营商业计划书Word文件下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/31/9d4317d6-3ed7-41da-8510-571398e61c3d/c830d42e459b4e9d90ed9a89040f5767.gif' alt="电商产业化项目投资经营商业计划书Word文件下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 电商产业化项目投资经营商业计划书Word文件下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21723732.html" target="_parent" title="医学多媒体课件的设计与制作Word文档格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/31/51cede92-5521-4f13-998b-31c4ef12b57b/5c2d71c5a69d44968534eabb59cdd991.gif' alt="医学多媒体课件的设计与制作Word文档格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 医学多媒体课件的设计与制作Word文档格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21723733.html" target="_parent" title="中学生中秋节想象作文Word格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/31/174fea8f-2ebe-42c1-8c94-2b1474f9898b/6c5866c1fe3948ecb20778d005bbbe2f.gif' alt="中学生中秋节想象作文Word格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 中学生中秋节想象作文Word格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21723743.html" target="_parent" title="等保20之漏洞扫描系统技术方案建议书Word文档格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/31/24256df1-4da0-4702-961a-fc3006d0a5ba/60cb030dcdfb4a2ba0dfbf543fc0749a.gif' alt="等保20之漏洞扫描系统技术方案建议书Word文档格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 等保20之漏洞扫描系统技术方案建议书Word文档格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21723746.html" target="_parent" title="培训学校个人工作计划模板5篇Word格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/31/1be5a767-1c38-48f3-95a3-e0bc999fc8d5/1af78cd8d07b44c0b8e91492c2ca873d.gif' alt="培训学校个人工作计划模板5篇Word格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 培训学校个人工作计划模板5篇Word格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21723747.html" target="_parent" title="北京各区二模试题分类汇编文言文阅读Word文档下载推荐.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/31/c38ddbd3-f706-4d98-bbf1-f0c0701f7f15/1e5ed15921c142e4950bbb20cbbd60d0.gif' alt="北京各区二模试题分类汇编文言文阅读Word文档下载推荐.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 北京各区二模试题分类汇编文言文阅读Word文档下载推荐.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21723750.html" target="_parent" title="不同职业病危害因素的防护常识Word格式文档下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/31/4581c736-38fa-4741-91c4-c248cd3a9787/f31d3a3c63b94301bc84702a48b9d58a.gif' alt="不同职业病危害因素的防护常识Word格式文档下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 不同职业病危害因素的防护常识Word格式文档下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21723751.html" target="_parent" title="一年级上册同音形近字练习汇总Word文档格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/31/263ae35f-e32e-4f8f-8a2f-5e114fedb17b/74b137622cde49eda881babe83895032.gif' alt="一年级上册同音形近字练习汇总Word文档格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 一年级上册同音形近字练习汇总Word文档格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21723753.html" target="_parent" title="班级家长会上班主任教师讲话稿Word下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/29/88bae016-43e5-4345-b967-13f4f62af203/894aecc2efc1411c880d00f73b031d97.gif' alt="班级家长会上班主任教师讲话稿Word下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 班级家长会上班主任教师讲话稿Word下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21876391.html" target="_parent" title="科斯塔环载波恢复Word文件下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/31/19018aee-52c8-4226-abb2-405cfd45e1b8/5168c06b05004cc883e752cb42d1f155.gif' alt="科斯塔环载波恢复Word文件下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 科斯塔环载波恢复Word文件下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21876396.html" target="_parent" title="浙教义务版六年级语文下册教案 花潮Word文件下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/31/61b64305-e33f-4cd3-8ec8-ce9f456ca5dd/621dcaf43377481db06fbbf798731e54.gif' alt="浙教义务版六年级语文下册教案 花潮Word文件下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 浙教义务版六年级语文下册教案 花潮Word文件下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21876399.html" target="_parent" title="集成电路设计与集成系统专业Word格式文档下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/30/1c1bb638-c9ef-428e-94a0-bbb3ebf604cf/fb2026b5d6e84ac99fbc6bab2c69ca45.gif' alt="集成电路设计与集成系统专业Word格式文档下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 集成电路设计与集成系统专业Word格式文档下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21876406.html" target="_parent" title="开工第一课专题讲座观后感文档格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/31/cf100800-2603-458c-91b5-ac5c551973be/46740a1f289c406a99ef8ca9692b8f6d.gif' alt="开工第一课专题讲座观后感文档格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 开工第一课专题讲座观后感文档格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21876407.html" target="_parent" title="东城区学年第一学期高三期末化学试题及答案Word格式文档下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/31/47315e8a-b1bc-4f7c-9160-aa20c4f8ee5e/8ac8eb8b7811478894a7afe14332b186.gif' alt="东城区学年第一学期高三期末化学试题及答案Word格式文档下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 东城区学年第一学期高三期末化学试题及答案Word格式文档下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21876408.html" target="_parent" title="苏教版六年级语文下册第七单元测试题Word格式文档下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/31/8fe52e93-094c-4e75-9ab6-5bac257630ff/d55a5f3632414f26ad2d3bc964512cdb.gif' alt="苏教版六年级语文下册第七单元测试题Word格式文档下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 苏教版六年级语文下册第七单元测试题Word格式文档下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21876411.html" target="_parent" title="学长征精神做红色传人活动方案文档格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/30/1770aaa2-72fb-4d37-a1d7-fbb4107570f5/e96bcfac9953431c9c6de20c2d329442.gif' alt="学长征精神做红色传人活动方案文档格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 学长征精神做红色传人活动方案文档格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21723757.html" target="_parent" title="读书笔记150字30篇文档格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/31/1da3b4b5-f4e4-4903-b080-5893bcc29cad/a558655abb12481b99275c03b698db73.gif' alt="读书笔记150字30篇文档格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 读书笔记150字30篇文档格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/21723759.html" target="_parent" title="中级经济法考前必背法条精华版备考资料Word格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-1/31/f7745293-d7da-4891-8380-83177f6971c1/d5814deeec0c4240bef5e5c0168cffb8.gif' alt="中级经济法考前必背法条精华版备考资料Word格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 中级经济法考前必背法条精华版备考资料Word格式.docx </a></h3></li> </ul> </div> </div> <div class="mt10 related-pic-box" id="Div1" style="height: 450px; overflow:hidden;"> <div class="works-comment-hd"> 猜你喜欢 </div> <div id="related-pic-list" class="related-pic-list cl" style="padding-left:12px; padding-right:0px;"> <ul> <li><h3><a href="https://www.bdocx.com/doc/2993844.html" target="_parent" title="法学院硕士研究生分专业招生计划及复试排序表.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/16/a7e8c0a1-e0e8-48d8-a656-a90641d0c5fa/eec2ecd162dd4289acdbf7a593dbf149.gif' alt="法学院硕士研究生分专业招生计划及复试排序表.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 法学院硕士研究生分专业招生计划及复试排序表.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/2993845.html" target="_parent" title="关于退学申请书模板汇编9篇.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/16/541d0a4e-9926-4b51-9dc4-5b5f2f12199a/9873107b9cc84e5e93ef3eb246f943a6.gif' alt="关于退学申请书模板汇编9篇.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 关于退学申请书模板汇编9篇.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/2993846.html" target="_parent" title="广东省东莞市八年级语文上学期第一次月考试题新人教版.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/16/b39c0e4d-fe27-4080-a6bb-115cafba9f31/c5d7e2a998674aa2aefa5f9d907efd77.gif' alt="广东省东莞市八年级语文上学期第一次月考试题新人教版.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 广东省东莞市八年级语文上学期第一次月考试题新人教版.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/2993847.html" target="_parent" title="犯月.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/16/47d4dc39-9984-4fe2-914d-8c1d2fcab8c2/9512864de842445db41005d60133e5d7.gif' alt="犯月.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 犯月.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/2993848.html" target="_parent" title="关于转正申请书范文集锦8篇.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/16/354c67d6-0b41-451a-8b87-fe39bb6c3739/a39ff4db6a5e4d16a1282cf838919211.gif' alt="关于转正申请书范文集锦8篇.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 关于转正申请书范文集锦8篇.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/2993849.html" target="_parent" title="资料员考试试题及答案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/16/f6b875da-4ad8-45d8-b426-356ed35f7858/646826cfac5f4a449a469291f8e71120.gif' alt="资料员考试试题及答案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 资料员考试试题及答案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/2993850.html" target="_parent" title="房地产管理商业地产知识竞赛知识点.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/16/8ed6aaa3-cd8f-4e41-ba16-d9c61d198770/6ca8039d6fca4f969bb551e016f1baf0.gif' alt="房地产管理商业地产知识竞赛知识点.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 房地产管理商业地产知识竞赛知识点.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/2993851.html" target="_parent" title="广东省实验中学届高三第一次测试理科综合.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/16/02078d1f-bf5f-4a52-bfc2-e6d9a0aebcda/644b3fc77f3c4f7a8e74eca8e3ac28bc.gif' alt="广东省实验中学届高三第一次测试理科综合.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 广东省实验中学届高三第一次测试理科综合.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/2993852.html" target="_parent" title="光电子科学与技术复习题及答案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/16/d9b8677a-48e8-4459-90e7-458852f888aa/0f38abc5cc094ae89cd1a280d3b6c217.gif' alt="光电子科学与技术复习题及答案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 光电子科学与技术复习题及答案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/2993853.html" target="_parent" title="广元市旺苍县部分事业单位下半年招聘练习题6试题及答案解析 doc.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/16/cf388973-9b42-42d3-8502-6566d18e6116/94264a8638084f039777c65073822bc6.gif' alt="广元市旺苍县部分事业单位下半年招聘练习题6试题及答案解析 doc.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 广元市旺苍县部分事业单位下半年招聘练习题6试题及答案解析 doc.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/2993854.html" target="_parent" title="房屋租赁合同提前解除.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/16/cb36aade-e91c-4fe5-a104-c948de10f3d8/d075aee45d5b493aa9e78e470f77497f.gif' alt="房屋租赁合同提前解除.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 房屋租赁合同提前解除.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/2993855.html" target="_parent" title="广东生猪屠宰标准化企业现场标准.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/16/68db1c81-ec8e-4195-966d-1f88b664b4a9/d984b0badfd748ccafb1e59531679fbf.gif' alt="广东生猪屠宰标准化企业现场标准.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 广东生猪屠宰标准化企业现场标准.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/2993856.html" target="_parent" title="国防动员教案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/16/2087b14b-c6f5-4103-9c69-66aed4909481/a7a5d6e8710748b4ab60f32cf93fc1d2.gif' alt="国防动员教案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 国防动员教案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/2993857.html" target="_parent" title="非遗文化进校园.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/16/4b914748-289a-40d0-bc79-ace4811caf13/652b22f07b2a4839a76107e711bb8e58.gif' alt="非遗文化进校园.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 非遗文化进校园.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/2993858.html" target="_parent" title="奥数知识点总复习.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/16/5cbed727-77fc-45c8-841a-1ed46d699573/ca6cd8bba372471fb7fcd55acda692fe.gif' alt="奥数知识点总复习.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 奥数知识点总复习.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/2993859.html" target="_parent" title="高一联合站安全隐患治理工程施工组织设计1122课案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/16/8599f1a5-6d5f-4095-b48e-1a0bbabf974d/9562f2378c0f4905b3d905c9ca98eb28.gif' alt="高一联合站安全隐患治理工程施工组织设计1122课案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 高一联合站安全隐患治理工程施工组织设计1122课案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/2993860.html" target="_parent" title="高中英语阅读理解100篇1.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/16/31d7184c-69b6-4f88-a890-551c3f01a3f0/18af089e69e94ead8c965aefe1c0d409.gif' alt="高中英语阅读理解100篇1.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 高中英语阅读理解100篇1.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/2993861.html" target="_parent" title="高中语文必修四双基限时练4及答案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/16/ee66c85b-57fb-42a1-8f7a-cc7c47f8e4fb/826c2a44ecad4ba8940c82ad30e588fa.gif' alt="高中语文必修四双基限时练4及答案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 高中语文必修四双基限时练4及答案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/2993862.html" target="_parent" title="高庄镇埠下村公租房项目一期可行性报告.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/16/1142299e-48ca-4b6c-b779-3c515db3c756/66ed8dd6fb8746798238d9c7159f5bd3.gif' alt="高庄镇埠下村公租房项目一期可行性报告.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 高庄镇埠下村公租房项目一期可行性报告.docx </a></h3></li> </ul> </div> </div> <div class="mt10 works-comment"> <div class="works-comment-hd"> <span class="font-tahoma">关于本文</div> <div style="line-height: 25px; padding: 10px 20px;"> 本文标题:CSSforIE6IE7FF兼容基本方案.docx<br /> 链接地址:<a rel="nofollow" href="https://www.bdocx.com/doc/7980934.html">https://www.bdocx.com/doc/7980934.html</a><br /> </div> </div> </div> <div class="boxright" id="boxright" > <div class="fr detail-aside" id="Div11" style="width:290px;"> <div class="box hot-keywords mt10" id="relatebox"> <div class="boxHd" style="padding-bottom: 0px;"> <em></em><span>相关资源</span> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=CSSforIE6IE7FF%e5%85%bc%e5%ae%b9%e5%9f%ba%e6%9c%ac%e6%96%b9%e6%a1%88.docx');" >更多</a> </div> <div id="author-works-list" class="author-works-list bgF"> <ul> <li><img alt="人才培养方案汇报课件.ppt" class="ppt" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30843326.html" title="人才培养方案汇报课件.ppt">人才培养方案汇报课件.ppt</a> </li><li><img alt="行政执法证考试题库答案注解.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30838449.html" title="行政执法证考试题库答案注解.docx">行政执法证考试题库答案注解.docx</a> </li><li><img alt="防止电力生产事故的二十五项重点要求实施细则.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30838448.html" title="防止电力生产事故的二十五项重点要求实施细则.docx">防止电力生产事故的二十五项重点要求实施细则.docx</a> </li><li><img alt="走遍美国中英对照文本.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30838439.html" title="走遍美国中英对照文本.docx">走遍美国中英对照文本.docx</a> </li><li><img alt="计算机应用基础教程(Windows10+Office2016)PPT全套完整教学课件.pptx" class="pptx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30838405.html" title="计算机应用基础教程(Windows10+Office2016)PPT全套完整教学课件.pptx">计算机应用基础教程(Windows10+Office2016)PPT全套完整教学课件.pptx</a> </li><li><img alt="产科大出血典型病例分析.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30838353.html" title="产科大出血典型病例分析.docx">产科大出血典型病例分析.docx</a> </li><li><img alt="史上最全的英语单词记忆表.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30838301.html" title="史上最全的英语单词记忆表.docx">史上最全的英语单词记忆表.docx</a> </li><li><img alt="矿业类词汇汉英全解.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30838297.html" title="矿业类词汇汉英全解.docx">矿业类词汇汉英全解.docx</a> </li><li><img alt="南宁职业技术学院建设任务书.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30838201.html" title="南宁职业技术学院建设任务书.docx">南宁职业技术学院建设任务书.docx</a> </li><li><img alt="L06J002建筑作法图集内容.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30838198.html" title="L06J002建筑作法图集内容.docx">L06J002建筑作法图集内容.docx</a> </li></div> </ul> </div> <div class="box hot-keywords mt10" id="box3" style="overflow: hidden;width: 288px; border:solid 1px #dedede;"> <div class="boxHd" style="border: none;padding-bottom: 0px;"> <em></em><span>相关搜索</span> </div> <input name="ctl00$Content$hiddenCategoryID" type="hidden" id="Content_hiddenCategoryID" value="117" /> <div class="hot-keywords-list"> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=CSSforIE6IE7FF');" class="tag-item ico" title="CSSforIE6IE7FF" hidefocus="true"><span class="ico"><em> CSSforIE6IE7FF</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e5%85%bc%e5%ae%b9');" class="tag-item ico" title="兼容" hidefocus="true"><span class="ico"><em> 兼容</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e5%9f%ba%e6%9c%ac');" class="tag-item ico" title="基本" hidefocus="true"><span class="ico"><em> 基本</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e6%96%b9%e6%a1%88');" class="tag-item ico" title="方案" hidefocus="true"><span class="ico"><em> 方案</em></span></a> </div> </div> <div class="job-recommend"> <h3 class="job-title"><svg t="1586228347294" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="https://www.w3.org/2000/svg" p-id="7996" width="20" height="20"><path d="M870 154c-13.1-13.1-30.4-21.8-49.8-24L527.8 97.5c-25.2-2.8-50.3 6-68.3 24l-326 326c-48.7 48.7-48.7 128.5 0 177.2l265.8 265.8c48.7 48.7 128.5 48.7 177.2 0l326-326c17.9-17.9 26.8-43.1 24-68.3L894 203.8c-2.2-19.4-10.9-36.8-24-49.8z m3.2 381.1l-326 326c-15.7 15.7-36.8 24.4-59.3 24.4s-43.5-8.7-59.3-24.4L162.9 595.3c-15.7-15.7-24.4-36.8-24.4-59.3s8.7-43.5 24.4-59.2l326-326c7.9-7.9 18.5-12.3 29.7-12.3 1.5 0 3.1 0.1 4.6 0.3l292.4 32.5c9.6 1.1 18.2 5.2 25 12 6.8 6.8 11 15.5 12.1 25.1l32.5 292.3c1.5 12.8-2.9 25.3-12 34.4z" p-id="7997" fill="#ea986c"></path><path d="M723.3 217.7c-45.8 0-83 37.2-83 83s37.2 83 83 83 83-37.2 83-83c0-45.9-37.1-83-83-83z m0 124.5c-22.9 0-41.5-18.6-41.5-41.5s18.6-41.5 41.5-41.5 41.5 18.6 41.5 41.5-18.6 41.5-41.5 41.5z" p-id="7998" fill="#ea986c"></path></svg> 热门标签</h3> <div class="job-recommend-area"> <ul class="taglist--inline multi"> <li class="tagPopup"><a target="_parent" class="tag tag1" href="https://www.bdocx.com/mark/20niangaoxiaogong.html">20年高校工</a></li> <li class="tagPopup"><a target="_parent" class="tag tag2" href="https://www.bdocx.com/mark/wenyiwengaodinghehuorenlushi.html">文一文搞定合伙人律师</a></li> <li class="tagPopup"><a target="_parent" class="tag tag3" href="https://www.bdocx.com/mark/huanjingchuangshepingbihuodong.html">环境创设评比活动</a></li> <li class="tagPopup"><a target="_parent" class="tag tag4" href="https://www.bdocx.com/mark/yingyujianglaiwancheng.html">英语将来完成</a></li> <li class="tagPopup"><a target="_parent" class="tag tag0" href="https://www.bdocx.com/mark/shouhoukefugeren.html">售后客服个人</a></li> <li class="tagPopup"><a target="_parent" class="tag tag1" href="https://www.bdocx.com/mark/jingbianshashijiagongsheji.html">精编砂石加工设计</a></li> <li class="tagPopup"><a target="_parent" class="tag tag2" href="https://www.bdocx.com/mark/jiegaokaohuaxueelunfuxitixingtexunjingbian40tihuaxueshiyanjichudaanjiexigaokaohuaxue.html">届高考化学二轮复习题型特训精编40题化学实验基础答案+解析高考化学</a></li> <li class="tagPopup"><a target="_parent" class="tag tag3" href="https://www.bdocx.com/mark/jiudianwaipaigongchengshigongfangan.html">酒店外排工程施工方案</a></li> <li class="tagPopup"><a target="_parent" class="tag tag4" href="https://www.bdocx.com/mark/huanledeyuandanlianhuanhuilianhuanhuizuowen350zichuyijishihuanleyuandan.html">欢乐的元旦联欢会联欢会作文350字初一记事欢乐元旦</a></li> <li class="tagPopup"><a target="_parent" class="tag tag0" href="https://www.bdocx.com/mark/huwaidaohangrumenjingtong.html">户外导航入门精通</a></li> </ul> </div> </div> </div> </div> </div> </div> <script src="https://static.bdocx.com/js/artDialog-5.0.3/artDialog.min.js"></script> </div> <div class="tempdiv cssnone" style="line-height:0px;height:0px; overflow:hidden;"> </div> <script> var doctitle = "CSSforIE6IE7FF兼容基本方案.docx"; Encoder.EncodeType = "entity"; var nodecode = '0001500001'; var adhtml = ""; var adarray = Encoder.htmlDecode(adhtml); initWidth(); var product_id = "7980934"; var product_code = "7980934"; var mtp = 10; var fCount = 10; var stp = 1; var lmt = 10; var ForceFreepage = parseInt('20'); if(lmt > ForceFreepage)lmt = ForceFreepage; var mhs = 595 * 841; var mhi = new Array("342774"); var mhls = new Array("0"); var mfvs = new Array("0"); var sw = 595; var sh = 841; var IsDealSwfSize = sw > 0; var minwidth=920; var BookMarkPage = parseInt('1'); var adpagecount = parseInt("2"); var defaultShowPage =parseInt( "5"); var defaultShowPage2 =defaultShowPage; var leftfilecount = fCount - defaultShowPage; if(leftfilecount<0)leftfilecount=0; var scorename = "金币"; var LimitText = '3'; var LimitButtonText = '现在购买'; var DocScoreDownLoad = parseFloat('3'); var ReadLimitDays = "365"; var bookrelArray = ""; var url_root = "https://www.bdocx.com/"; var goumaiico = 'images/xiazai_1.gif'; var lmtext = ''; lmtext = '<div class="inner_page_more" id="page_more" style="width:930px; height:260px; line-height:30px;">' +'<div id="html-reader-go-more" class="banner-wrap more-btn-banner" style="padding-top:40px; width:930px;">' +'<p style="text-align:center;font-size:18px;">亲,很抱歉,此页已超出免费预览范围啦!<br/>您可以免费下载此资源,请下载查看!</p><p style="text-align:center;font-size:14px;">' +'<b></b><span><b style="color:#ff0000">3</b> 金币</span>' +'</p><p style="text-align:center; padding-top:30px;">' +'<a target="_parent" rel="nofollow" href="https://www.bdocx.com/down/7980934.html" class="ui-bz-btn-senior banner-download" style="padding:5px 35px; font-size:15px; text-decoration:none">' +'<b style="color:#fff">下载到本地</b></a>' +'</p></div></div> '; var curtotalpage = defaultShowPage; function showmorepage() { var from = curtotalpage+1; var leftcount = ((mtp - curtotalpage)<defaultShowPage?mtp:(curtotalpage+defaultShowPage)); for (var i = from; i <=leftcount; i++) { Viewer._Addpage(i); curtotalpage+=1; } leftfilecount = mtp - (curtotalpage); Viewer._dfsp=curtotalpage; if(from<leftcount) { Viewer.InitAD_left(from,leftcount); showAd(); } if(leftfilecount<=0) { if("#ftip")$("#ftip").text("最后一页预览完了!喜欢就下载吧,查找使用更方便"); if($("#nftip"))$("#nftip").html("此文档不允许下载,在线阅读到最后一页了。"); $("#ntip").hide(); $("#ntip2").hide(); if($("#btnvip"))$("#btnvip").html("VIP查看完整版"); if("#ftip3")$("#ftip3").text(fCount-curtotalpage); if($("#ftip2"))$("#ftip2").show(); if(fCount-curtotalpage <=0) { if("#ftip2")$("#ftip2").text("预览完成,如需下载请加入VIP"); if($("#btnvip"))$("#btnvip").html("VIP免费下载"); } } var st = ($(this).scrollTop()); $(this).scrollTop(st +1); $("#spanpage").text(fCount-curtotalpage); } function showmoretopage(to) { var from = curtotalpage+1; var leftcount = ((mtp - curtotalpage)<defaultShowPage?mtp:(curtotalpage+defaultShowPage)); if(to > leftcount)leftcount=to; for (var i = from; i <=leftcount; i++) { Viewer._Addpage(i); curtotalpage+=1; } leftfilecount = mtp - (curtotalpage); Viewer._dfsp=curtotalpage; if(from<leftcount) { Viewer.InitAD_left(from,leftcount); showAd(); } if(leftfilecount<=0) { if("#ftip")$("#ftip").text("最后一页预览完了!喜欢就下载吧,查找使用更方便"); if($("#nftip"))$("#nftip").html("此文档不允许下载,在线阅读到最后一页了。"); $("#ntip").hide(); $("#ntip2").hide(); if($("#btnvip"))$("#btnvip").html("VIP查看完整版"); if("#ftip3")$("#ftip3").text(fCount-curtotalpage); if($("#ftip2"))$("#ftip2").show(); if(fCount-curtotalpage <=0) { if("#ftip2")$("#ftip2").text("预览完成,如需下载请加入VIP"); if($("#btnvip"))$("#btnvip").html("VIP免费下载"); } } $("#spanpage").text(fCount-curtotalpage); } function adss() {var st = ($(this).scrollTop())-2; $(this).scrollTop(st);} function showAd() { $(".addivp").each(function(){ var adindex = ($(this).attr("link")); var adid = ($(this).attr("id")); document.getElementById(adid).innerHTML = document.getElementById("adpre" + adindex).outerHTML; $("#adpre" + adindex).css({ margin: "0px auto" }); }); } </script> <script> var operateType = 1; var uid = "0"; var DocID = "7980934"; var zw = 595; var zh = 841; var zrate = (zw==0||zh==0)?1:(zh/zw); var isplay = 0; var width = "830"; var height = getClientHeight(); if (height < 560) height = 560; height = ('False' == 'True' ? 570 : height); var scorename = "金币"; var params = {}; </script> <script src="https://static.bdocx.com/master/view/view2.js"></script> <script> $(document).ready(function() { initPage(); $("#loading").hide(); $("#spanpage").text(leftfilecount); var lf = mtp - (defaultShowPage); if(lf<=0) { if("#ftip")$("#ftip").text("最后一页预览完了!喜欢就下载吧,查找使用更方便"); if($("#nftip"))$("#nftip").html("此文档不允许下载,在线阅读到最后一页了。"); $("#ntip").hide(); $("#ntip2").hide(); if($("#btnvip"))$("#btnvip").html("VIP查看完整版"); if("#ftip3")$("#ftip3").text(fCount-curtotalpage); if($("#ftip2"))$("#ftip2").show(); if(fCount-curtotalpage <=0) { if("#ftip2")$("#ftip2").text("预览完成,如需下载请加入VIP"); if($("#btnvip"))$("#btnvip").html("VIP免费下载"); } } window.setTimeout( function () { try { if(BookMarkPage == 1) { $(this).scrollTop(0); } else { Viewer._GotoPage(BookMarkPage); } }catch(e){} },500); if(defaultShowPage>0){ $("#outer_page_more").show();}else{ $("#outer_page_more").hide();} }); </script> <script> $('body').bind('contextmenu', function() {return false;}); $('body').bind("selectstart",function(){return false;}); </script> <div class="cssnone"> <iframe title = "来源分析" src="https://www.bdocx.com/BookRead.aspx?id=P2Ga1zhPYCE%3d&parto=W9Abzxd7qTzUlG5O%2boq0pnPMhDg0iCYSzaNK%2bxFfFKbSrBD2DUD4qZki%2fWEl8R%2f7eKFLW%2b%2fV73HoA0nZ4%2b5oJpv8Cup6ojb%2fDnG%2f9W4j4J92R5KYGSgObLNAC7m2bG%2fPvXnb0iQdsBqodfIOxJ3TTtK9itGfaaJEIbCcG%2bh8666keQuV6qHPpYKaxCL2tER6cj5IhsutMYVcvy4UISfjjeSRgSUzPsmS" frameborder="0" style="width: 0px; height: 0px"> </iframe> </div> <!-- JiaThis Button END --> <span id="LabelScript"></span> </div> </div> <div class="getwximg_div" style="display:none;"> </div> <script> var isloginto = false; function initwxlogin() { var arr = $(".getwximg_div"); for (var i = 0; i < arr.length; i++) { (function (index) { var url = "https://www.bdocx.com/header.aspx?getcate=100"; $.get(url + "&t=" + (new Date()).valueOf(), function (d) { try { arr.eq(index).empty().html(d); } catch (e) { } try { arr.html(d); } catch (e) { } }); })(i); } } </script> <script>function popLogin() { window.location.href = '/login.aspx?returl=https%3a%2f%2fwww.bdocx.com%2fView_wj.aspx%3fid%3d7980934'; return; }</script> <script type="text/javascript"> var objjubao = null; function jubao() { var html = '<iframe src="https://www.bdocx.com/UserManage/ReportBack.aspx?id=7980934&url=rkm56XE mSTpX60 NSICJJzJeI0SxkjuKOfuUZPhKhAiTBnmvzbl1qMZ7IH/L0NF" scrolling="no" frameborder="0" style="width: 600px; height: 420px"></iframe>'; objjubao = art.dialog({ title: '非法内容有奖举报', content: html, close: Closejubao, width: '700', height: '470', skin: 'blue', lock: true, background: '#666', opacity: .6, duration: 300, fixed: true, left: '50%', top: '38.2%', zIndex: 1987, resize: true, drag: true }); } function Closejubao() { objjubao.close(); } </script> <!--foot--> <div class="bg_100 foot_nav_bg" style=" min-width:1200px;"> <div class="foot_nav"> <a href="https://www.bdocx.com/h-33.html" target="_blank" >关于我们</a> - <a href="https://www.bdocx.com/h-34.html" target="_blank" >网站声明</a> - <a href="https://www.bdocx.com/h-35.html" target="_blank" > 网站地图</a> - <a href="https://www.bdocx.com/sitemap.html" target="_blank" > 资源地图</a> - <a href="https://www.bdocx.com/friend.aspx" target="_blank" >友情链接</a> - <a rel="nofollow" target="_blank" href="https://wpa.qq.com/msgrd?v=3&uin=307372695&site=qq&menu=yes" >网站客服</a> - <a rel="nofollow" href="https://www.bdocx.com/h-38.html" target="_blank" >联系我们</a> </div> </div> <div class="bg_100 siteInner_bg" style=" min-width:1200px;"> <div class="siteInner"> <p style="text-align: center;">copyright@ 2008-2022 冰点文档网站版权所有</p><p style="text-align: center;">经营许可证编号:<a href="http://beian.miit.gov.cn/" target="_blank">鄂ICP备2022015515号-1</a></p><script>var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?e215eb657a3f46c69d47e590e96ccbdd"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();</script><script>(function(){ var el = document.createElement("script"); el.src = "https://lf1-cdn-tos.bytegoofy.com/goofy/ttzz/push.js?46796c789de3003a5113847b2981b93831ac52d6d1cb31ddda7500aa017814283d72cd14f8a76432df3935ab77ec54f830517b3cb210f7fd334f50ccb772134a"; el.id = "ttzz"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(el, s); })(window)</script> </div> </div> <!--foot end--> <!-- 代码部分begin --> <div class="QQ_S" style="height: auto;position:fixed;right: 0px;bottom: 20px; top:auto;"> <div class="Q_top" onclick="HideFoot()"> <span class="signi"></span>收起</div> <div class="Q_botm"> <div class="Q_pic"> <div class="Q_pic_hide"> <a rel="nofollow" href="https://wpa.qq.com/msgrd?v=3&uin=307372695&site=qq&menu=yes" target="_blank" title="在线客服" ><span class="hide_pic"></span>在线客服</a> </div> </div> <div class="Q_anser"> <div class="Q_anser_hide"><a rel="nofollow" target="_blank" href="http://mail.qq.com/cgi-bin/qm_share?t=qm_mailme&email=307372695@qq.com" title="意见反馈"> <span class="hide_pic1"></span>意见反馈 </a> </div> </div> <div class="Q_sign"> <div class="Q_sign_hide" onclick="backToTop();"><a rel="nofollow" href="javascript:void(0)" title="返回顶部"><span class="hide_pic2"></span>返回顶部 </a></div> </div> </div> </div> <div class="QQ_S1"> <div class="Q_top1" onclick="ShowFoot()"> <span class="signj"></span>展开</div> <div class="Q_botm1"> <div class="Q_pic1"> <div class="Q_pic1_hide"> <a rel="nofollow" target="_blank" href="https://wpa.qq.com/msgrd?v=3&uin=307372695&site=qq&menu=yes" > <span class="hide_pic3"></span>QQ交谈</a></div> </div> <div class="Q_sign1"> <div class="Q_sign1_hide" onclick="backToTop();"><a rel="nofollow" href="javascript:void(0)">返回顶部</a></div> </div> </div> </div> <!-- 代码部分end --> <script type="text/javascript" src="https://static.bdocx.com/js/lanrenzhijia.js"></script> <script type="text/javascript" src="https://static.bdocx.com/js/jquery.lazyload.js"></script> <script type="text/javascript" charset="utf-8"> $("img.lazys").lazyload({ threshold: 200, effect: "fadeIn" }); </script> <script type="text/javascript" src="https://static.bdocx.com/umeditor/xss.js"></script> </body> </html>