<?xml version="1.0" encoding="gb2312" ?>
<rss version="2.0">
<channel>
<title>CSS</title>
<link>https://www.seoer.cc/CSS/</link>
<description>CSS</description>
<language>zh-cn</language>
<webmaster>admin@seoer.cc</webmaster>
<item>
    <title><![CDATA[css 自适应宽度 需要设置的范围标准？]]></title>
    <link>https://www.seoer.cc/CSS/253.html</link>
    <description><![CDATA[/* 超小设备（手机，小于 768px） */ /* Bootstrap 中默认情况下没有媒体查询 */ /* 小型设备（平板电脑，768px 起） */ @media (min-width: @screen-sm-min) { … } /* 中型设备（台式电脑，992px 起） */ @media (min-width: @screen-md-min) { … } /* 大]]></description>
    <pubDate>2020-02-11</pubDate>
    <category>CSS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[用background-size实现 背景图片自适应浏览器大小不变形]]></title>
    <link>https://www.seoer.cc/CSS/252.html</link>
    <description><![CDATA[background-size: cover; //只支持IE9+-webkit-background-size: cover; //webkit核心-moz-background-size: cover; //FF核心-o-background-size: cover; //应该是Opera核心吧，反正不是IE的，就先不管它了 以上几个css3属性都可以很好的支持根据浏览器大小]]></description>
    <pubDate>2020-02-11</pubDate>
    <category>CSS</category>
    <author>酱油</author>
    <comments>ChinaZ</comments>
</item>
<item>
    <title><![CDATA[CSS边框长度控制]]></title>
    <link>https://www.seoer.cc/CSS/221.html</link>
    <description><![CDATA[以前需要边框长度比容器小一些时，我用div嵌套。后来发现伪类在实现这个效果时很方便，只需要一个div就够了，另外调整padding和margin都不会很麻烦。 div class=content-blockdiv class=box-containerdiv class=border-topborder top/div/divdiv class]]></description>
    <pubDate>2018-12-27</pubDate>
    <category>CSS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[织梦后台栏目，文章列表等鼠标滑过变色]]></title>
    <link>https://www.seoer.cc/CSS/190.html</link>
    <description><![CDATA[织梦后台原本的背景色为浅绿色，鼠标滑过的时候，效果不是很明显，所以只好把后台的颜色全部换掉，仅举例，至于具体换成什么颜色，大家自己琢磨。 onMouseMove=javascript:this.bgColor='#FCFDEE'; 替换成（建议使用DW的批量替换功能，把\dede\templets这]]></description>
    <pubDate>2016-12-22</pubDate>
    <category>CSS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[CSS鼠标悬停图片上图片变灰 变色 半透明]]></title>
    <link>https://www.seoer.cc/CSS/166.html</link>
    <description><![CDATA[DIV CSS 鼠标移动悬停在图片上图片变色或半透明变化效果实现，CSS鼠标悬停图片上图片变灰、图片变色、图片半透明 一、DIVCSS5介绍与说明： - TOP 看到网页中的图片当鼠标移动到图片上时（鼠标悬停在图片上）图片变灰，看似变色变灰效果，实际是图片被 CSS 设]]></description>
    <pubDate>2015-12-16</pubDate>
    <category>CSS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[CSS控制瀑布效果 自用]]></title>
    <link>https://www.seoer.cc/CSS/154.html</link>
    <description><![CDATA[这是大概的效果，相信很少有人会用到，因为没有JS，没有绚丽的载入效果，但是因为某站特殊性，需要用到，这种布局方式，仅留下代码备用。HTML代码 div class=clinkdiv class=ch3a class=on id=cn2_1 onclick=javascript:return hd(this,'cn',5);友]]></description>
    <pubDate>2015-03-25</pubDate>
    <category>CSS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[隐藏文字超出部分 隐藏部分省略号]]></title>
    <link>https://www.seoer.cc/CSS/134.html</link>
    <description><![CDATA[文字超出了需要隐藏并显示省略号这个在工作中很多时候都要用到，我想很多人都碰到过吧，这个有两种解决方法 一是用程序开截取字符长度，这个其实也是可以的， 省略号： text-overflow:ellipsis;-o-text-overflow:ellipsis; 第二种是用样式来做,这里主要介绍]]></description>
    <pubDate>2014-04-21</pubDate>
    <category>CSS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[单行文字居中对齐，多行居左对齐]]></title>
    <link>https://www.seoer.cc/CSS/82.html</link>
    <description><![CDATA[效果如下图： 直接上代码： !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd html xmlns=http://www.w3.org/1999/xhtml head meta http-equiv=Content-Type content=text/html; char]]></description>
    <pubDate>2015-11-03</pubDate>
    <category>CSS</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[css li 超出隐藏代码]]></title>
    <link>https://www.seoer.cc/CSS/71.html</link>
    <description><![CDATA[做网站的时候，我们经常会遇到这样的问题，我们不想换行，但是因为标题字数太多了，只能隐藏，所以可以用如下代码来进行隐藏。 li { width:200px; white-space:nowrap; text-overflow:ellipsis; overflow: hidden; }]]></description>
    <pubDate>2014-04-01</pubDate>
    <category>CSS</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[CSS属性表大全]]></title>
    <link>https://www.seoer.cc/CSS/54.html</link>
    <description><![CDATA[//为方便下次使用查找，现记录如下]]></description>
    <pubDate>2012-12-20</pubDate>
    <category>CSS</category>
    <author>秩名</author>
    <comments>海鬼的博客</comments>
</item>
<item>
    <title><![CDATA[文章图片自动缩放大小]]></title>
    <link>https://www.seoer.cc/CSS/53.html</link>
    <description><![CDATA[复制代码代码如下:]]></description>
    <pubDate>2012-12-20</pubDate>
    <category>CSS</category>
    <author>秩名</author>
    <comments>海鬼的博客</comments>
</item>

</channel>
</rss>
