Browse Source

完成3.1样式修改

master
Gao xiaosong 5 years ago
parent
commit
d25006ef62
  1. 11
      pages/authorization/index.vue

11
pages/authorization/index.vue

@ -13,10 +13,11 @@
</view> </view>
<!-- #endif --> <!-- #endif -->
<!-- #ifndef MP-WEIXIN --> <!-- #ifndef MP-WEIXIN -->
<view> <view class="force-login-wrap">
<view class="getUserInfo"> <image class="logo-bg" src="@/static/images/logo_bg.png" mode="aspectFill"></image>
<text>请先登录</text> <view class="force-login__content y-f">
<button type="primary" @tap="toLogin">去登录</button> <view class="login-notice">为了提供更优质的服务请先登录</view>
<button class="cu-btn author-btn" @tap="toLogin">去登录</button>
</view> </view>
</view> </view>
<!-- #endif --> <!-- #endif -->
@ -158,7 +159,7 @@
font-weight: 400; font-weight: 400;
color: rgba(200, 150, 61, 1); color: rgba(200, 150, 61, 1);
line-height: 44rpx; line-height: 44rpx;
width: 400rpx; width: 500rpx;
text-align: center; text-align: center;
margin-bottom: 80rpx; margin-bottom: 80rpx;
} }

Loading…
Cancel
Save