Browse Source

更新布局

master
453530270@qq.com 3 years ago
parent
commit
8870849b95
  1. 12
      pages/login/index.vue

12
pages/login/index.vue

@ -33,7 +33,7 @@
</view> </view>
<!-- 验证码登录 --> <!-- 验证码登录 -->
<view class="vfcode" @click="gtsms('smscode')" >验证码登录</view> <!-- <view class="vfcode" @click="gtsms('smscode')" >验证码登录</view> -->
<!-- logo --> <!-- logo -->
<view class="vbottom"> <view class="vbottom">
@ -237,14 +237,15 @@ import store from '@/store'
height: 72rpx; height: 72rpx;
// margin-top: 272rpx; // margin-top: 272rpx;
left: 12rpx; left: 12rpx;
bottom: 12%; bottom: 16%;
left: 2%; padding: 2%;
.imagezone{ .imagezone{
display: flex; display: flex;
// flex-direction: row;
line-height: 72rpx; line-height: 72rpx;
padding: 10rpx; text-align: center;
margin: 10rpx auto;
width: 76%;
img{ img{
margin-left: 32rpx; margin-left: 32rpx;
@ -260,6 +261,7 @@ import store from '@/store'
flex-direction: column; flex-direction: column;
width: 98%; width: 98%;
padding-bottom: 12rpx; padding-bottom: 12rpx;
text-align: center;
.txtit{ .txtit{
font-size: 22rpx; font-size: 22rpx;

Loading…
Cancel
Save