This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#root > #preLoader { | |
width: 100%; | |
text-align: center; | |
padding-top: 15rem; | |
font-size: 2rem; | |
font-weight: bold; | |
} | |
#root > #preLoader > div > span#first { | |
/*设置渐变背景,最好设置为能无缝拼接的渐变*/ | |
background-image: -webkit-linear-gradient(left, red, white 12.5%, red 25%, white 37.5%, red 50%, red 100%); |