增加视频上传图片

This commit is contained in:
Anyon 2022-04-24 15:50:17 +08:00
parent a5c2181f6d
commit b6d97d791c
5 changed files with 7 additions and 3 deletions

View File

@ -615,7 +615,7 @@ $(function () {
$.fn.uploadOneVideo = function () {
return this.each(function () {
if ($(this).data('inited')) return true; else $(this).data('inited', true);
var $in = $(this), $bt = $('<a data-file class="uploadimage transition"><span class="layui-icon">&#x1006;</span><span class="layui-icon">&#xe615;</span></a>').data('input', this);
var $in = $(this), $bt = $('<a data-file class="uploadimage uploadvideo transition"><span class="layui-icon">&#x1006;</span><span class="layui-icon">&#xe615;</span></a>').data('input', this);
$bt.attr('data-size', $in.data('size') || 0).attr('data-type', $in.data('type') || 'mp4').find('span').on('click', function (event) {
event.stopPropagation();
if ($(this).index() === 0) $bt.attr('style', ''), $in.val(''); else $in.val() && $.previewImage(encodeURI($in.val()));

View File

@ -750,6 +750,10 @@ input:not(.layui-hide,[type=hidden]) {
background-image: url('../img/upimg.png');
box-shadow: @ShadowOuterMin;
&.uploadvideo {
background-image: url('../img/upvideo.png');
}
span.layui-icon {
color: #fff;
width: 20px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB