Commit 8f28a37c authored by xd's avatar xd

样式调整--18:30

parent 33734adf
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
<div class="container"> <div class="container">
<div> <div>
<div class="topb"> <div class="topb">
<img src="../../../public/img/zhuanpanbg.png" alt="" />
</div> </div>
<div class="title"> <div class="title">
<span class="bt">服装店幸运抽奖</span> <span class="bt">服装店幸运抽奖</span>
...@@ -78,10 +77,10 @@ p { ...@@ -78,10 +77,10 @@ p {
.topb { .topb {
width: 100%; width: 100%;
height: 200px; height: 200px;
background:url(../../../public/img/zpbg.png) no-repeat;
background-size: cover;
} }
.topb img {
width: 100%;
}
.title { .title {
width: 100%; width: 100%;
height: 50px; height: 50px;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="container"> <div class="container">
<div> <div>
<div class="topb"> <div class="topb">
<img src="../../../public/img/zpbg.png" alt="" /> <!-- <img src="../../../public/img/zpbg.png" alt="" /> -->
</div> </div>
<div class="title"> <div class="title">
<span class="bt">服装店幸运抽奖</span> <span class="bt">服装店幸运抽奖</span>
...@@ -74,6 +74,8 @@ p { ...@@ -74,6 +74,8 @@ p {
.topb { .topb {
width: 100%; width: 100%;
height: 200px; height: 200px;
background:url(../../../public/img/zpbg.png) no-repeat;
background-size: cover;
} }
.topb img { .topb img {
width: 100%; width: 100%;
......
...@@ -51,7 +51,6 @@ export default { ...@@ -51,7 +51,6 @@ export default {
<style scoped> <style scoped>
.pic { .pic {
height: 166px;
width: 100%; width: 100%;
margin-bottom: 14px; margin-bottom: 14px;
} }
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
<div class="tj"> <div class="tj">
点击添加专柜主题图 点击添加专柜主题图
</div> </div>
<img src="../../../public/img/cswiper.png" />
</div> </div>
<div class="banner"> <div class="banner">
<van-uploader class="upload" v-model="bannerList" :max-count="4"> <van-uploader class="upload" v-model="bannerList" :max-count="4">
...@@ -186,6 +185,7 @@ export default { ...@@ -186,6 +185,7 @@ export default {
width: 100%; width: 100%;
} }
.container { .container {
min-height: 100%;
height: auto; height: auto;
background: #F8F8F8; background: #F8F8F8;
display: flex; display: flex;
...@@ -196,11 +196,8 @@ export default { ...@@ -196,11 +196,8 @@ export default {
.img { .img {
width: 100%; width: 100%;
height: 200px; height: 200px;
background-color: pink;
position: relative; position: relative;
} background:url(../../../public/img/cswiper.png) repeat;
.img img {
width: 100%;
} }
.mb { .mb {
position: absolute; position: absolute;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment