调整C端兼容性
This commit is contained in:
parent
b4ef516e96
commit
966bb4e006
|
@ -15,7 +15,6 @@
|
||||||
<link rel="stylesheet" href="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/css/homepage.css?v=1">
|
<link rel="stylesheet" href="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/css/homepage.css?v=1">
|
||||||
<link rel="stylesheet" href="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/css/loading.css">
|
<link rel="stylesheet" href="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/css/loading.css">
|
||||||
<script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/js/api.js?v=1"></script>
|
<script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/js/api.js?v=1"></script>
|
||||||
<!-- <link rel="stylesheet" href="./homepage.css"> -->
|
|
||||||
</head>
|
</head>
|
||||||
<style scoped>
|
<style scoped>
|
||||||
* {
|
* {
|
||||||
|
@ -211,7 +210,7 @@
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
swiperDataList: [], //轮播
|
swiperDataList: [], //轮播
|
||||||
layout: 1,
|
layout: 3,
|
||||||
maskshow: false,
|
maskshow: false,
|
||||||
proname: '黄金爱奇艺',
|
proname: '黄金爱奇艺',
|
||||||
promtshow: false,
|
promtshow: false,
|
||||||
|
|
|
@ -20,7 +20,13 @@
|
||||||
html {
|
html {
|
||||||
font-size: 26.66666667vw;
|
font-size: 26.66666667vw;
|
||||||
}
|
}
|
||||||
|
@media screen and (min-width:900px){
|
||||||
|
html{
|
||||||
|
transform: scale(0.3);
|
||||||
|
margin-top: -2.6rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: .14rem;
|
font-size: .14rem;
|
||||||
|
|
Loading…
Reference in New Issue