- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想知道是否有办法在 css 中添加“文本”,以便 html 页面可以将其写出来。这是因为 html 页面无法处理我的输入参数 (${var})。我正在使用 jenkins 可编辑电子邮件插件
所以我有我的 CSS:
<style type="text/css">
a{color:#4a72af}
body{background-color:#e4e4e4}
body,p{margin:0;padding:0}
img{display:block}
h1,h2,h3,h4,h5,h6{margin:0 0 .8em 0}
h3{font-size:28px;color:#444!important;font-family:Arial,Helvetica,sans-serif}
h4{font-size:22px;color:#4a72af!important;font-family:Arial,Helvetica,sans-serif}
h5{font-size:18px;color:#444!important;font-family:Arial,Helvetica,sans-serif}
p{font-size:12px;color:#444!important;font-family:"Lucida Grande","Lucida Sans","Lucida Sans Unicode",sans-serif;line-height:1.5}
ol li img{display:inline;height:20px}
/*div styles*/
.news{text-align:center;padding-top:15px;}
.content{width:720px;margin:0 auto;background-color:white}
.round_border{margin-bottom:5px;-webkit-border-radius:6px;-moz-border-radius:6px;border- radius:6px;margin-top:0;font-size:14px;padding:6px;border:1px solid #ccc}
.status{background-color:<%=
${MyVar} == "Open" ? 'green' : 'red' %>;font-size:28px;font-weight:bold;color:white;width:720px;height:52px;margin-bottom:18px;text-align:center;vertical-align:middle;border-collapse:collapse;background-repeat:no-repeat}
.status .info{color:white!important;text-shadow:0 -1px 0 rgba(0,0,0,0.3);font-size:32px;line-height:36px;padding:8px 0}
.main img{width:38px;margin-right:16px;height:38px}
.main table{font-size:14px;}
.main table th{text-align:right;}
.bottom-message{width:720px;cellpadding:5px;cellspacing:0px}
.bottom-message .message{font-size:13px;color:#aaa;line-height:18px;text-align:center}
.bottom-message .designed{font-size:13px;color:#aaa;line-height:18px;font-style: italic;text-align:right}
</style>
<body>
<div class="content round_border">
<div class="status">
<p class="info">TEST</p>
</div>
<!-- status -->
<div class="main round_border">
<table>
<tbody>
<tr>
<th>Name:</th>
<td>HERE IS WHERE THE TEXT SHOULD BE</td>
</tr>
....
正如您在我的文字中看到的,我在 css 中有一个 ${MyVar}。那很好用。但现在我想要另一个 ${MyVar2} ,它将有一个我想转到这里的字符串:
<td>HERE IS WHERE THE TEXT SHOULD BE</td>
因为我不会写
<td>${MyVar2}</td>
会产生错误
所以我想像这样使用它
.test ${MyVar2}
然后将其添加到
<td class="test"></td>
有办法吗?
最佳答案
关于css - 在我的 css 中添加文本并将其显示在 html 页面电子邮件中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23262478/
来做呢?
文章推荐: html - href 删除所有样式
作者热门文章
滴滴打车优惠券免费领取
|
我是一名优秀的程序员,十分优秀!