uniapp 会员申请ui

pull/2/head
Jruome 2023-05-19 11:40:50 +08:00
parent 91b21f344d
commit 9d95f2cae7
3 changed files with 7 additions and 10 deletions

View File

@ -169,8 +169,8 @@
<style lang="scss" scoped>
.box {
position: relative;
padding: 207rpx 40rpx 0 40rpx;
height: 100vh;
padding: 207rpx 40rpx 30rpx 40rpx;
min-height: 100vh;
background: url(../../static/images/bg.png);
background-size: cover;
background-repeat: no-repeat;
@ -424,7 +424,6 @@
.box-submit {
background: linear-gradient(#FFC82B, #FD7A32);
margin-top: 127rpx;
margin-bottom: 75rpx;
display: flex;
justify-content: center;
align-items: center;
@ -434,4 +433,4 @@
font-size: 32rpx;
}
}
</style>
</style>

View File

@ -197,8 +197,8 @@
<style lang="scss" scoped>
.box {
position: relative;
padding: 8% 40rpx 0 40rpx;
height: 100vh;
padding: 8% 40rpx 30rpx 40rpx;
min-height: 100vh;
background: url(../../static/images/bg.png);
background-size: cover;
background-repeat: no-repeat;
@ -473,7 +473,6 @@
.box-submit {
background: linear-gradient(#FFC82B, #FD7A32);
margin-top: 127rpx;
margin-bottom: 75rpx;
display: flex;
justify-content: center;
align-items: center;

View File

@ -175,8 +175,8 @@ import store from '@/store/index';
<style lang="scss" scoped>
.box {
position: relative;
padding: 8% 40rpx 0 40rpx;
height: 100vh;
padding: 8% 40rpx 30rpx 40rpx;
min-height: 100vh;
background: url(../../static/images/bg.png);
background-size: cover;
background-repeat: no-repeat;
@ -451,7 +451,6 @@ import store from '@/store/index';
.box-submit {
background: linear-gradient(#FFC82B, #FD7A32);
margin-top: 127rpx;
margin-bottom: 75rpx;
display: flex;
justify-content: center;
align-items: center;