需求变更

This commit is contained in:
yanran200730
2023-01-05 17:01:10 +08:00
parent f70e222118
commit 95aa779de1
3 changed files with 118 additions and 5 deletions

View File

@@ -105,6 +105,8 @@
<style lang="scss" socped>
.StoreDetail {
padding-bottom: 20px;
.banner {
position: absolute;
top: 0;
@@ -120,9 +122,12 @@
}
.wrapper {
position: relative;
position: absolute;
z-index: 2;
margin: 400px 16px 0;
left: 0;
top: 400px;
width: 100%;
padding: 0 16px;
.top {
display: flex;