差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
arcade-games:96_flag_rally [2025/01/06 03:46] – wyrover | arcade-games:96_flag_rally [2025/01/06 04:50] (当前版本) – wyrover | ||
---|---|---|---|
行 5: | 行 5: | ||
.container { | .container { | ||
position: relative; | position: relative; | ||
- | width: | + | width: |
height: 450px; | height: 450px; | ||
} | } | ||
行 20: | 行 20: | ||
color: white; | color: white; | ||
border: none; | border: none; | ||
- | padding: 20px 40px; | + | padding: 20px 180px; |
cursor: pointer; | cursor: pointer; | ||
- | font-size: | + | font-size: |
} | } | ||
</ | </ | ||
行 29: | 行 29: | ||
<div class=" | <div class=" | ||
- | <img src="https:// | + | <img src="/ |
- | <button class=" | + | <button class=" |
</ | </ | ||
<div id=" | <div id=" | ||
行 38: | 行 38: | ||
var iframe = document.createElement(' | var iframe = document.createElement(' | ||
iframe.src = ' | iframe.src = ' | ||
- | iframe.width = '580'; | + | iframe.width = '600'; |
iframe.height = ' | iframe.height = ' | ||
+ | iframe.frameBorder = ' | ||
+ | iframe.allowFullscreen = true; | ||
+ | iframe.webkitallowfullscreen = true; | ||
+ | iframe.mozallowfullscreen = true; | ||
+ | iframe.scrolling = ' | ||
var container = document.querySelector(' | var container = document.querySelector(' | ||
container.parentNode.replaceChild(iframe, | container.parentNode.replaceChild(iframe, | ||
} | } | ||
</ | </ | ||
+ | |||
</ | </ | ||
行 49: | 行 55: | ||
{{tag>}} | {{tag>}} | ||
- | {{: | + | |
+ | |||
~~DISCUSSION~~ | ~~DISCUSSION~~ | ||