jquery拖拽上传多图片模仿发表说说效果代码

代码语言:html

所属分类:上传

代码描述:jquery拖拽上传多图片模仿发表说说效果代码

代码标签: 图片 模仿 发表 说说 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <style>

        /*通用初始化样式*/
        * {
            margin: 0;
            padding: 0;
        }
        body, div, p, h1, h2, h3, h4, h5, h6, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, table,th,td {
            margin: 0;
            padding: 0;
        }
        body, button, input, select, textarea {
            font: 12px/24px Arial, 'Microsoft Yahei',"宋体", sans-serif;
        }
        address, cite, em, i {
            font-style: normal;
        }
        small {
            font-size: 12px;
        }

        li {
            list-style: none;
        }

        a {
            text-decoration: none;
        }

        a:hover {
            text-decoration: none;
        }
        legend {
            color: #000;
        }

        fieldset, img {
            border: 0;
        }

        button, input, select, textarea {
            font-size: 100%;
            line-height: normal;
        }
        table {
            border-collapse: collapse;
            border-spacing: 0;
        }
        input[type="button"],input[type="submit"],input[type="reset"] {
            cursor: pointer;
        }
        iframe {
            display: block;
        }

        .clearfix:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: ".........完整代码请登录后点击上方下载按钮下载查看

网友评论0