亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Flex中CSS文件如何使用

發布時間:2021-07-23 16:42:46 來源:億速云 閱讀:155 作者:Leah 欄目:編程語言

這篇文章給大家介紹Flex中CSS文件如何使用,內容非常詳細,感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。

一.使用<mx:Style>標簽

xml代碼

<?xmlversionxmlversion="1.0"encoding="utf-8"?> <mx:Applicationxmlns:mxmx:Applicationxmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">  <mx:Style> Button{  color:#ff0000;  borderColor:#cccccc;  themeColor:#00ff00;  fontFamily:Arial;  fontSize:12;  fontWeight:normal;  }  .mylinkButton{  rollOverColor:#00ff00;  selectionColor:#00ff00;  color:#ffff00;  }  </mx:Style>  <mx:Buttonxmx:Buttonx="10"y="10"label="Button"/> <mx:LinkButtonstyleNamemx:LinkButtonstyleName="mylinkButton"label="LinkButton"  x="10"y="40"/>  </mx:Application>

二.使用CSS文件

使用CSS文件和使用<mx:Style>標簽基本一樣。先創建一個CSS文件mystyle.CSS,并將上面的樣式內容復制進去。

CSS代碼

/*CSSfile*/  Button{  color:#ff0000;  borderColor:#cccccc;  themeColor:#00ff00;  fontFamily:Arial;  fontSize:12;  fontWeight:normal;  }  .mylinkButton{  rollOverColor:#00ff00;  selectionColor:#00ff00;  color:#ffff00;  textRollOverColor:#0000ff;  }

再修改我們的主程序,使用<mx:Style>標簽的source屬性,指定CSS文件

xml代碼

<?xmlversionxmlversion="1.0"encoding="utf-8"?> <mx:Applicationxmlns:mxmx:Applicationxmlns:mx="http://www.adobe.com/2006/mxml"  layout="absolute">  <mx:Stylesourcemx:Stylesource="CSS/mystyle.CSS"/>  <mx:Buttonxmx:Buttonx="10"y="10"label="Button"/> <mx:LinkButtonstyleNamemx:LinkButtonstyleName="mylinkButton"label="LinkButton"x="10"y="40"/>  </mx:Application>

三.使用編程方法

可以通過CSSStyleDeclaration對象,來設置CSS樣式,也可以通過Flex顯示對象的setStyle()來設置樣式。

privatefunctioninit():void{  myLinkBtn.setStyle("color","#ff0000");  myLinkBtn.setStyle("rollOverColor","#ffff00");  }

關于Flex中CSS文件如何使用就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

定远县| 阳山县| 武汉市| 罗山县| 新郑市| 通山县| 大姚县| 泊头市| 五原县| 巩留县| 静安区| 耿马| 佛坪县| 获嘉县| 双鸭山市| 贺兰县| 中江县| 宝坻区| 博乐市| 建阳市| 轮台县| 蛟河市| 旬邑县| 安陆市| 金阳县| 合阳县| 仙居县| 鹤峰县| 蓬莱市| 湛江市| 大渡口区| 泸溪县| 柘城县| 黄梅县| 五华县| 榕江县| 延长县| 子长县| 德庆县| 杭锦后旗| 宜兰县|