jsPro1js は HTML ページ全体のスタイルを動的に変更します (スキンの変更)。html
-equiv=" Content-Type" content="text/html; charset=utf-8"/>
ページ スタイルを動的に変更する
< ;/head>
input type="text" id="txt"/>
🎜>
jsPro1cssred.css
🎜>
コードをコピーします
コードは次のとおりです:
* {
色: 赤;
>カラー: #f00;ボーダー: 1px ソリッド
}
.btn {
背景色: #a52a2a;ボーダー: なし;カラー: 白;幅: 100 ピクセル;高さ: 28 ピクセル; 🎜>}
jsPro1cssblue.css
コードをコピー
コードは次のとおりです:
* {
margin: 0px;padding: 0px;
}
body {
background-color: #eeeeee; >span { 色: 青; } #txt { 色: #0000cd;ボーダー: 1px ソリッド }
.btn {
背景-カラー: #0000cd;ボーダー: なし;カラー: ホワイト;幅: 100 ピクセル;高さ: 28 ピクセル
}