gpt4 book ai didi

html - Zurb INK,自定义类不起作用

转载 作者:太空宇宙 更新时间:2023-11-04 03:13:44 25 4
gpt4 key购买 nike

我正在尝试为每周产品交易创建一个非常基本的时事通讯电子邮件。我正在使用 Zurb INK。我面临的问题是,自定义类之一的边框属性没有被实现。 CodePen 链接是 http://codepen.io/anon/pen/bNQWzX .

在 Product Class on Line : 824. 我已经定义了属性

.product {
border-color: #0087bb;
border: 3px solid;
border-radius: 10px;
}

但是,当在标记中使用时,只有 Border 属性被实现。半径和颜色被忽略。

HTML 标记在线:932

<table class="six columns">
<tr>
<td class="center product">
<img src="http://i.imgur.com/9xPFura.jpg" alt="Zedra Tap" width="250" height="250"/>
<br/>
Grohe Zedra Bath Tap - £20 OFF
<br/>
Was <strong>£99.99</strong> Now <strong class="nowprice">£79.99</strong>
<br/>
<ul style="text-align:left">
<li>Contemporary Design</li>
<li>Availabe in Chrome Finish</li>
<li>Use for Kitchen</li>
<li><strong>Limited Stocks</strong></li>
</ul>
<a href="#" class="button">Buy Now</a>
</td>
</tr>
</table>

请务必引用 Code Pen 上的完整标记。任何帮助都感激不尽。提前致谢

最佳答案

我很确定这是因为 tdtable 中,它的边框总是正方形的。我认为您可以通过在具有这些样式的 td 中使用 div 来完成您想要的,但请注意,仅支持 border-radius无论如何,在少数客户中。

旁注:将 display:block; 放在您的任何图像上。

关于html - Zurb INK,自定义类不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29081426/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com