Commit befae2bc authored by linjw's avatar linjw
parents fd31daa5 688575d7
...@@ -2,6 +2,7 @@ body { ...@@ -2,6 +2,7 @@ body {
background: #f2f2f2; background: #f2f2f2;
height: 100%; height: 100%;
width: 100%; width: 100%;
min-width: 1120px;
} }
#newBridge .nb-middle{ #newBridge .nb-middle{
display: none !important; display: none !important;
...@@ -72,6 +73,7 @@ body { ...@@ -72,6 +73,7 @@ body {
.main-container{ .main-container{
margin-top:120px; margin-top:120px;
min-height: 600px; min-height: 600px;
min-width: 1120px;
} }
a{ a{
......
...@@ -70,9 +70,8 @@ ...@@ -70,9 +70,8 @@
} }
.footer-scan img{ .footer-scan img{
width: 100px; width: 120px;
height: 100px; margin: 5px;
padding: 5px;
} }
.footer-scan:last-child{ .footer-scan:last-child{
border: none; border: none;
......
module.exports = { module.exports = {
dev: { dev: {
MODE: 'development', MODE: 'development',
ENV_API: 'https://xxtest.upyuns.com' //测试服务器地址 ENV_API: 'https://xxtest.upyuns.com', //测试服务器地址
ROUTER_PATH:"/"
},
test: {
MODE: 'test',
ENV_API: 'https://xxtest.upyuns.com', //测试服务器地址
ROUTER_PATH:"/rvwebsite/"
}, },
pro: { pro: {
MODE: 'production', MODE: 'production',
ENV_API: 'https://mgmt.dfangche.com' // 正式服务器地址 ENV_API: 'https://mgmt.dfangche.com', // 正式服务器地址
ROUTER_PATH:"/"
} }
} }
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
width: 100%; width: 100%;
} }
.content-detail .cc-title{ .content-detail .cc-title{
padding: 5px; margin: 20px;
} }
.swiper-wrapper-thu{ .swiper-wrapper-thu{
/*max-width: 293px;*/ /*max-width: 293px;*/
......
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