Net.Like.Xue.Tokyo/Assets/BITKit/Unity/UX/ux_global_alert.uxml

16 lines
1.7 KiB
Plaintext

<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
<Style src="project://database/Assets/BITKit/Unity/UX/Common/Common.uss?fileID=7433441132597879392&amp;guid=a3a69d3518fd02b489e721f3c5b0b539&amp;type=3#Common" />
<Style src="project://database/Assets/BITKit/Unity/UX/BITAlert.uss?fileID=7433441132597879392&amp;guid=8d0db0fee932f5342988f09217d6309a&amp;type=3#BITAlert" />
<ui:VisualElement name="Background" style="position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.91);" />
<ui:VisualElement name="Center" class="alert-container" style="margin-left: auto; margin-right: auto; margin-top: auto; margin-bottom: auto; -unity-text-align: upper-center;">
<ui:Label text="Title" display-tooltip-when-elided="true" name="title-label" style="-unity-font-style: bold; font-size: 24px;" />
<ui:ScrollView style="max-height: 512px;">
<ui:Label text="This is long context&#10;this is next line" display-tooltip-when-elided="true" name="context-label" style="font-size: 20px;" />
</ui:ScrollView>
<ui:VisualElement style="flex-direction: row; justify-content: center;">
<ui:Button text="取消" display-tooltip-when-elided="true" name="cancel-button" class="ma-8" style="width: 128px; max-width: 256px;" />
<ui:Button text="确认" display-tooltip-when-elided="true" name="confirm-button" class="ma-8" style="width: 128px; max-width: 256px;" />
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML>