Commit 68461a42 by yanju

Merge branch 'xue' into 'master'

完成用户卡片(大)

See merge request !4
parents 9c9d1215 970c5bf3
......@@ -6,7 +6,7 @@
:padding-v="[34,0,40]"
:margin-v="[0,'auto']"
:border-v="[1,'solid','#EFEFEF','bottom']"
:flex-v="['row','justify-content','flex-start']"
:flex-v="['row','flex-start','flex-start']"
slot="card"
>
<yun-img
......@@ -19,10 +19,9 @@
></yun-img>
<yun-div
:margin-v="[0,25]"
:flex-v="['column','justify-content','space-between']"
>
<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 :font-style="[24]" :ske-w="400" :ske-h="35">系统<span style="color:#999999" :style="{marginLeft: commonReturnFlexedLength(20)}">2020-2-19 11:11:21</span></yun-div>
<yun-div :font-style="[30]" :ske-w="300" :ske-h="40" :margin-v="[5,0,0,0]">用户关注了你!</yun-div>
</yun-div>
<yun-icon
style="position: absolute"
......
......@@ -2,9 +2,96 @@
<yun-slider>
<yun-div
:width-v="704"
:height-v="244"
:margin-v="[0,'auto']"
:padding-v="[34,0,40]"
:flex-v="['column','space-between','flex-start']"
slot="card"
>
<yun-div
:width-v="704"
:flex-v="['row','space-between','flex-start']"
>
<yun-div
:flex-v="['row','flex-start','flex-start']"
>
<yun-img
:width-v="102"
:height-v="102"
:ske-h="102"
:ske-w="102"
:border-r="[50,50,50,50]"
src=""
></yun-img>
<yun-div
:margin-v="[0,25]"
:height-v="102"
:flex-v="['column','space-between','flex-start']"
>
<yun-div :font-style="[36,36]" :ske-w="150" :ske-h="50">激动啊</yun-div>
<yun-div :font-style="[24,36,500,'#999999']" :ske-h="40">设计的力量</yun-div>
</yun-div>
</yun-div>
<yun-div
:height-v="102"
:font-style="[24,36,500,'#999999','left']"
:flex-v="['row','flex-start','center']"
>
账号资料
<yun-icon
:margin-v="[0,0,0,15]"
name="left_arrow"
></yun-icon>
</yun-div>
</yun-div>
<yun-div
:width-v="704"
:flex-v="['row','space-around','flex-start']"
>
<yun-div
:flex-v="['column','space-between','center']"
>
<yun-div
:ske-h="60"
:font-style="[24,36,500,'#999999','center']"
>
关注
</yun-div>
<yun-div
:font-style="[36,60,500,'black','center']"
>1223</yun-div>
</yun-div>
<yun-div
:flex-v="['column','space-between','center']"
>
<yun-div
:ske-h="60"
:font-style="[24,36,500,'#999999','center']"
>
人气
</yun-div>
<yun-div
:font-style="[36,60,500,'black','center']"
>123</yun-div>
</yun-div>
<yun-div
:flex-v="['column','space-between','center']"
>
<yun-div
:ske-h="60"
:font-style="[24,36,500,'#999999','center']"
>
粉丝
</yun-div>
<yun-div
:font-style="[36,60,500,'black','center']"
>153</yun-div>
</yun-div>
</yun-div>
</yun-div>
></yun-div>
</yun-slider>
</template>
......
##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