_picture.css 1010 Bytes
.post-picture {
    overflow: hidden;
    position: relative;
    height: 380px;
    width: 380px;
    background: #f5f5f5;

    .choose-avatar {
        height: 76px;
        width: 76px;
        margin: 90px 158px 14px;
        background-image: resolve('me/setting/normal-icon.png');
        background-size: 76px 76px;
        background-repeat: no-repeat;

    }
    .post-file {
        text-align: center;

        input {
            width: 70px;
        }

    }
    .post-limit {
        font-size: 14px;
        color: #666;
        padding: 50px 40px 140px 20px;
    }

}

.show-picture img {
    overflow: hidden;
    height: 380px;
    width: 380px;
    display: none;
}

.preview-picture {
    margin-left: 5px;
    height: 380px;
    width: 180px;

    .small-preview {
        height: 80px;
        width: 80px;
        background-image: resolve('me/setting/normal-icon.png');
        background-repeat: no-repeat;
        background-size: 80px 80px;
        margin: 120px 50px 20px;

    }
}