调整C端兼容性

This commit is contained in:
red-deng-deng 2021-11-29 10:48:11 +08:00
parent b4ef516e96
commit 966bb4e006
2 changed files with 8 additions and 3 deletions

View File

@ -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/loading.css">
<script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/js/api.js?v=1"></script>
<!-- <link rel="stylesheet" href="./homepage.css"> -->
</head>
<style scoped>
* {
@ -211,7 +210,7 @@
data() {
return {
swiperDataList: [], //轮播
layout: 1,
layout: 3,
maskshow: false,
proname: '黄金爱奇艺',
promtshow: false,

View File

@ -20,7 +20,13 @@
html {
font-size: 26.66666667vw;
}
@media screen and (min-width:900px){
html{
transform: scale(0.3);
margin-top: -2.6rem;
}
}
body {
padding: 0;
font-size: .14rem;