msgRoot.uxml 2.6 KB

123456789
  1. <ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
  2. <ui:VisualElement name="msgRoot" style="flex-grow: 1; position: absolute; align-items: center; justify-content: space-around; width: 100%; height: 100%; flex-direction: column; transition-duration: 0.5s;">
  3. <ui:VisualElement name="msgField" style="flex-grow: initial; width: 240px; height: auto; top: auto; flex-shrink: initial; bottom: auto; background-color: rgba(255, 255, 255, 0.71); border-top-left-radius: 15px; border-top-right-radius: 15px; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; flex-direction: row; justify-content: space-around; flex-wrap: wrap; border-top-width: 2px; border-left-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-top-color: rgb(0, 0, 0); border-left-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0);">
  4. <ui:Label text="message body" name="msgBody" style="width: 100%; flex-wrap: nowrap; height: auto; -unity-font-definition: url(&quot;project://database/Assets/Font/MaoKenZhuYuanTi-MaokenZhuyuanTi-2.ttf?fileID=12800000&amp;guid=50a63638b44907e46a3fa871d63b7d39&amp;type=3#MaoKenZhuYuanTi-MaokenZhuyuanTi-2&quot;); padding-left: 4px; padding-right: 4px; min-height: 60px;" />
  5. <ui:Button text="yes" name="msgYes" style="width: 100px; height: 30px; margin-top: 10px; -unity-font-definition: url(&quot;project://database/Assets/Font/MaoKenZhuYuanTi-MaokenZhuyuanTi-2.ttf?fileID=12800000&amp;guid=50a63638b44907e46a3fa871d63b7d39&amp;type=3#MaoKenZhuYuanTi-MaokenZhuyuanTi-2&quot;); color: rgb(255, 255, 255); -unity-font-style: bold; background-color: rgba(0, 255, 0, 0.71); border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; margin-bottom: 10px;" />
  6. <ui:Button text="no" name="msgNo" style="width: 100px; height: 30px; margin-top: 10px; -unity-font-definition: url(&quot;project://database/Assets/Font/MaoKenZhuYuanTi-MaokenZhuyuanTi-2.ttf?fileID=12800000&amp;guid=50a63638b44907e46a3fa871d63b7d39&amp;type=3#MaoKenZhuYuanTi-MaokenZhuyuanTi-2&quot;); -unity-font-style: bold; color: rgb(255, 255, 255); background-color: rgba(255, 0, 0, 0.71); border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; margin-bottom: 10px;" />
  7. </ui:VisualElement>
  8. </ui:VisualElement>
  9. </ui:UXML>