marp | paginate | style |
---|---|---|
true |
ture |
header {
left: 60px;
right: 24px;
top: 0px;
height: 500px;
color: rgb(23, 73, 148);
font-size: 1px;
background-image: url("./asset/logo.gif");
background-position: px 20px;
background-repeat: no-repeat;
background-size: 144px;
}
h1{
font-size: 66px;
position: absolute;
left: 220px;
top: 56px;
color: rgb(23, 73, 148);
font-size: 54px;
font-weight: bold;
}
|
<style scoped> section { text-align: center;/* 文本居中 */ } h2 { /* h2指的是## 后的文本 同理h3,h4,markdown最多用到h6 */ /* 这里默认不用h1是因为开头定义了全局的h1为特定位置的标题 */ color: rgb(23, 73, 148); margin-bottom: 30px;/* 字体下margin,top是上 */ font-size:60px; /* 字体大小 */ font-weight: bold;/* 加粗 */ } h4 { text-align: center; font-size: 36px; margin-bottom:25px; margin-top:5px; } </style>
<style scoped> </style>
加粗文字
普通文字
斜体文字
删除线
👍 👎 😄 ❤️ 😢 😭
<style scoped> pre { font-size: 26px; /* position: absolute;代码块的坐标是absolute的 */ /* top: 280px; 调整代码块距离顶部的位置 */ /* left: 540px; 调整代码块距离左侧的位置 */ /* width: 100px; 可以自己调整代码块大小 height: 200px; */ } </style>
行内代码:this is a code
import torch
#可以利用前面<style scoped>的pre属性调整代码块的字体大小,位置大小等等
def Net()
<style scoped> </style>
行内公式:
行间公式:
$$
D(x) = \begin{cases} \lim\limits_{x \to 0} \frac{a^x}{b+c}, & x<3 \ \pi, & x=3 \ \int_a^{3b}x_{ij}+e^2 \mathrm{d}x,& x>3 \ \end{cases}
$$
注意:行间公式的编号适配不是很好,加编号会排版错乱
<style scoped> table { border-collapse: collapse; /* 合并表格边框 */ width: 100%; /* 设置表格宽度 */ } th, td { border: 1px solid black; /* 设置表格单元格边框 */ padding: 8px; /* 设置表格单元格内边距 */ text-align: center; /* 设置表格单元格文本对齐方式为居中 */ } /* th是表头,可以一起设置也可以分开设置 */ th { background-color: white; /* 设置表格标题行的背景颜色 */ font-weight: bold; /* 设置表格标题行的字体加粗 */ } td { background-color: rgb(0, 0, 0); /* 设置表格标题行的背景颜色 */ font-weight: bold; /* 设置表格标题行的字体加粗 */ color: white; } </style>
表头 | 表头 | 表头 |
---|---|---|
单元格 | 单元格 | 单元格 |
单元格 | 单元格 | 单元格 |
<style scoped> img{ position: absolute; top: 240px; /* 调整图片距离顶部的位置 */ left: 790px; /* 调整图片距离左侧的位置 */ width: 400px;/* 调整图片width */ height: 400px;/* 调整图片height */ } </style>
<style scoped> img{ position: absolute; top: 240px; left: 790px; width: 400px; height: 400px; } </style>
<style scoped> </style>
GitHub前辈BeWaterMyFriend7的Marp-Theme-UCAS项目 Marp 官方文档 Marp VSCode教程
<style scoped> </style>