Commit 9f410c15 authored by jsz315's avatar jsz315

Merge branch 'develop' of gitlab2.dui88.com:jiangsizhi/duiba-h5-frame into develop

parents 44081519 e1476e94
......@@ -55,7 +55,7 @@
"head": null,
"myself": 0,
"notLogin": 1,
"status": 1,
"status": 2,
"sellerCardVO": null
}]
}
\ No newline at end of file
......@@ -37,7 +37,7 @@
color: #333333;
letter-spacing: 0.44px;
width: 670px;
margin: 32px auto;
margin: 0 auto 20px;
font-weight: 600;
position: relative;
.see-more__link{
......@@ -51,7 +51,7 @@
}
.no-bottom{
margin-bottom: 0;
margin-top: 60px;
margin-top: 40px;
}
.f-shadow{
position: relative;
......@@ -63,8 +63,8 @@
.home{
border-radius: 20px;
width: 670px;
margin: 30px auto 70px;
padding: 16px 0;
margin: 30px auto 40px;
padding-top: 16px;
position: relative;
// box-shadow: @shadow;
&.activity{
......@@ -104,7 +104,7 @@
height: 150px;
position: relative;
.pic{
width: 620px;
width: 630px;
height: 236px;
position: absolute;
bottom: 0;
......@@ -275,10 +275,9 @@
overflow: hidden;
// border: solid 1px #999;
// box-shadow: @shadow;
padding: 0 10px;
box-sizing: border-box;
.activity__item{
padding: 24px;
padding: 20px;
font-size: 0;
}
p{
......@@ -286,6 +285,8 @@
}
.activity-process{
width: 100%;
display: flex;
justify-content: space-between;
// .title__block{
// height: 40px;
// margin-bottom: 14px;
......
......@@ -33,7 +33,7 @@
</div>
</div>
</div>
<div class="activity-soon duiui-flex duiui-flex--spacebetween">
<!-- <div class="activity-soon duiui-flex duiui-flex--spacebetween">
<div class="activity__item " v-for="item2 in activitLyist.activity_soon" :key="item2.id">
<div @click="goActivitySetting(item2)">
<div class="title__block">
......@@ -45,7 +45,7 @@
<div class="b-title">{{item2.title}}</div>
</div>
</div>
</div>
</div> -->
</div>
</div>
</section>
......
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