Merge branch 'dev' of git.oa00.com:xiaowen/swsWecat into dev

* 'dev' of git.oa00.com:xiaowen/swsWecat:
  lhf
dev
liuyongli 3 years ago
commit 7138146405

@ -1,11 +1,11 @@
<view style="background: url(/images/img_mybg.png); background-size:cover;">
<!-- style="margin-top:{{statusBarHeight*2}}rpx" -->
<view class="mine_title">
<view class="title_left">
<view class="title_left" style="margin-left: 32rpx;">
<view style="font-size:48rpx;font-weight:600;">胆怯的麦粒</view>
<view style="font-size:24rpx; color: #9b9999;margin-top: 24rpx;"> 欢迎您使⽤硕为思平台</view>
</view>
<view class="title_right">
<view class="title_right" style="margin-right: 32rpx;">
<van-image round width="128rpx" height="128rpx" fit='cover' src="https://img.yzcdn.cn/vant/cat.jpeg" />
</view>
</view>

@ -3,21 +3,12 @@
height: 330px;
}
.mine_title{
height: 360rpx;
width: 100%;
display: flex;
padding-top: 208rpx;
justify-content: space-between;
}
.mine_title .title_left{
float: left;
height: 128rpx;
margin-left: 32rpx;
margin-top: 224rpx;
}
.mine_title .title_right{
float: right;
margin-right: 32rpx;
margin-top: 208rpx;
height: 128rpx;
}
.quit{
margin-top:160rpx;
display: flex;

Loading…
Cancel
Save