精选动态
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
<template>
|
||||
<div class="handpick">
|
||||
hhh
|
||||
<div class="list">
|
||||
<div class="top">
|
||||
<div class="left">百年征和波澜壮阔,百年初心历争议弥坚。7月1日上午,庆祝中国共产党成立100周年…</div>
|
||||
<div class="right">
|
||||
<img src="https://cdn.cunwuyun.cn/wxmp/fengdu/zan-active.png" alt="">
|
||||
<!-- https://cdn.cunwuyun.cn/wxmp/fengdu/zan.png -->
|
||||
<span>99+</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<img src="https://cdn.cunwuyun.cn/fengdu/img-jifenlist.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -25,6 +37,46 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.handpick {
|
||||
padding: 24px 32px;
|
||||
box-sizing: border-box;
|
||||
.list {
|
||||
padding: 32px 24px;
|
||||
box-sizing: border-box;
|
||||
background: #FFF;
|
||||
border-radius: 12px;
|
||||
.top {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
.left {
|
||||
width: 562px;
|
||||
overflow:hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
}
|
||||
.right {
|
||||
width: 52px;
|
||||
text-align: center;
|
||||
img {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
span {
|
||||
font-size: 28px;
|
||||
font-weight: 400;
|
||||
color: #687DA6;
|
||||
}
|
||||
}
|
||||
}
|
||||
.bottom {
|
||||
img {
|
||||
width: 100%;
|
||||
height: 202px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
29
src/project/fengdu/AppNewFarmerBank/pickDetail.vue
Normal file
29
src/project/fengdu/AppNewFarmerBank/pickDetail.vue
Normal file
@@ -0,0 +1,29 @@
|
||||
<template>
|
||||
<div class="pickDetail">
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'pickDetail',
|
||||
appName: '精选动态',
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
method: {
|
||||
|
||||
},
|
||||
onLoad(o) {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.pickDetail {
|
||||
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user