Commit c0962327 by doszhang

dos

parent 26ab5a16
...@@ -65,6 +65,15 @@ ...@@ -65,6 +65,15 @@
transform: translate(0, -50%); transform: translate(0, -50%);
-webkit-transform: translate(0, -50%); -webkit-transform: translate(0, -50%);
} }
.logo {
background: url(__CDN__/images/logo.png);
background-size: 100%;
width: 150px;
height: 63px;
position: absolute;
top: 0;
height: 0;
}
</style> </style>
</head> </head>
<body> <body>
...@@ -82,6 +91,7 @@ ...@@ -82,6 +91,7 @@
<div class="zhou"></div> <div class="zhou"></div>
<div class="c-d"></div> <div class="c-d"></div>
<div class="game-bj"></div> <div class="game-bj"></div>
<div class="logo"></div>
<div class="word"></div> <div class="word"></div>
<div class="hand"></div> <div class="hand"></div>
<div class="btn-next-map"></div> <div class="btn-next-map"></div>
......
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