|
@@ -43,7 +43,7 @@
|
|
|
</p>
|
|
|
</div>
|
|
|
<!-- <hr> -->
|
|
|
- <div class="footer align-items-center" style="justify-content: space-around;">
|
|
|
+ <div class="footer align-items-center" style="justify-content: space-between;">
|
|
|
<button class="btn btn-info" style="background: #4FDCA2;border:1px solid #4FDCA2" @click="open">联系我们</button>
|
|
|
<button class="btn btn-info" style="background: #fff;color:#666666;border:1px solid rgb(102, 102, 102,.5)" :data-id="info['id']" :data-key="key" @click="cancel">取消订单</button>
|
|
|
<a class="btn btn-info" style="background: #fff;color:#666666;border:1px solid rgb(102, 102, 102,.5)" :data-id="info['id']" :data-key="key" :data-type="info['order_type']"
|
|
@@ -86,7 +86,7 @@
|
|
|
</div>
|
|
|
<!-- <hr> -->
|
|
|
<div class="footer align-items-center" style="justify-content: flex-end;">
|
|
|
- <button class="btn btn-info" style="background: #4FDCA2" @click="open">联系我们</button>
|
|
|
+ <button class="btn btn-info btnLeft" style="background: #4FDCA2" @click="open">联系我们</button>
|
|
|
<a class="btn btn-info" style="background: #fff;color:#666666;border:1px solid rgb(102, 102, 102,.5)" :data-id="info['id']" :data-key="key" :data-type="info['order_type']"
|
|
|
v-on:click="goDetail">查看信息</a>
|
|
|
</div>
|
|
@@ -129,7 +129,7 @@
|
|
|
</div>
|
|
|
<!-- <hr> -->
|
|
|
<div class="footer align-items-center" style="justify-content: flex-end;">
|
|
|
- <button class="btn btn-info" style="background: #4FDCA2" @click="open">联系我们</button>
|
|
|
+ <button class="btn btn-info btnLeft" style="background: #4FDCA2" @click="open">联系我们</button>
|
|
|
<a class="btn btn-info" style="background: #fff;color:#666666;border:1px solid rgb(102, 102, 102,.5)" :data-id="info['id']" :data-key="key" :data-type="info['order_type']"
|
|
|
v-on:click="goDetail">查看信息</a>
|
|
|
</div>
|
|
@@ -143,7 +143,7 @@
|
|
|
<div class="more" v-if="data.moreShow">
|
|
|
<a href="javascript:void(0);" class="btn btn-light btn-block m-2 pt-3 pb-3" v-on:click="loadMore"
|
|
|
v-if="hasMore">点击加载更多</a>
|
|
|
- <p class="text-center" v-if="!hasMore">没有更多了</p>
|
|
|
+ <p class="text-center" style="color:#999" v-if="!hasMore">没有更多了</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -417,7 +417,7 @@ import login from "@/store/module/login";
|
|
|
}
|
|
|
.list /deep/.el-tabs__item {
|
|
|
color: #666;
|
|
|
- font-size: 1.3rem;
|
|
|
+ font-size: 1.4rem;
|
|
|
}
|
|
|
.list /deep/.el-tabs__nav-wrap {
|
|
|
background-color: #fff;
|
|
@@ -481,7 +481,7 @@ import login from "@/store/module/login";
|
|
|
.list .list-group-item {
|
|
|
border-radius: 0.833rem;
|
|
|
// padding: .5rem;
|
|
|
- padding: 1rem;
|
|
|
+ padding: 1rem 1rem 1.5rem 1rem;
|
|
|
margin: .5rem;
|
|
|
margin-bottom: 0;
|
|
|
background: #fff;
|
|
@@ -492,16 +492,19 @@ import login from "@/store/module/login";
|
|
|
// float: right;
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
- // justify-content: flex-end;
|
|
|
- // justify-content: space-around;
|
|
|
+ padding-top: 1rem;
|
|
|
.btn {
|
|
|
padding: 0.375rem 0.55rem;
|
|
|
}
|
|
|
.btn-info{
|
|
|
// margin: 0 0.5rem;
|
|
|
- margin: 0 0.2rem;
|
|
|
border: none;
|
|
|
- border-radius: 1.5rem;
|
|
|
+ // border-radius: 1.5rem;
|
|
|
+ border-radius: 0.5rem;
|
|
|
+ font-size: 1rem;
|
|
|
+ }
|
|
|
+ .btnLeft {
|
|
|
+ margin-right: 1rem;
|
|
|
}
|
|
|
}
|
|
|
.footer:first-child {
|
|
@@ -516,6 +519,7 @@ import login from "@/store/module/login";
|
|
|
font-size: 1.2rem;
|
|
|
p{
|
|
|
margin-top: 9rem;
|
|
|
+ color: #999
|
|
|
}
|
|
|
}
|
|
|
.section{
|