zblog的主题格式是.zba,这种格式使用起来十分方便。在后台--主题管理--直接在网站后台管理上传就可以使用了。免去了压缩,ftp再上传等步骤。 但是有很多朋友会遇到这种情况,自己网站使用的一个主题自己做了些修改之后想转移到另外一个
1、order次序 默认值是0,这里order:6 值是6最大的所以排后面 Document
1、align-items:align-items 属性定义flex子项在flex容器的当前行的侧轴(纵轴)方向上的对齐方式。(对齐弹性盒的各项元素) Document<</section>
<footer>
<h5><em>作者:xiaojiucai</em> <em>分类:期权知识</em> <em>浏览:<mip-zblogphp-article-viewnum post-id="2061" default="669" update="0" ></mip-zblogphp-article-viewnum></em> </h5>
</footer>
</article>
<article id="log2060" class="top cate10 auth2">
<header>
<time>2020年08月18日</time>
<h2><a href="https://www.qiquanlu.com/mip/post/2060.html">flex弹性盒模型</a></h2>
</header>
<section>1、flex里的项目,总宽度如果不超过父级宽度,那么就正常横向排列(类似于float的效果) 2、flex里的项目,总宽度如果超过父级元素宽度,那么加给项目的宽度就无效了,每个项目的宽度会自动均分(类似于float的效果) <!DOCTYPE html> </section>
<footer>
<h5><em>作者:xiaojiucai</em> <em>分类:期权知识</em> <em>浏览:<mip-zblogphp-article-viewnum post-id="2060" default="604" update="0" ></mip-zblogphp-article-viewnum></em> </h5>
</footer>
</article>
<article id="log2059" class="top cate10 auth2">
<header>
<time>2020年08月18日</time>
<h2><a href="https://www.qiquanlu.com/mip/post/2059.html">justify-content 两端对齐多出空白的相等</a></h2>
</header>
<section>1、justify-content 用于设置或检索弹性盒子元素在主轴(横轴)方向上的对齐方式。 2、使用 align-content 属性对齐交叉轴上的各项(垂直)。 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <t</section>
<footer>
<h5><em>作者:xiaojiucai</em> <em>分类:期权知识</em> <em>浏览:<mip-zblogphp-article-viewnum post-id="2059" default="674" update="0" ></mip-zblogphp-article-viewnum></em> </h5>
</footer>
</article>
<article id="log2058" class="top cate10 auth2">
<header>
<time>2020年08月18日</time>
<h2><a href="https://www.qiquanlu.com/mip/post/2058.html">jquery详解animate方法</a></h2>
</header>
<section>1、animate是jquery的一个方法,这个方法主要功能是能实现比较平滑的动态效果,所以你想做一个简单又不失美观的动态效果不如试试它,下面举个例子 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <titl</section>
<footer>
<h5><em>作者:xiaojiucai</em> <em>分类:期权知识</em> <em>浏览:<mip-zblogphp-article-viewnum post-id="2058" default="742" update="0" ></mip-zblogphp-article-viewnum></em> </h5>
</footer>
</article>
<article id="log2057" class="top cate10 auth2">
<header>
<time>2020年08月18日</time>
<h2><a href="https://www.qiquanlu.com/mip/post/2057.html">jquery解决li快速划动的思路</a></h2>
</header>
<section><!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>
visibility隐藏的对象还保留对象显示时所占的物理空间,display则不保留。 vilibility:hidden(隐藏)、visible(显示) style="vislbility:hidden" display:none(隐藏)、block(显示) style="display:none" 可以保存下面的代码看看效果: