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

请教个跟css有关的问题 v2的前端朋友们过来帮下忙

  •  
  •   acpp · 2012-07-18 23:22:23 +08:00 · 2015 次点击
    这是一个创建于 4307 天前的主题,其中的信息可能已经有所发展或是发生改变。
    <div class="main">
    <div class="deal-buy">
    <div class="deal-price-tag"></div>
    <!--{if ($team['state']=='soldout')}-->
    <p class="deal-price"><strong>{$currency}${moneyit($team['team_price'])}</strong><span class="deal-price-soldout"></span></p>
    <!--{elseif $team['close_time']}-->
    <p class="deal-price"><strong>{$currency}${moneyit($team['team_price'])}</strong><span class="deal-price-expire"></span></p>
    <!--{else}-->
    <p class="deal-price"><strong>{$currency}${moneyit($team['team_price'])}</strong><span><a href="${$team['begin_time']<time()?'/team/buy.php?id='.$team['id'] : 'javascript: alert(\'秒杀还未开始...\')'}"><img src="/static/css/i/button-deal-buy_seconds.gif" /></a></span></p>
    <!--{/if}-->
    </div>

    最后一个段落属性,我单独复制了一段css出来 改成了这样

    <p class="deal-pricexx"><strong>{$currency}${moneyit($team['team_price'])}</strong><span><a href="${$team['begin_time']<time()?'/team/buy.php?id='.$team['id'] : 'javascript: alert(\'秒杀还未开始...\')'}"><img src="/static/css/i/button-deal-buy_seconds.gif" /></a></span></p>

    #deal-intro .deal-pricexx span a { display:block; width:120px; height:53px; line-height:53px; margin-top:-13px; outline:0; margin-left: 0px; padding-left: -10px; }

    我想问下,为什么单独弄了一下,没有达到想要的效果呢,是因为这个p属性受div的限制了么?
    2 条回复    1970-01-01 08:00:00 +08:00
    YuHong
        1
    YuHong  
       2012-07-19 01:34:36 +08:00   ❤️ 1
    p.deal-pricexx 是否是#deal-intro 的子节点?
    不太清楚你的问题出在哪儿。可以使用浏览器的查看元素看看计算出来的样式再分析一下呗
    liuzhoou
        2
    liuzhoou  
       2012-07-19 11:21:13 +08:00   ❤️ 1
    看到一推夹杂混合的片段,头晕。
    建议用下 http://dabblet.com/ 测试你要的效果吧
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2394 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 11:14 · PVG 19:14 · LAX 04:14 · JFK 07:14
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.