Showing
3 changed files
with
55 additions
and
2 deletions
web-static/sass/passport/_back.scss
0 → 100644
1 | +.back-page { | ||
2 | + font-size: 14px; | ||
3 | + | ||
4 | + .content { | ||
5 | + margin: 175px 0 0 !important; | ||
6 | + } | ||
7 | + | ||
8 | + .back-header { | ||
9 | + position: relative; | ||
10 | + width: 268px; | ||
11 | + line-height: 40px; | ||
12 | + margin-bottom: 5px; | ||
13 | + } | ||
14 | + | ||
15 | + .title { | ||
16 | + float: left; | ||
17 | + margin: 0px; | ||
18 | + font-size: 22px; | ||
19 | + color: #000; | ||
20 | + font-weight: normal; | ||
21 | + } | ||
22 | + | ||
23 | + .country-code { | ||
24 | + float: right; | ||
25 | + cursor: pointer; | ||
26 | + color: #b9b9b9; | ||
27 | + } | ||
28 | + | ||
29 | + .country-code-list { | ||
30 | + display: none; | ||
31 | + position: absolute; | ||
32 | + padding: 0 10px; | ||
33 | + color: #000; | ||
34 | + background-color: #fff; | ||
35 | + border: 1px solid #000; | ||
36 | + margin-top: 5px; | ||
37 | + cursor: pointer; | ||
38 | + z-index: 100; | ||
39 | + top: 30px; | ||
40 | + right: 0; | ||
41 | + @include border-radius(5px); | ||
42 | + | ||
43 | + li { | ||
44 | + height: 20px; | ||
45 | + line-height: 20px; | ||
46 | + } | ||
47 | + } | ||
48 | + | ||
49 | + input { | ||
50 | + outline: none; | ||
51 | + font-family: Regular, 'SimHei'; | ||
52 | + } | ||
53 | +} |
-
Please register or login to post a comment