Commit 129c3e21 by xuebiao

newsCard2

parent 74cc932b
......@@ -4,7 +4,7 @@
:width-v="704"
:height-v="80"
:padding-v="[34,0,40]"
:margin-v="[0,23,0,23]"
:margin-v="[0,'auto']"
:border-v="[1,'solid','#EFEFEF','bottom']"
:flex-v="['row','justify-content','flex-start']"
slot="card"
......@@ -21,11 +21,12 @@
:margin-v="[0,25]"
:flex-v="['column','justify-content','space-between']"
>
<yun-div :font-style="[24]">系统<span style="color: #999999;margin-left: 10px">2020-2-19 11:11:21</span></yun-div>
<yun-div :font-style="[24]">系统<span style="color:#999999" :style="{marginLeft: commonReturnFlexedLength(20)}">2020-2-19 11:11:21</span></yun-div>
<yun-div :font-style="[30]">用户关注了你!</yun-div>
</yun-div>
<yun-icon
style="position: absolute;right:15px;"
style="position: absolute"
:style="{right:commonReturnFlexedLength(30)}"
:size="12"
color="#999999"
name="down_arrow"
......@@ -41,7 +42,3 @@
}
</script>
<style scoped>
</style>
<template>
<yun-slider>
<yun-div
:width-v="704"
:margin-v="[0,'auto']"
></yun-div>
</yun-slider>
</template>
<script>
import commonMixin from "./commonMixin";
export default {
mixins:[commonMixin],
name: "userCardBig"
}
</script>
<style scoped>
</style>
##dev-schedule__xb
+ 消息卡片(1)
+ 消息卡片(1)
+ 用户卡片大(1)
+ 个人资料项目卡片(1)
+ 空卡片(1)
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