mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
增加视频上传图片
This commit is contained in:
parent
a5c2181f6d
commit
b6d97d791c
@ -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">ဆ</span><span class="layui-icon"></span></a>').data('input', this);
|
||||
var $in = $(this), $bt = $('<a data-file class="uploadimage uploadvideo transition"><span class="layui-icon">ဆ</span><span class="layui-icon"></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()));
|
||||
|
@ -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
BIN
public/static/theme/img/upvideo.png
Normal file
BIN
public/static/theme/img/upvideo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
Loading…
x
Reference in New Issue
Block a user