Merge branch 'feature/mall_product' of http://117.33.142.185:3000/zenghuapei/cyywl_server into feature/mall_product
commit
02ff453ff1
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue