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

Loading…
Cancel
Save