_config.css
1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
$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;
}