* screen container add bg-image

This commit is contained in:
宋辰轩
2022-12-26 13:58:14 +08:00
parent 130cdfcbba
commit 635d42682c
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
.title {padding-top:39px; padding-left:525px; white-space:nowrap; color:#B2D5E5; font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,'PingFang SC','Source Han Sans CN','Source Han Sans','Source Han Serif','Hiragino Sans GB','WenQuanYi Micro Hei','Microsoft YaHei',sans-serif; letter-spacing:5px;}
.time {position:absolute; right:10px; top:30px; color:#eee}
body {background:rgb(0,16,40);}
.content {display:flex; justify-content:center; margin-top: 20px;}
.burn {width: 1300px; display: flex; flex-wrap: wrap; justify-content: space-around; padding: 10px 0;}
body {background:rgb(0,16,40);}
.burn > .container {flex: 0 0 33%; margin-top: 40px; height: 370px; width: 370px;}
.burn > .container {flex: 0 0 33%; margin-top: 40px; height: 370px; width: 370px; background-image:url("/static/images/burn_bg.png"); background-repeat:no-repeat; background-size: 100% 100%}
+1 -1
View File
@@ -79,7 +79,7 @@ function initBurnChar()
width: 2,
type: 'solid'
}
}
},
},
series: [
{
Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB