|
@@ -5,8 +5,8 @@
|
|
|
<image src="../../static/img/sign_bg.png" mode="" class="euroImg"></image>
|
|
|
</view>
|
|
|
|
|
|
- <view class="title1">欢迎使用车蓝图养车小程序</view>
|
|
|
- <view class="title2">车蓝图养车为您的爱车提供全方面的功能支持 为保证您能正常使用,请以此授权微信和手机号</view>
|
|
|
+
|
|
|
+ <view class="title2">请完成微信授权以继续使用</view>
|
|
|
<button class="wxlogin" @click="wxgologin">授权微信用户信息</button>
|
|
|
<view class="title3" @click="goIndex">取消授权</view>
|
|
|
</view>
|
|
@@ -134,28 +134,22 @@
|
|
|
|
|
|
<style scoped>
|
|
|
.euroImg {
|
|
|
- width: 440rpx;
|
|
|
- height: 360rpx;
|
|
|
+ width: 290rpx;
|
|
|
+ height: 140rpx;
|
|
|
}
|
|
|
|
|
|
.logoBox {
|
|
|
text-align: center;
|
|
|
- padding-top: 160rpx;
|
|
|
+ padding-top: 219rpx;
|
|
|
}
|
|
|
|
|
|
- .title1 {
|
|
|
- font-size: 30rpx;
|
|
|
- text-align: center;
|
|
|
- font-weight: bold;
|
|
|
- color: #3C3C3C;
|
|
|
- margin-top: 113rpx;
|
|
|
- }
|
|
|
+
|
|
|
.title2 {
|
|
|
+ padding-top: 220rpx;
|
|
|
font-size: 26rpx;
|
|
|
text-align: center;
|
|
|
- color: #999999;
|
|
|
- margin: 20rpx 98rpx 80rpx;
|
|
|
- text-indent: 1em;
|
|
|
+ color: #576B95;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.wxlogin {
|