Commit ee1c6fc9 authored by lixy's avatar lixy

详情

parent f15ea74a
@import './mixin'; @import './mixin';
@import './iconfont'; @import './iconfont';
html{
overflow-x: hidden;
}
* { * {
word-break: break-all; word-break: break-all;
color: #333; color: #333;
......
...@@ -82,7 +82,6 @@ ...@@ -82,7 +82,6 @@
font-weight: bold; font-weight: bold;
margin-bottom: 13px; margin-bottom: 13px;
} }
}
.detail-main-container{ .detail-main-container{
border-radius: 7px 7px 0 0; border-radius: 7px 7px 0 0;
box-shadow: 0px 0px 13px #666; box-shadow: 0px 0px 13px #666;
...@@ -223,5 +222,5 @@ ...@@ -223,5 +222,5 @@
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
} }
} }
}
</style> </style>
...@@ -239,9 +239,9 @@ ...@@ -239,9 +239,9 @@
margin-right: 13px; margin-right: 13px;
} }
} }
}
.detail-main-container{ .detail-main-container{
border-radius: 7px 7px 0 0; border-radius: 7px 7px 0 0;
padding-bottom: 60px;
box-shadow: 0px 0px 13px #666; box-shadow: 0px 0px 13px #666;
margin-top: -10px; margin-top: -10px;
z-index: 99; z-index: 99;
...@@ -376,5 +376,5 @@ ...@@ -376,5 +376,5 @@
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
} }
} }
}
</style> </style>
<template>
<div class="download-page">
<img
:src="startup"
alt="">
</div>
</template>
<script>
import config from "~/config";
export default {
head: {
title: "下载APP"
},
data() {
return {
startup: `${config.IMG_URL}startup.png`,
}
}
};
</script>
<style lang="scss">
@import "../assets/styles/mixin";
.download-page {
padding: 0;
}
</style>
...@@ -268,8 +268,8 @@ ...@@ -268,8 +268,8 @@
margin-right: 13px; margin-right: 13px;
} }
} }
}
.detail-main-container{ .detail-main-container{
padding-bottom: 60px;
border-radius: 7px 7px 0 0; border-radius: 7px 7px 0 0;
box-shadow: 0px 0px 13px #666; box-shadow: 0px 0px 13px #666;
margin-top: -10px; margin-top: -10px;
...@@ -405,5 +405,5 @@ ...@@ -405,5 +405,5 @@
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
} }
} }
}
</style> </style>
...@@ -321,8 +321,8 @@ ...@@ -321,8 +321,8 @@
.vehicle-detail-page { .vehicle-detail-page {
font-size: px2rem(24px); font-size: px2rem(24px);
}
.detail-main-container{ .detail-main-container{
padding-bottom: 60px;
border-radius: 7px 7px 0 0; border-radius: 7px 7px 0 0;
box-shadow: 0px 0px 13px #666; box-shadow: 0px 0px 13px #666;
margin-top: -10px; margin-top: -10px;
...@@ -458,5 +458,5 @@ ...@@ -458,5 +458,5 @@
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
} }
} }
}
</style> </style>
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