gpt4 book ai didi

html - 将 Anki 中的所有字段居中 (HTML)

转载 作者:太空宇宙 更新时间:2023-11-04 03:14:34 24 4
gpt4 key购买 nike

我这辈子都弄不明白为什么什么都不会居中。

Screenshot这张图片比我能更好地解释我想要什么。

我想在不改变汉字周围出现方式的情况下将所有字段居中(出于某种原因,当我尝试居中时,{{Expression}} 字段不断翻转。

http://pastebin.com/PqEN9xMT

最佳答案

在您的模板中,用 div 包裹 Expression 字段,给 div 一个类,然后用 css 样式将其居中。

如果你想要主窗口的绝对中心试试:

前台模板:

<div class='center-me'>
{Front}
</div>

样式:

.center-me {
width: 100px;
height: 100px;

position: absolute;
top:0;
bottom: 0;
left: 0;
right: 0;

margin: auto;
}

关于html - 将 Anki 中的所有字段居中 (HTML),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28934674/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com