|
@@ -15,7 +15,7 @@
|
15
|
15
|
|
16
|
16
|
<div class="button-box">
|
17
|
17
|
<van-cell-group>
|
18
|
|
- <van-cell class="user-button" title="注册" @click="handLogin()" />
|
|
18
|
+ <van-cell class="user-button" title="注册" icon="contact" @click="handLogin()" is-link />
|
19
|
19
|
</van-cell-group>
|
20
|
20
|
<!-- <button type="primary" @click="handLogin()">微信授权登录</button> -->
|
21
|
21
|
<!-- <van-button class="user-button" type="info" @click="handLogin()">注册</van-button> -->
|
|
@@ -109,6 +109,8 @@ export default {
|
109
|
109
|
width: 100%;
|
110
|
110
|
height: 100%;
|
111
|
111
|
.user-info {
|
|
112
|
+ background-color: #fff;
|
|
113
|
+ margin-bottom: 10px;
|
112
|
114
|
display: flex;
|
113
|
115
|
height: 20%;
|
114
|
116
|
padding-left: 24px;
|
|
@@ -132,13 +134,10 @@ export default {
|
132
|
134
|
}
|
133
|
135
|
}
|
134
|
136
|
.button-box {
|
135
|
|
- width: 97%;
|
|
137
|
+ width: 100%;
|
136
|
138
|
margin: 0 auto;
|
137
|
139
|
// box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.12);
|
138
|
140
|
.user-button {
|
139
|
|
- height: 50px;
|
140
|
|
- line-height: 30px;
|
141
|
|
-
|
142
|
141
|
// box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.12);
|
143
|
142
|
}
|
144
|
143
|
}
|