云朵位置修正

This commit is contained in:
2023-10-13 08:27:25 +08:00
parent aa0875ae9e
commit 624f21cc84
1 changed files with 2 additions and 2 deletions

View File

@ -182,9 +182,9 @@ export function UploadMusic(options) {
fontSize: '3rem', fontSize: '3rem',
fontWeight: 'bold', fontWeight: 'bold',
position: 'relative', position: 'relative',
top: '-1.5rem', top: '-2.25rem',
color: '#e7f4fd', color: '#e7f4fd',
textShadow: '0 1px 1px #fff' textShadow: '0 1px 1px #fff',
//textShadow: '0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #000, 0 0 25px #000, 0 0 30px #000, 0 0 35px #000, 0 0 40px #000, 0 0 45px #000, 0 0 50px #000, 0 0 55px #000, 0 0 60px #000, 0 0 65px #000, 0 0 70px #000, 0 0 75px #000' //textShadow: '0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #000, 0 0 25px #000, 0 0 30px #000, 0 0 35px #000, 0 0 40px #000, 0 0 45px #000, 0 0 50px #000, 0 0 55px #000, 0 0 60px #000, 0 0 65px #000, 0 0 70px #000, 0 0 75px #000'
} }
}) })