This commit is contained in:
zmr900709
2020-07-02 08:39:38 +08:00
parent f377c1823b
commit b7f5711c02
480 changed files with 3971 additions and 31 deletions

View File

@@ -37,7 +37,7 @@
</view>
<!-- denglu QQ weixin -->
<view class="buttones">
<u-button @click="loginOn">{{login}}</u-button>
<view @click="loginOn">{{login}}</view>
</view>
<u-mask :show="show" @click="show = false">
<view class="warp">
@@ -383,7 +383,7 @@
height: 22rpx;
}
.buttones .u-btn {
.buttones > view {
width: 628rpx;
height: 98rpx;
background: rgba(255, 120, 15, 1) !important;
@@ -391,10 +391,11 @@
margin: 0 auto;
font-size: 36rpx;
color: rgba(255, 255, 255, 1) !important;
line-height: 36px;
line-height: 98rpx;
border: 1px #ff780f solid;
outline: none;
border-color: rgba(255, 120, 15, 1) !important;
text-align: center;
}
.warp {