溫馨提示×

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

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

html5游戲設(shè)計(jì)模式實(shí)例分析

發(fā)布時(shí)間:2022-03-09 15:59:06 來源:億速云 閱讀:119 作者:iii 欄目:web開發(fā)

這篇文章主要介紹“html5游戲設(shè)計(jì)模式實(shí)例分析”的相關(guān)知識(shí),小編通過實(shí)際案例向大家展示操作過程,操作方法簡(jiǎn)單快捷,實(shí)用性強(qiáng),希望這篇“html5游戲設(shè)計(jì)模式實(shí)例分析”文章能幫助大家解決問題。

  一、背景設(shè)計(jì)模式

  [html]

  一、背景設(shè)計(jì)模式

  p { background:#f00 url("images/heading2.jpg") no-repeat; width:250px; height:76px; }

  二、絕對(duì)定位設(shè)計(jì)模式

  *.positioned { position:relative; }

  *.absolute { position:absolute; top:10px; left:10px; }

  *.positioned { border:1px solid red; height:100px; background-color:#ffee00; }

  *.absolute { border:4px solid green; background-color:white; }

  三、文本替換設(shè)計(jì)模式

  #h3 { position:relative; width:250px;height:76px; overflow:hidden; }

  #h3 span { position:absolute; width:250px; height:76px; top:0; left:0; background:#ff0 url("images/heading2.jpg") no-repeat; }

  四、左旁注設(shè)計(jì)模式

  *.left-marginal { position:relative; margin-left:200px; }

  *.marginal-heading { position:absolute; top:0; left:-200px; margin:0; }

  You want to excerpt an element and move it into the left again.

  五、旁注式圖片下沉設(shè)計(jì)模式

  *.indent { position:relative; margin-left:120px; }

  *.graphic-dropcap { position:absolute; width:120px; height:90px; left:-120px; top:0; }

  *.graphic-dropcap span { position:absolute; width:120px; height:90px; margin:0; top:0; left:0; background:url(images/m.jpg) no-repeat; }

  arginal Graphic Dropcap. The letter M has been covered by the dropcap is image.Screen readers? read the text and visual users see the image.If the browser cannot display the dropcap image, the text becomes visible.

關(guān)于“html5游戲設(shè)計(jì)模式實(shí)例分析”的內(nèi)容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業(yè)相關(guān)的知識(shí),可以關(guān)注億速云行業(yè)資訊頻道,小編每天都會(huì)為大家更新不同的知識(shí)點(diǎn)。

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI