<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Yoo趣儿 - CSS</title>
    <link>https://yooqur.com/forum/55/1</link>
    <description>Latest 20 threads of CSS</description>
    <copyright>Copyright(C) Yoo趣儿</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 16 May 2026 23:51:53 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://yooqur.com/static/image/common/logo_88_31.gif</url>
      <title>Yoo趣儿</title>
      <link>https://yooqur.com/</link>
    </image>
    <item>
      <title>如何抄人家的布局？</title>
      <link>https://yooqur.com/thread/608924-1.html</link>
      <description><![CDATA[作为一个后端程序员，我承认 CSS 这东西我这辈子也不可能彻底搞明白了。所以退而求其次吧，我就是按需使用。很多时候，我其实就是要个主界面布局。
比如说很多后端都会遇到的后端管理系统，它其实就是顶部一个 header ，下面分左右两栏，左边是菜单栏，右边是内容区域， ...]]></description>
      <category>CSS</category>
      <author>abcbuzhiming</author>
      <pubDate>Wed, 31 Jul 2024 15:03:46 +0000</pubDate>
    </item>
    <item>
      <title>下面的代码中，如何解释 div 的高度？</title>
      <link>https://yooqur.com/thread/582960-1.html</link>
      <description><![CDATA[我的理解是 span 的 line-height 设置为 0 ，那么它所在行的行框的高度就变为 0 ，无法撑起 div 的高度，因此 div 的高度因此为 0 。但实际上,div 的高度为 27, 应该如何解释 div 的高度呢？
两个现象：
1 、当 div 和 span 的 font-size 设置为相同值时，div 的高度会 ...]]></description>
      <category>CSS</category>
      <author>hblevins</author>
      <pubDate>Wed, 03 Jul 2024 12:00:55 +0000</pubDate>
    </item>
    <item>
      <title>给 div 和 span 元素设置 line-height 为 0，为什么 div 几乎失去了高度，但 span 的高度没有受到影响？</title>
      <link>https://yooqur.com/thread/575357-1.html</link>
      <description><![CDATA[https://jsbin.com/hujodilogi/edit?html,output]]></description>
      <category>CSS</category>
      <author>hblevins</author>
      <pubDate>Thu, 27 Jun 2024 06:02:45 +0000</pubDate>
    </item>
    <item>
      <title>请问一个 DIV 内的多个 span 如何连在一起显示呢？试了好多办法都不行。</title>
      <link>https://yooqur.com/thread/520260-1.html</link>
      <description><![CDATA[代码：
https://codepen.io/b1ghawk/pen/xxNbMwR

想要实现这样的效果：]]></description>
      <category>CSS</category>
      <author>mangojiji</author>
      <pubDate>Mon, 13 May 2024 16:02:04 +0000</pubDate>
    </item>
    <item>
      <title>这个网站背景渐变效果怎么实现的？</title>
      <link>https://yooqur.com/thread/376198-1.html</link>
      <description><![CDATA[地址： https://imagine.meta.com/]]></description>
      <category>CSS</category>
      <author>isajdhs</author>
      <pubDate>Sat, 09 Dec 2023 10:01:59 +0000</pubDate>
    </item>
    <item>
      <title>尝试使用 CSS 优化台湾 PTT 论坛网页的阅读效果，但失败了</title>
      <link>https://yooqur.com/thread/317927-1.html</link>
      <description><![CDATA[https://www.ptt.cc/bbs/index.html
原网址在这里
倒也不是多爱看这论坛，只是最近刚开始学习代码想拿它练习一下，之前使用 CSS 更改别的网页都成功了，但是 PTT 的阴间界面怎么都改不了。
代码也没有报错，但是为什么改不了这个网页呢？求各位大神指导
body {
 backgro ...]]></description>
      <category>CSS</category>
      <author>NoraProgrmming</author>
      <pubDate>Thu, 26 Oct 2023 04:03:55 +0000</pubDate>
    </item>
    <item>
      <title>行内元素的 padding 表现问题</title>
      <link>https://yooqur.com/thread/287410-1.html</link>
      <description><![CDATA[为什么这个 span 的上一行被遮挡，而下一行没有？ [ css 吧] _百度贴吧
https://tieba.baidu.com/p/8625827524
贴吧看到的，下边是我的回复：
实际表现上像是第 n + 1 行比第 n 行有更高的 z-index 值，然而不改定位时单独指定 z-index 又是无效的，，AI 也没给出对题的 ...]]></description>
      <category>CSS</category>
      <author>wdssmq</author>
      <pubDate>Sat, 30 Sep 2023 04:01:08 +0000</pubDate>
    </item>
    <item>
      <title>关于使用 flex 实现数字键盘的问题讨论：如何计算？</title>
      <link>https://yooqur.com/thread/215073-1.html</link>
      <description><![CDATA[如题，不考虑 grid 布局，实现一个数字键盘。
布局类型于
```text
1 2 3 删除
4 5 6 确定
7 8 9 确定
. 0 清零 确定
```
其中“确定”键纵向合并，要求自适应。
我自己计算了一下每个按键的宽度，但是不对，调整了一下，如：
参考： https://codepen.io/daiwenzh5/pen/J ...]]></description>
      <category>CSS</category>
      <author>daiwenzh5</author>
      <pubDate>Tue, 15 Aug 2023 15:02:09 +0000</pubDate>
    </item>
    <item>
      <title>谁知道如何使用 css，实现这样的下圆弧效果？</title>
      <link>https://yooqur.com/thread/139888-1.html</link>
      <description><![CDATA[大家好，如图这样的下圆弧效果是怎么做出来的呢？ CSS 还是图片呢？]]></description>
      <category>CSS</category>
      <author>atfeel</author>
      <pubDate>Wed, 14 Jun 2023 12:00:45 +0000</pubDate>
    </item>
    <item>
      <title>请教一个和 border 有关的 CSS 样式的问题</title>
      <link>https://yooqur.com/thread/116527-1.html</link>
      <description><![CDATA[123456789 等等一些数字横向排列，每个数字在一个 div 中，会随机（不确定数量，也不确定是哪个数字）赋予某个 div 一个四面的边框，如何解决诸如，1 和 2 两个 div 都有边框时的边框叠加变粗问题呢？写一个方法专门计算哪个 border 有哪个 border 没有也太复杂了。或者 ...]]></description>
      <category>CSS</category>
      <author>LandCruiser</author>
      <pubDate>Wed, 31 May 2023 09:01:15 +0000</pubDate>
    </item>
    <item>
      <title>没有脱离文档流为什么子元素[外边距]还撑不起来父元素</title>
      <link>https://yooqur.com/thread/56324-1.html</link>
      <description><![CDATA[如题，小弟刚学前端 CSS
问题如图

网站 https://wfion.com
我开始排查问题得时候，只排查了 body 得 css 。请教前端同事了，他只知道我图中元素影响了 超出了 body
但是他不知道什么原因]]></description>
      <category>CSS</category>
      <author>linuxsteam</author>
      <pubDate>Mon, 27 Mar 2023 10:06:06 +0000</pubDate>
    </item>
    <item>
      <title>CSS 选择器如何筛选同级的第一个节点。[ Python ]</title>
      <link>https://yooqur.com/thread/37343-1.html</link>
      <description><![CDATA[网页结构如下
我是标题 

链接 2
链接 3
其中 img class=\&quot;pro_free 是固定的，我的需求是筛选出链接 1
也就是筛选出 embedded 节点下面的，img 元素上面的第一个 a 元素
据我查资料，css 选择器不支持这种筛选，如果用 python ，请问应该怎么写呢
 ...]]></description>
      <category>CSS</category>
      <author>wuyuchenshr</author>
      <pubDate>Tue, 07 Mar 2023 06:01:25 +0000</pubDate>
    </item>
    <item>
      <title>CSS 动画平滑倒放问题</title>
      <link>https://yooqur.com/thread/19480-1.html</link>
      <description><![CDATA[给一个 div 定义了一个动画，动画效果为：在 1 秒钟内，宽度从 10%增长到 100%
@keyframes myAnimation {
  from {
    width: 10%;
  }
  to {
    width: 100%;
  }
}
我想实现如下效果：
鼠标指针移动上去（ hover ），开始播放动画，宽度从 10%增长到 100%，鼠标移 ...]]></description>
      <category>CSS</category>
      <author>fuxinya</author>
      <pubDate>Mon, 13 Feb 2023 07:46:47 +0000</pubDate>
    </item>
  </channel>
</rss>