Net.Like.Xue.Tokyo/Assets/Artists/UX/ui_quest_list.uxml

20 lines
2.7 KiB
Plaintext
Raw Normal View History

2025-06-09 15:55:24 +08:00
<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">
<ui:Template name="ui_quest_list-template" src="project://database/Assets/Artists/UX/ui_quest_list-template.uxml?fileID=9197481963319205126&amp;guid=80dafa074bd51f841abb8bbfdd703a0e&amp;type=3#ui_quest_list-template" />
<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/Artists/UX/Style.uss?fileID=7433441132597879392&amp;guid=506d41b7c5d56a44bb5845e69055a5eb&amp;type=3#Style" />
<ui:VisualElement style="min-width: 512px; min-height: 256px; background-color: rgba(0, 0, 0, 0.92); border-top-left-radius: 16px; border-top-right-radius: 16px; border-bottom-right-radius: 16px; border-bottom-left-radius: 16px; position: absolute; left: 8%; top: 8%; right: 8%; bottom: 8%; padding-top: 8px; padding-right: 16px; padding-bottom: 8px; padding-left: 16px; border-top-width: 0; border-right-width: 0; border-bottom-width: 1px; border-left-width: 0; border-left-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-top-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255);">
<ui:VisualElement style="flex-direction: row; align-items: center;">
<ui:VisualElement style="width: 20px; height: 20px; background-image: url(&quot;project://database/Assets/Arts/Artsystack%20-Modern%20Multiplayer%20GUI/ResourcesData/Sprites/icons/open%20book.png?fileID=21300000&amp;guid=22a88acf60d94c94a80e3e520b39d6d8&amp;type=3#open book&quot;); top: 2px;" />
<ui:Label tabindex="-1" text="任务日记" parse-escape-sequences="true" display-tooltip-when-elided="true" class="tl" />
</ui:VisualElement>
<ui:VisualElement style="flex-grow: 1;">
<ui:ScrollView style="height: 100%;">
<ui:VisualElement name="quest-container">
<ui:Instance template="ui_quest_list-template" name="ui_quest_list-template" />
</ui:VisualElement>
</ui:ScrollView>
</ui:VisualElement>
<ui:VisualElement picking-mode="Ignore" style="width: 384px; height: 384px; background-image: url(&quot;project://database/Assets/BITKit/Unity/Art/Icons/ic_round-question-mark.png?fileID=21300000&amp;guid=b784648f27b84f54cb79bee10a90339b&amp;type=3#ic_round-question-mark&quot;); -unity-background-image-tint-color: rgba(255, 255, 255, 0.1); position: absolute; right: 30px; bottom: 24px;" />
</ui:VisualElement>
</ui:UXML>