您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
30 行
688 B
30 行
688 B
.screen {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.card-panel {
|
|
flex-direction: row;
|
|
}
|
|
|
|
.card-back-slot {
|
|
background-image: url('/Assets/UI/Elements/ui_card_back.png');
|
|
-unity-background-scale-mode: scale-to-fit;
|
|
width: 100px;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
margin-top: 0;
|
|
margin-bottom: 30px;
|
|
height: 100px;
|
|
}
|
|
|
|
.play-area-container {
|
|
flex-direction: row;
|
|
-unity-background-scale-mode: stretch-to-fill;
|
|
background-color: rgba(255, 255, 255, 0);
|
|
background-image: url('/Assets/UI/Elements/ui_stone_slab.png');
|
|
flex-grow: 1;
|
|
margin-left: 0;
|
|
margin-right: 12px;
|
|
margin-top: 0;
|
|
margin-bottom: 16px;
|
|
}
|