Commit 81188fd9 authored by lixy's avatar lixy

首页细节调整

parent 273d18b4
...@@ -99,7 +99,7 @@ input[disabled] { ...@@ -99,7 +99,7 @@ input[disabled] {
background: #fff; background: #fff;
color: #333; color: #333;
width:100%; width:100%;
border-bottom: 1px solid #dfdfdf; border-bottom: 1px solid #eee;
} }
.ellipsis { .ellipsis {
overflow: hidden;white-space: nowrap;text-overflow:ellipsis;word-wrap:break-word;word-break:break-all; overflow: hidden;white-space: nowrap;text-overflow:ellipsis;word-wrap:break-word;word-break:break-all;
......
<template> <template>
<div style="background: #F8F8F8;"> <div style="background: #F8F8F8;">
<div class="more-way-title"> <div class="more-way-title">
关注·了解更多资讯 关注
<span
class="circle-black"
style="font-size: 18px">·</span>了解更多资讯
</div> </div>
<div class="flex-aic-jcb more-way"> <div class="flex-aic-jcb more-way">
<div <div
...@@ -26,8 +29,10 @@ ...@@ -26,8 +29,10 @@
<div class="tc">欣新房车</div> <div class="tc">欣新房车</div>
<div class="tc">助手小程序</div> <div class="tc">助手小程序</div>
</div> </div>
</div> </div>
<div
class="tc"
style="margin-top: -5px;margin-bottom: 20px;color: #999;">长按识别二维码</div>
<div class="footer-container"> <div class="footer-container">
<div class="flex-aic-jcc"> <div class="flex-aic-jcc">
<a <a
...@@ -94,19 +99,20 @@ ...@@ -94,19 +99,20 @@
width: 110px; width: 110px;
margin-bottom: 10px; margin-bottom: 10px;
border-radius: 3px; border-radius: 3px;
padding-bottom: 30px; padding-bottom: 10px;
box-shadow: 2px 3px 13px rgba(153,153,153,0.2); box-shadow: 2px 3px 13px rgba(153,153,153,0.2);
background: #fff;
div{ div{
color: #999; color: #666;
font-size: 14px; font-size: 14px;
} }
} }
.footer-container{ .footer-container{
padding: 17px 0 13px 0; padding: 17px 0.4rem 17px 0.4rem;
background: #16192C; background: #16192C;
.contact{ .contact{
color: #eee; color: #eee;
font-size: 12px; font-size: 14px;
} }
.contact-img{ .contact-img{
width: 130px; width: 130px;
...@@ -114,12 +120,12 @@ ...@@ -114,12 +120,12 @@
margin-left: 13px; margin-left: 13px;
} }
.company-addr{ .company-addr{
margin-top: 17px; margin-top: 15px;
color: #6D6E7C; color: #6D6E7C;
text-align: center; text-align: center;
} }
.company-name{ .company-name{
border-bottom: 1px solid #5C5D61; border-bottom: 1px solid #353648;
padding-bottom: 17px; padding-bottom: 17px;
color: #6D6E7C; color: #6D6E7C;
text-align: center; text-align: center;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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