gpt4 book ai didi

javascript - 如何使 Dropzone.js 看起来像网站上的主题?

转载 作者:数据小太阳 更新时间:2023-10-29 04:33:32 25 4
gpt4 key购买 nike

我一直在尝试使用一小段示例代码和 dropzone.css 使 Dropzone.js 看起来像网站 (dropzonejs.com) 上的主题。这是我的代码:

<html>
<head>
<script src="dropzone.js"></script>
<link rel="stylesheet" type="text/css" href="dropzone.css">
<link rel="stylesheet" type="text/css" href="basic.css">
</head>
<form action="/upload-target" class="dropzone"></form>
</html>

我检查了文件路径,这些都很好。最终结果看起来像 http://www.dropzonejs.com/examples/simple.html但我的预期结果就像主页上的示例“试试吧!”部分。

如果你能帮上忙,请告诉我。

最佳答案

对于主题本身,只要您遵循 css 规则中的相同结构,它似乎就可以正常工作:main section .dropzone

<html>
<head>
<link rel="stylesheet" href="dropzone.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<section>
<h1 id="try-it-out">Try it out!</h1>

<div id="dropzone">
<form action="" class="dropzone dz-clickable" id="demo-upload">
<div class="dz-message">Drop files here or click to upload.
<br> <span class="note">(This is just a demo dropzone. Selected files are <strong>not</strong> actually uploaded.)</span>

</div>
</form>
</div>
</section>
</main>
</body>
</html>

此外,请确保您的示例中有两个 css 文件

参见 fiddle :http://jsfiddle.net/jnoxvc7t/

关于javascript - 如何使 Dropzone.js 看起来像网站上的主题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28574594/

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