jquery实现一个图片裁剪上传效果代码

代码语言:html

所属分类:上传

代码描述:jquery实现一个图片裁剪上传效果代码

代码标签: 图片 裁剪 上传 效果

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

<!DOCTYPE HTML>
<html>
<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: " ";
            clear: both;
            height: 0;
        }

        .clearfix {
            zoom: 1;
        }
        /*正文样式*/
        * {
     .........完整代码请登录后点击上方下载按钮下载查看

网友评论0