Commit a540c934 authored by 徐一鸣's avatar 徐一鸣

首页up

parent ae820b82
......@@ -27,7 +27,7 @@
<span v-text="data.resourceSummary"></span>
</p>
<p class="shop_card-text update_time">
<i class="el-icon-time"></i>
<img :src="require('@/assets/imgs/icon_shijian.png')" />
<span class="text_clip" v-text="'更新时间:' + data.updateTime"></span>
</p>
<div class="shop_card-text access">
......@@ -36,7 +36,7 @@
<span class="text_clip" v-text="data.viewCount + '次浏览'"></span>
</span>
<span>
<img :src="require('@/assets/imgs/icon_huoqu.png')" />
<img :src="require('@/assets/imgs/icon_huoqu1.png')" />
<span class="text_clip" v-text="data.numberOfMonth + '次获取'"></span>
</span>
</div>
......@@ -130,6 +130,7 @@ export default {
}
.shop_card-text.update_time > i {
flex-shrink: 0;
vertical-align: middle;
margin-right: 5px;
}
.shop_card-text.access {
......@@ -139,8 +140,11 @@ export default {
padding-top: 11px;
border-top: 1px solid #ededed;
}
.shop_card-text.access > span > img {
.shop_card-text.access > span > * {
width: 15px;
vertical-align: middle;
}
.shop_card-text.access > span > img {
margin-right: 5px;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment