提交 a0f0639c 编写于 作者: W wangnan

update index 990

上级 7c2f7417
<template>
<div>
<div class="container">
<template v-if="notWebgl">
<div class="css-aimation">
<div class="css-animation">
<div class="blue-bg">
<span class="phone"></span>
<span class="goods"></span>
......@@ -524,8 +524,12 @@ export default {
}
}
.container{
position: relative;
min-width:990px;
}
.wrapper {
position: fixed;
position: absolute;
top: 0;
right: 0;
bottom: 0;
......@@ -539,6 +543,7 @@ export default {
height: 64px;
display: flex;
align-items:center;
position: relative;
}
.menu {
position: absolute;
......@@ -734,8 +739,10 @@ export default {
}
}
.css-aimation{
position: relative;
.css-animation{
position: absolute;
top:0;
right:0;
transform: scale3d(1.06,1.06,1.06);
.blue-bg{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册