上部タイトルバー表示

1, 上部タイトル バーの初期状態を設計します

Display:

微信图片_20180314141101.png

2、次のようにカラー スタイル

body{ margin: 0; margin-bottom: 80px; background-color:lightblue; } #nav{ width: 100%; background-color: skyblue; height: 80px; left: 0; top: 0; position: fixed; z-index: 2; /*text-align: center;*/ } #inner-nav{ width: 1000px; margin: 0 auto; text-decoration: none; text-align: right; height: 80px; line-height: 80px; } #inner-nav a{ margin: 0 20px; text-decoration: none; color: blue; font-size: 24px; display: inline-block; height: 80px; } #inner-nav a:hover{ background-color: white; }

を追加します:

微信图片_20180314141314.png

学び続ける
私たちについて 免責事項 Sitemap
PHP中国語ウェブサイト:福祉オンライン PHP トレーニング,PHP 学習者の迅速な成長を支援します!