From 661cc18bf5b107706f1945367b661ef8fdd29e3e Mon Sep 17 00:00:00 2001 From: chengyujia <chengyujia@vchangyi.com> Date: Sat, 18 Jan 2020 14:38:27 +0800 Subject: [PATCH] 修改前端样式 --- barrage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/barrage.html b/barrage.html index b85c8ea..51adb8a 100644 --- a/barrage.html +++ b/barrage.html @@ -9,7 +9,7 @@ html, body {padding: 0;margin: 0;height:100%;overflow: hidden;} img {display: block;} * {padding: 0;margin: 0;} - .container {width: 100%;height: 100%;background: #000 url('./img/pc/barrage_bg.png') no-repeat center;background-size: 420px 100px;} + .container {width: 100%;height: 100%;background: #000 url('./img/pc/barrage_bg.png') no-repeat center;background-size: 700px 180px;} </style> </head> @@ -38,7 +38,7 @@ danmaku.emit({ text: msg, style: { - fontSize: '35px', + fontSize: '40px', fontWeight: '500', color: colors[colorIndex], top: topNum * 50 + 'px' -- libgit2 0.22.2