鉴于vh这个单位相当方便,是基于视口(viewport)的,100vh代表填充当前可视范围的。 ... <body> <style> /* normalize css */ * { margin: 0; text-align: center; } ...
確定! 回上一頁