下面是我的输出:http://prntscr.com/id9kp0
页面内容应该居中。
CSS:
Filename: pc_specials.css
*/
/* Page Body Styles */
body {
margin-left: auto;
margin-right: auto;
max-width: 950px;
min-width: 640px;
width: 95%;
}
body > header > img {
display: block;
width: 100%;
}
/* Image Styles */
img {
display: block;
width: 100%;
}
/* Horizontal Navigation Styles */
.horizontal li{
display: block;
float: left;
width: 16.66%;
}
a:link {
display: block;
}
/* Row Styles */
.newRow {
width: 100%;
}
newRow::after {
clear: both;
content: "";
}
div[class*='col-'] {
float: left;
padding: 2%;
box-sizing: border-box;
}
div[class*='col-1-1'] {
width: 100%;
}
div[class*='col-1-2'] {
width: 100%;
}
/* Column Styles */
/* Specials Styles */
/* Award Styles */
/* Footer Styles */
HTML: https://pastebin.com/Ts71GM97
任何帮助将不胜感激,我已经坚持了几个小时,我已经尝试了我能想到的一切。
答案 0 :(得分:-1)
您可以尝试以下
loop:
LoopUntilInputBufferEmpty:
;{get ACII / ScanCode From Input Buffer}
cmp al , {...}
jne KeyHandel1
;Code
KeyHandel1
cmp al , {...}
jne KeyHandel2
;Code
KeyHandel2
cmp al , {...}
jne KeyHandel3
;Code
KeyHandel3:
cmp {bufferEmpty?} , {Yes}
jne LoopUntilBufferEmpty
;
;{All Main Loop Code}
jmp loop