美文网首页
上传文件样式美化

上传文件样式美化

作者: 有想法的人 | 来源:发表于2018-11-19 18:17 被阅读8次

    直接复制就好了

    .file {
        position: relative;
        display: inline-block;
        background: #D0EEFF;
        border: 1px solid #99D3F5;
        border-radius: 4px;
        padding: 4px 12px;
        overflow: hidden;
        color: #1E88C7;
        text-decoration: none;
        text-indent: 0;
        line-height: 20px;
      }
      .file input {
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0;
      }
      .file:hover {
        background: #AADFFD;
        border-color: #78C3F3;
        color: #004974;
        text-decoration: none;
      }
    

    相关文章

      网友评论

          本文标题:上传文件样式美化

          本文链接:https://www.haomeiwen.com/subject/dmbafqtx.html