Commit d055be55 authored by agping's avatar agping

成交报告详情修改

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