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>
|
<style lang="scss" scoped>
|
||||||
.box {
|
.box {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 207rpx 40rpx 0 40rpx;
|
padding: 207rpx 40rpx 30rpx 40rpx;
|
||||||
height: 100vh;
|
min-height: 100vh;
|
||||||
background: url(../../static/images/bg.png);
|
background: url(../../static/images/bg.png);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -424,7 +424,6 @@
|
||||||
.box-submit {
|
.box-submit {
|
||||||
background: linear-gradient(#FFC82B, #FD7A32);
|
background: linear-gradient(#FFC82B, #FD7A32);
|
||||||
margin-top: 127rpx;
|
margin-top: 127rpx;
|
||||||
margin-bottom: 75rpx;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -434,4 +433,4 @@
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -197,8 +197,8 @@
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.box {
|
.box {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 8% 40rpx 0 40rpx;
|
padding: 8% 40rpx 30rpx 40rpx;
|
||||||
height: 100vh;
|
min-height: 100vh;
|
||||||
background: url(../../static/images/bg.png);
|
background: url(../../static/images/bg.png);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -473,7 +473,6 @@
|
||||||
.box-submit {
|
.box-submit {
|
||||||
background: linear-gradient(#FFC82B, #FD7A32);
|
background: linear-gradient(#FFC82B, #FD7A32);
|
||||||
margin-top: 127rpx;
|
margin-top: 127rpx;
|
||||||
margin-bottom: 75rpx;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
@ -175,8 +175,8 @@ import store from '@/store/index';
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.box {
|
.box {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 8% 40rpx 0 40rpx;
|
padding: 8% 40rpx 30rpx 40rpx;
|
||||||
height: 100vh;
|
min-height: 100vh;
|
||||||
background: url(../../static/images/bg.png);
|
background: url(../../static/images/bg.png);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -451,7 +451,6 @@ import store from '@/store/index';
|
||||||
.box-submit {
|
.box-submit {
|
||||||
background: linear-gradient(#FFC82B, #FD7A32);
|
background: linear-gradient(#FFC82B, #FD7A32);
|
||||||
margin-top: 127rpx;
|
margin-top: 127rpx;
|
||||||
margin-bottom: 75rpx;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in New Issue