_config.css 1.39 KB
$theme-color: #1d1d1d;
$item-height: 44px;
$item-width: 340px;
$bord-color: #eee;
$margin-left: 15px;
$margin-top: 110px;
$red: #e01;
$captcha: 195px;

$captcha-img-bg: #eee;
$captcha-img-width: 90px;
$captcha-btn-fg: #999;
$input-button: 125px;

$err-tips-width: 348px;
$blue: #379ed6;
$inactive-color: #555;
$option-color: #f8f8f8;

@define-mixin li-setting {
    margin-bottom: 20px;
    width: 100%;
    height: $item-height;
    position: relative;
}

@define-mixin passport-page {
    font-size: 14px;
    width: $item-width;
    margin: $margin-top auto;
}

@define-mixin region {
    height: $item-height;
    padding: 4px 0;
    width: 100px;
    border-color: #c1c1c1;
    color: #9a9a9a;
    font-size: 16px;
    font-family: '黑体' Regular;
    float: left;
    text-indent: 10px;
}

@define-mixin country-code {
    width: 50px;
    height: $item-height;
    line-height: $item-height;

    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    float: left;
}

@define-mixin phone {
    width: 225px;
    height: $item-height;
    margin-left: $margin-left;
    border: 2px solid $bord-color;
    display: inline-block;
}

@define-mixin input {
    height: $item-height;
    width: 100%;
    line-height: @height;
    font-size: 16px;
    border: 2px solid $bord-color;
    text-indent: 10px;
    color: #000;
    font-weight: bold;
    padding: 0;
}

@define-mixin small {
    font-size: 1em;
}