黑暗料理王/style.css:修订间差异

来自EaseCation Wiki
无编辑摘要
标签
无编辑摘要
标签
第1行: 第1行:
body {
body {
       background - image: url("images/4/4f/2021echt.png");
       background - image:url("images/4/4f/2021echt.png");
       background-size: cover;
       background-size: cover;
   }
   }

2025年2月4日 (二) 23:45的版本

body {
      background - image:url("images/4/4f/2021echt.png");
      background-size: cover;
  }
  body, html {
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
  }