forked from kidgrow-microservices-platform

克 刘
2020-03-16 549148d90d41a3320bd36d469fd690354c78de58
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
header{
    width: 100%;
    height: 50px;
    background: #1e1b29;
    border-bottom: solid 4px red;
}
.member_wrap{
 
}
.header_item{
    overflow: hidden;
}
.header_item{
 
    width: 980px;
    margin: 0 auto;
}
.menu_head{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: solid 3px #fff;
    overflow: hidden;
}
.menu_head img{
    width: 100%;
    height: 100%;
}
.menu_info{
    width:840px;
    margin-left: 20px;
}
.info_name{
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
}
.info_name_box{
    margin-top: 10px;
}
.level{
    font-size: 14px;
    color: #f60;
    font-weight: bold;
}
.info_desc{
    margin-top: 10px;
    font-size: 14px;
    color: #FFF;
}
.banner_menu{
    width: 980px;
    height: 50px;
    margin: 20px auto;
    background: #fff;
}
 
 
.nav_box{
    margin-top: 50px;
}
.nav_box ul {
    overflow: hidden;
}
.nav_box ul li{
    display: block;
    padding: 0 20px;
}
.nav_box ul li a{
    color: #fff;
    font-size: 16px;
}
.nav_box ul li a:hover{
    color: red;
}
 
 
 
 
 
.login_wrap{
    background: url(/api-uaa/images/logo_bg.jpg) no-repeat center;
    /*background-size: 100%;*/
}
.logo{
    width: 500px;
    height: 150px;
    margin: 0px auto;
    background: url(/api-uaa/images/logowz.png) no-repeat center;
}
.login_box{
    width: 360px;
    background: #FFFFFF;
    margin: 0px auto;
}
.login_title{
    font-size: 25px;
    text-align: center;
    color: #FF7F50;
    padding: 15px 0;
    width: 300px;
    margin: 0 auto;
    border-bottom: solid 1px #CCCCCC;
}
.form_text_ipt{
    width: 300px;
    height: 40px;
    border: solid 1px #CCCCCC;
    margin: 20px auto 0 auto;
    background: #FFFFFF;
}
.form_check_ipt{
    width: 300px;
    margin:  10px auto;
    overflow: hidden;
}
.form_text_ipt input{
    width: 290px;
    height: 30px;
    margin: 5px;
    border: none;
    font-family: "微软雅黑";
    font-size: 15px;
    color: #666;
}
.check_left label{
    cursor: pointer;
}
.check_left label input{
    position: relative;
    top: 2px;
}
.form_btn{
    width: 300px;
    height: 40px;
    margin:  10px auto;
}
.form_btn button{
    width: 100%;
    height: 100%;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    background: #FF7F50;
    cursor: pointer;
}
.form_reg_btn{
    width: 300px;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
}
.other_login{
    overflow: hidden;
    width: 300px;
    height: 80px;
    line-height: 80px;
    margin: 0px auto;
}
.other_left{
    font-size: 14px;
    color: #999;
}
 
.other_right a{
    margin:5px;
    color:#636363;
}
 
.other_right a:hover{
    color:#AEEEEE;
}