Commit bcc800f6 by 陈超

T

parent 8ae08ae9
...@@ -420,7 +420,6 @@ div::-webkit-scrollbar { ...@@ -420,7 +420,6 @@ div::-webkit-scrollbar {
/* 我的 */ /* 我的 */
.center_top { .center_top {
position: relative; position: relative;
background: url('../../img/bg@3x.png') no-repeat;
background-size:100% auto; background-size:100% auto;
padding: 0.75rem; padding: 0.75rem;
} }
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<body> <body>
<div id="app"> <div id="app">
<div class="layout_v tab_container center_top"> <div class="layout_v tab_container center_top" style="background: url('__THEME__/img/bg@3x.png') no-repeat;">
<div class="center_top_content layout_h_v_c"> <div class="center_top_content layout_h_v_c">
<van-image width="72" height="72" fit="cover" round src="{:getUserFace($user['uid'],'b')}"></van-image> <van-image width="72" height="72" fit="cover" round src="{:getUserFace($user['uid'],'b')}"></van-image>
<div class="layout_v" style="margin-left: 0.75rem;"> <div class="layout_v" style="margin-left: 0.75rem;">
......
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