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

样式问题等

上级 24a8e948
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<span class="coop-item-right-title">{{item.name}}</span> <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.scope}}</span>
<span v-if="item.cmeType != 2" class="coop-item-right-other">{{item.level}} | {{item.credit}} | {{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>
</div> </div>
<NoMoreContent v-show="paramData.length > 9"></NoMoreContent> <NoMoreContent v-show="paramData.length > 9"></NoMoreContent>
...@@ -293,17 +293,22 @@ export default { ...@@ -293,17 +293,22 @@ export default {
text-overflow: ellipsis; text-overflow: ellipsis;
white-space:nowrap; white-space:nowrap;
.active { .active {
float: right; position: absolute;
width: px2rem(42px); z-index: 1;
height: px2rem(17px); right: 0;
line-height: px2rem(17px); height: px2rem(18px);
font-size: px2rem(11px); line-height: px2rem(18px);
margin-top: 0;
text-align: center;
border-radius: 4px;
border: 1px solid rgba(202,168,97,1);
color: #CAA861; 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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册