制作卡片块的侧边丝带样式的方法
P粉381463780
2023-08-13 18:35:45
<p>根据下面的截图,我需要帮助添加“已完成”状态的块。</p>
<p>点击查看示例截图</p>
<p>目前只是一个具有以下配置的div。</p>
<pre class="brush:php;toolbar:false;"><div style="display:flex; flex-direction:column; align-items: center; justify-content: center; ">
<img src="./PCIBT - Pacific Coast Institute of Business & Technology_files/marketing_essentials.jpg "><a href="# ">Marketing Essentials</a>
<img src="./PCIBT - Pacific Coast Institute of Business & Technology_files/human_resource_tile_pic.jpg "><a href="# ">Human Resource Management</a>
<img src="./PCIBT - Pacific Coast Institute of Business & Technology_files/pm_fundamentals.jpg "><a href="# ">Project Management Fundamentals</a>
</div></pre>
<p><br /></p>
不完美,但这是如何在卡片上完成的,
position: absolute
在蝴蝶结上允许您将蝴蝶结定位在所需位置的卡片上。