Files
chuanqi-qycq-web/public/resource/eui_skins/web/Btn11Skin.exml
2025-09-30 17:43:06 +08:00

7 lines
635 B
XML

<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="Btn11Skin" states="up,down,disabled" width="130" height="50"
xmlns:e="http://ns.egret.com/eui">
<e:Rect left="2" right="2" top="2" bottom="2" fillColor="0x3f2108" fillColor.up="0x2d1705" fillColor.down="0x000000" fillColor.disabled="0x000000"/>
<e:Image left="0" top="0" bottom="0" right="0" visible.down="false" visible.disabled="false" scale9Grid="4,4,8,8" source=""/>
<e:Label id="labelDisplay" size="22" textColor="0xFFF2BE" horizontalCenter="0" verticalCenter="0" bold="true" text="按钮" size.down="20" size.disabled="20" textColor.disabled="0x686868"/>
</e:Skin>