您好,登錄后才能下訂單哦!
本篇內(nèi)容主要講解“怎么編寫直播源代碼實現(xiàn)分欄”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“怎么編寫直播源代碼實現(xiàn)分欄”吧!
html頁面
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="diy.css"> <title>DIY</title> </head> <body> <header> <a href="#"> <img src="avatar.jpg" alt="沒有頭像"> </a> <p>個性簽名:hhhhhhhhhhhhhhhhhhhhhhhha</p> <div>鏈接</div> </header> <main> <h2>XX的文章</h2> <article> <ul> <li> article1 </li> <li> article1 </li> <li> article1 </li> </ul> </article> </main> </body> </html>
css頁面
*{ box-sizing: border-box } /* 標題 */ .app-header { padding: 2.5em; background: #242930; text-align: center } /* 頭像 */ .app-header-avatar { max-width: 15rem; max-height: 15rem; border-radius: 100%; border: .5rem solid #57cc8a } body { /* margin: 0; font-family: sans-serif; */ background: #353b43; color: #afbac4 } /*控制頁面適應(yīng)屏幕變化*/ @media(min-width:940px) { .app-header { position: fixed; top: 0; left: 0; width: 20rem; min-height: 100vh } .app-container { max-width: 65rem; margin-left: 20rem } }
到此,相信大家對“怎么編寫直播源代碼實現(xiàn)分欄”有了更深的了解,不妨來實際操作一番吧!這里是億速云網(wǎng)站,更多相關(guān)內(nèi)容可以進入相關(guān)頻道進行查詢,關(guān)注我們,繼續(xù)學習!
免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。