您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
40 行
929 B
40 行
929 B
.end-screen {
|
|
background-image: none;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.top-image {
|
|
background-image: url('/Assets/UI/EndScreenlogo.png');
|
|
-unity-background-scale-mode: scale-to-fit;
|
|
width: 238px;
|
|
height: 191px;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
align-items: center;
|
|
}
|
|
|
|
.logo {
|
|
background-image: url('/Assets/UI/Elements/ui_logo.png');
|
|
height: 180px;
|
|
-unity-background-scale-mode: scale-to-fit;
|
|
justify-content: center;
|
|
width: 425px;
|
|
margin-top: -58px;
|
|
}
|
|
|
|
.labels-container {
|
|
-unity-text-align: upper-center;
|
|
}
|
|
|
|
.match-over-label {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
-unity-font: url('/Assets/UI/Fonts/LilitaOne-Regular.ttf');
|
|
color: rgb(255, 255, 255);
|
|
font-size: 51px;
|
|
}
|
|
|
|
.winner-label {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
-unity-font: url('/Assets/UI/Fonts/LilitaOne-Regular.ttf');
|
|
color: rgb(255, 255, 255);
|
|
font-size: 26px;
|
|
}
|