master
parent
9abc6b7614
commit
8e7b68678f
|
|
@ -1,3 +1,3 @@
|
||||||
ENV = 'development'
|
ENV = 'development'
|
||||||
|
|
||||||
VUE_APP_BASE_API = 'http://lcny.sk797.cn'
|
VUE_APP_BASE_API = 'https://lcny.sk797.cn'
|
||||||
|
|
@ -35,6 +35,9 @@ export default {
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import 'uview-ui/index.scss';
|
@import 'uview-ui/index.scss';
|
||||||
/*每个页面公共css */
|
/*每个页面公共css */
|
||||||
|
uni-modal {
|
||||||
|
z-index: 999999 !important;
|
||||||
|
}
|
||||||
|
|
||||||
body,
|
body,
|
||||||
uni-page-body {
|
uni-page-body {
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
v-model="password"
|
v-model="password"
|
||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
<button @tap="login()" type="button">登 录</button>
|
<u-button type="primary" shape="circle" @tap="login()">登 录</u-button>
|
||||||
<!-- <view class="reg" @tap="reg()">注 册</view> -->
|
<!-- <view class="reg" @tap="reg()">注 册</view> -->
|
||||||
</form>
|
</form>
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -134,15 +134,7 @@ export default {
|
||||||
padding-top: 80rpx;
|
padding-top: 80rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.t-login button {
|
|
||||||
font-size: 28rpx;
|
|
||||||
background: #2796f2;
|
|
||||||
color: #fff;
|
|
||||||
height: 90rpx;
|
|
||||||
line-height: 90rpx;
|
|
||||||
border-radius: 50rpx;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.t-login input {
|
.t-login input {
|
||||||
height: 90rpx;
|
height: 90rpx;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue