|
|
@ -302,10 +302,10 @@ |
|
|
<style lang="scss"> |
|
|
<style lang="scss"> |
|
|
.store-settled { |
|
|
.store-settled { |
|
|
background-color: #FA844C; |
|
|
background-color: #FA844C; |
|
|
min-height: 100vh; |
|
|
height: 100vh; |
|
|
background-repeat: no-repeat; |
|
|
background-repeat: no-repeat; |
|
|
background-size: 100% auto; |
|
|
background-size: 100% auto; |
|
|
overflow: hidden; |
|
|
overflow: auto; |
|
|
|
|
|
|
|
|
.content { |
|
|
.content { |
|
|
margin-top: 60rpx; |
|
|
margin-top: 60rpx; |
|
|
|