V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
romotc
V2EX  ›  问与答

哪位前端大拿给改下这个 V2EX 自定义 CSS

  •  
  •   romotc · 2016-05-11 13:59:31 +08:00 · 1267 次点击
    这是一个创建于 2878 天前的主题,其中的信息可能已经有所发展或是发生改变。
    #Rightbar .cell:nth-child(1),#Rightbar .cell:nth-child(2){
    border-bottom: 0px;
    }
    8 条回复    2016-05-11 15:33:21 +08:00
    loading
        1
    loading  
       2016-05-11 14:06:12 +08:00
    没看懂
    romotc
        2
    romotc  
    OP
       2016-05-11 14:28:19 +08:00
    只是想把右侧创作新主题上面的进度条上下的线去掉,但是影响到 TopicsHot 了
    @loading
    loading
        3
    loading  
       2016-05-11 14:33:10 +08:00
    你可以
    #TopicsHot 补回去。
    loading
        4
    loading  
       2016-05-11 14:36:21 +08:00
    送脏代码:


    #Rightbar .cell:nth-child(1),#Rightbar .cell:nth-child(2){
    border-bottom: 0px;
    }
    #TopicsHot .cell {border-bottom: 1px solid #E2E2E2 !important;}
    loading
        5
    loading  
       2016-05-11 14:37:52 +08:00
    似乎很多都受影响了,你自己再补几行吧。
    loading
        6
    loading  
       2016-05-11 14:42:15 +08:00   ❤️ 1
    我太傻了。。。

    #Rightbar > div:nth-child(2) > div:nth-child(1),#Rightbar > div:nth-child(2) > div:nth-child(2)
    {border-bottom: 0px; }
    ragnaroks
        7
    ragnaroks  
       2016-05-11 14:49:28 +08:00
    #Rightbar .cell[style="padding: 5px;"]{xxxxxx}
    caoyue
        8
    caoyue  
       2016-05-11 15:33:21 +08:00
    不知道怎么写 selector 的时候,开 Chrome 的开发者工具
    选中你需要的部分,在 Elements 面板上,右键你选择的部分, Copy -> Copy selector
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1040 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 19:19 · PVG 03:19 · LAX 12:19 · JFK 15:19
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.