Commit f03fee08 authored by haiyoucuv's avatar haiyoucuv

新手引导

parent 9bf60218
......@@ -60,13 +60,14 @@
.scoreNum {
position: absolute;
left: 125px;
top: -2px;
top: 0;
width: 120px;
height: 100%;
font-size: 50px;
line-height: 50px;
font-weight: bold;
color: white;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
......@@ -82,18 +83,19 @@
height: 79px;
.webpBg("GamePage/cdBg.png");
display: flex;
align-items: center;
justify-content: center;
//display: flex;
//align-items: center;
//justify-content: center;
.cdNum {
position: absolute;
top: -2px;
top: 0;
height: 100%;
font-size: 50px;
line-height: 50px;
font-weight: bold;
color: white;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
......
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 to comment