Commit 88407966 by liangjianmin

css

parent 0293dc04
...@@ -99,8 +99,8 @@ body, html { ...@@ -99,8 +99,8 @@ body, html {
} }
.star1 { .star1 {
right: 255px; right: 252px;
bottom: 174px; bottom: 165px;
width: 21px; width: 21px;
height: 21px; height: 21px;
} }
...@@ -397,7 +397,7 @@ body, html { ...@@ -397,7 +397,7 @@ body, html {
margin: 0 auto; margin: 0 auto;
width: 359px; width: 359px;
height: 57px; height: 57px;
background: url("../../images/vis/i2.png") no-repeat center; background: url("../../images/vis/i2.png?21212") no-repeat center;
background-size: cover; background-size: cover;
font-size: 22px; font-size: 22px;
color: #c0d9ff; color: #c0d9ff;
...@@ -407,7 +407,7 @@ body, html { ...@@ -407,7 +407,7 @@ body, html {
position: relative; position: relative;
width: 416px; width: 416px;
height: 220px; height: 220px;
background: url("../../images/vis/i1.png") no-repeat center; background: url("../../images/vis/i1.png?1212") no-repeat center;
background-size: cover; background-size: cover;
} }
......
...@@ -270,8 +270,8 @@ html { ...@@ -270,8 +270,8 @@ html {
border-radius: 50%; border-radius: 50%;
} }
.home-page .map-box .star1 { .home-page .map-box .star1 {
right: 255px; right: 252px;
bottom: 174px; bottom: 165px;
width: 21px; width: 21px;
height: 21px; height: 21px;
} }
...@@ -517,7 +517,7 @@ html { ...@@ -517,7 +517,7 @@ html {
margin: 0 auto; margin: 0 auto;
width: 359px; width: 359px;
height: 57px; height: 57px;
background: url("../../images/vis/i2.png") no-repeat center; background: url("../../images/vis/i2.png?21212") no-repeat center;
background-size: cover; background-size: cover;
font-size: 22px; font-size: 22px;
color: #c0d9ff; color: #c0d9ff;
...@@ -526,7 +526,7 @@ html { ...@@ -526,7 +526,7 @@ html {
position: relative; position: relative;
width: 416px; width: 416px;
height: 220px; height: 220px;
background: url("../../images/vis/i1.png") no-repeat center; background: url("../../images/vis/i1.png?1212") no-repeat center;
background-size: cover; background-size: cover;
} }
.home-page .data-left .box2 { .home-page .data-left .box2 {
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link type="favicon" rel="shortcut icon" href="favicon.ico"/> <link type="favicon" rel="shortcut icon" href="favicon.ico"/>
<link rel="stylesheet" type="text/css" href="./css/vis/index.min.css"/> <link rel="stylesheet" type="text/css" href="./css/vis/index.min.css?124545"/>
</head> </head>
<body> <body>
......
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 sign in to comment