_content.css 1.61 KB
.setting-page {
    width: 60%;
    font-size: 14px;

    .form-group {
        clear: both;
        margin-bottom: 20px;
    }
    select {
        width: 60px;
    }

    .form-group-address {
        clear: both;
        margin-bottom: 70px;
    }

    .label-name {
        text-align: right;
        float: left;
        line-height: 26px;
        margin-right: 20px;
        width: 70px;
    }

    .input {
        width: 200px;
        margin-right: 5px;
    }

    .no-edit {
        width: 100px;
        border: none;
    }

    .big-input {
        width: 300px;
        margin-left: 7px;
    }

    .btn {
        margin-left: 83px;
    }

    .input-radio {
        line-height: 26px;
        padding-right: 10px;
        .iconfont {
            font-size: 14px;
        }
    }

    .error-tips {
        font-size: 12px;
        height: 26px;
        line-height: 26px;
        margin-left: 20px;
        display: none;

        .iconfont {
            font-size: 12px;
            margin-right: 5px;
        }
    }

}

.user-icon {
    cursor: pointer;
    overflow: hidden;
    margin-right: 100px;
    float: right;

    img {
        height: 120px;
        width: 120px;
        border-radius: 50%;
    }

    .show-ico {
        height: 120px;
        width: 120px;
        background-image: resolve('me/setting/default-head.png');
        background-repeat: no-repeat;
        background-size: 120px 120px;
    }

    .edit-ico {
        height: 120px;
        width: 120px;
        background-image: resolve('me/setting/edit-icon.png');
        background-repeat: no-repeat;
        background-size: 120px 120px;
    }
}