提交 5e1b6da9 编写于 作者: guangjun.yang's avatar guangjun.yang

样式问题等

上级 24a8e948
......@@ -20,7 +20,7 @@
<span class="coop-item-right-title">{{item.name}}</span>
<span v-if="item.cmeType == 2" class="coop-item-right-other">{{item.level}} | {{item.scope}}</span>
<span v-if="item.cmeType != 2" class="coop-item-right-other">{{item.level}} | {{item.credit}} | {{item.scope}}</span>
<span class="coop-item-right-other">{{item.startDate | formatTime('{y}.{m}.{d}')}}{{item.endDate | formatTime('{y}.{m}.{d}')}} <span class="active">已激活</span></span>
<span class="coop-item-right-other">{{item.startDate | formatTime('{y}.{m}.{d}')}}{{item.endDate | formatTime('{y}.{m}.{d}')}} <span class="active"><span>已激活</span></span></span>
</div>
</div>
<NoMoreContent v-show="paramData.length > 9"></NoMoreContent>
......@@ -293,16 +293,21 @@ export default {
text-overflow: ellipsis;
white-space:nowrap;
.active {
float: right;
width: px2rem(42px);
height: px2rem(17px);
line-height: px2rem(17px);
font-size: px2rem(11px);
margin-top: 0;
text-align: center;
border-radius: 4px;
border: 1px solid rgba(202,168,97,1);
position: absolute;
z-index: 1;
right: 0;
height: px2rem(18px);
line-height: px2rem(18px);
color: #CAA861;
border-radius: px2rem(3px);
border: 1px solid rgba(202,168,97,1);
span {
position: relative;
top: px2rem(-1.1px);
z-index: 2;
font-size: px2rem(11px);
padding: 0 px2rem(6px);
}
}
}
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册