提交 1ed2f8c7 编写于 作者: guangjun.yang's avatar guangjun.yang

样式优化等

上级 cf981c6f
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</article> </article>
<article class="tip"> <article class="tip">
<div class="left"> <div class="left">
<img src="../../images/cme/phrase2/info.png" /> <div class="img-wrapper"><img src="../../images/cme/phrase2/info.png"/></div>
<span>激活码用于学习课程,您可以从订单详情或您的实体卡查看激活码。激活码一旦使用,不可退回。</span> <span>激活码用于学习课程,您可以从订单详情或您的实体卡查看激活码。激活码一旦使用,不可退回。</span>
</div> </div>
</article> </article>
...@@ -138,14 +138,19 @@ export default { ...@@ -138,14 +138,19 @@ export default {
display: flex; display: flex;
line-height: 1.2; line-height: 1.2;
font-size: px2rem(12px); font-size: px2rem(12px);
img { .img-wrapper {
position: relative; width: px2rem(20px);
top: px2rem(1px); // margin-right: px2rem(4px);
width: px2rem(12px); img {
height: px2rem(12px); position: relative;
// margin: px2rem(2px) px2rem(4px) 0 px2rem(1px); top: px2rem(1px);
width: px2rem(12px);
height: px2rem(12px);
}
} }
span { span {
display: inline-block;
margin-left: px2rem(4px); margin-left: px2rem(4px);
} }
color: #979899; color: #979899;
...@@ -178,6 +183,7 @@ export default { ...@@ -178,6 +183,7 @@ export default {
color: red; color: red;
font-size: px2rem(12px); font-size: px2rem(12px);
} }
img { img {
position: absolute; position: absolute;
top: px2rem(33px); top: px2rem(33px);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册