Commit d055be55 authored by agping's avatar agping

成交报告详情修改

parent b20f8017
......@@ -182,6 +182,9 @@
</section>
</main>
<footer class="tc">
撤销成交报告
</footer>
</div>
</template>
......@@ -278,14 +281,14 @@
nav>.nav-main>div.active::after {
content: '';
position: absolute;
left: 50%;
bottom: 2px;
width: 1.3rem;
margin-left: -.65rem;
height: .06rem;
border-radius: .03rem;
background-color: rgb(255, 161, 50);
position: absolute;
left: 50%;
bottom: 0px;
width: 1.1rem;
margin-left: -.57rem;
height: .06rem;
border-radius: .03rem;
background-color: rgb(255, 161, 50);
}
.main-sec-li {
......@@ -293,7 +296,6 @@
height: .9rem;
line-height: .9rem;
font-size: .3rem;
/*border-bottom: 1px solid #F0F0F0;*/
}
li {
......@@ -323,11 +325,11 @@
}
.deal-shop-top {
margin-top: .5rem;
margin-top: .46rem;
}
.deal-shop-adress {
margin-top: .3rem;
margin-top: .28rem;
}
.right {
......@@ -352,5 +354,19 @@
.width-170-border {
width: 1.6rem;
text-align: center;
}
footer{
position: fixed;
left: 0;
bottom: 0;
height: .92rem;
line-height: .92rem;
background: #FA903F;
color: #fff;
width: 100%;
font-size: .3rem;
}
</style>
\ No newline at end of file
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