|
|
@@ -51,7 +51,7 @@
|
|
|
</swiper>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <van-sticky :offset-top="118">
|
|
|
+ <van-sticky :offset-top="125">
|
|
|
<div class="tab">
|
|
|
<img
|
|
|
class="imges"
|
|
|
@@ -129,12 +129,11 @@ export default {
|
|
|
.container {
|
|
|
padding-bottom: 460px;
|
|
|
.top {
|
|
|
- padding: 0 16px;
|
|
|
.address {
|
|
|
- padding-top: 60px;
|
|
|
+ padding: 60px 0 0 16px;
|
|
|
.flex();
|
|
|
.avatar {
|
|
|
- margin: 0 6px 0 16px;
|
|
|
+ margin-right: 6px;
|
|
|
width: 48px;
|
|
|
height: 48px;
|
|
|
border-radius: 8px !important;
|
|
|
@@ -147,7 +146,7 @@ export default {
|
|
|
}
|
|
|
.mytest {
|
|
|
.mytest();
|
|
|
- height: 118px;
|
|
|
+ height: 122px;
|
|
|
img {
|
|
|
width: 100vw;
|
|
|
display: block;
|
|
|
@@ -155,6 +154,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.con {
|
|
|
+ padding: 0 16px;
|
|
|
.mytest2 {
|
|
|
.mytest();
|
|
|
height: 288px;
|
|
|
@@ -186,6 +186,7 @@ export default {
|
|
|
.swiper {
|
|
|
width: 100%;
|
|
|
height: 160px;
|
|
|
+ margin-bottom: 20px;
|
|
|
img {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
@@ -197,13 +198,15 @@ export default {
|
|
|
.flex();
|
|
|
padding: 0 16px;
|
|
|
background: #fff;
|
|
|
+ height: 44px;
|
|
|
.tabs {
|
|
|
font-size: 16px;
|
|
|
font-weight: 400;
|
|
|
color: #c8c9cc;
|
|
|
line-height: 22px;
|
|
|
- z-index: 999;
|
|
|
- margin: 26px 34px 0 0;
|
|
|
+ z-index: 88;
|
|
|
+ margin: 9px 34px 0 0;
|
|
|
+ // margin: 26px 34px 0 0;
|
|
|
padding-bottom: 10px;
|
|
|
&.active {
|
|
|
font-size: 18px;
|
|
|
@@ -224,7 +227,7 @@ export default {
|
|
|
position: absolute;
|
|
|
width: 16px;
|
|
|
height: 16px;
|
|
|
- padding: 12px 0 0 72px;
|
|
|
+ padding-left: 72px;
|
|
|
}
|
|
|
}
|
|
|
.conTent {
|