1 min read

ioslides使用技巧

css使用技巧

加每页的标签 [@Schratz2018]

div.my-footer {
content: "";
    position: absolute;
    bottom: 15px;
    right:   8px;
    height: 40px;
    width: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("logo.png");
}

首页的背景图案 [@Schratz2018]

.title-slide {
  background-image: url("slideMasterSample.png");
  background-size: cover;
}

首页三行位置和颜色 [@Schratz2018]

.title-slide h1, h2, h3 {
  text-align: center;
  color: #F7F8FA;
}

加页码 [@Schratz2018]

.title-slide .remark-slide-number {
  display: none;
}