1234567 |
- <ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="True">
- <Style src="project://database/Assets/UI%20Toolkit/Style/rootStyle.uss?fileID=7433441132597879392&guid=b30eb17a0ca8bf64087af4e59d565fdd&type=3#rootStyle" />
- <ui:VisualElement name="confirmArea" style="flex-grow: initial; flex-direction: row; align-items: center; justify-content: space-around; min-height: 0; bottom: 0; position: absolute; width: 100%; align-self: center; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px;">
- <ui:Button text="Confirm" name="confirm" class="MainManuButton button" />
- <ui:Button text="Cancel" name="cancel" class="MainManuButton" style="width: 35%; height: 40px; min-width: initial; min-height: initial; border-top-left-radius: 15px; border-top-right-radius: 15px; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; -unity-font-definition: url("project://database/Assets/Font/MaoKenZhuYuanTi-MaokenZhuyuanTi-2.ttf?fileID=12800000&guid=50a63638b44907e46a3fa871d63b7d39&type=3#MaoKenZhuYuanTi-MaokenZhuyuanTi-2"); background-color: rgba(236, 67, 37, 0.78);" />
- </ui:VisualElement>
- </ui:UXML>
|