Administrator
2023-04-17 63fbfddabe08e353ad75e495c2ac8dc5203da88c
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
174
175
176
177
178
@charset"utf-8"
/*登录页面*/
body{
    margin: 0;
}
.col-xs-12{
    float: none;
}
.container{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.bg{
    background: url(../image/bgbg.png) no-repeat;
    background-size: 100%;
    min-height: 450px;
}
.container .row{
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    vertical-align: middle;
    /*padding-top: 121px;*/
}
.container .row .head{
    width: 1208px;
    margin: 20px auto;
    padding-left: 0;
    padding-right: 0;
}
.row .head .headbox{
    margin: 0 auto;
    font-size: 40px;
    color: #ffffff;
}
.container .row .content{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
}
.row .content .contbox{
    width: 370px;
    height: 390px;
    /*margin: 0 auto;*/
    /*border:5px solid #D8FAFB;*/
    border-radius: 20px;
    float: right;
    background: #fff;
    border-radius:8px;
    background: url(../image/baibg.png);
    margin-top: -75px
}
.row .content .contbox .img{
    float: left;
    margin-top: 10px;
}
.row .content .contbox .img img{
    width: 291px;
    height: 320px;
}
 
.form-horizontal{
    float: left;
    width: 370px;
    margin-top:10px;
}
.form-horizontal .form-group{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}
.form-horizontal .control-label{
    width: 90px;
    float: left;
    font-size: 16px;
    padding-top: 7px;
    margin-bottom: 0;
    color: #333;
    text-align: center;
}
 
.form-control{
    display: block;
    float: left;
    width: 245px;
    height: 35px;
    padding: 4px 5px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control{
    margin-left: 10px;
}
.form-horizontal .form-group .btn-lg{
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-horizontal .form-group .btn{
    /*margin-left: 35px;*/
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 6px;
}
.form-horizontal .form-group .btn img{
    /*width: 216px;*/
}
div.err {
    /*display: none;*/
    /*height: 20px;*/
    position: relative;
    top: -24px;
    font-weight: bold;
    color: #A2A2A2;
    font-size: 14px;
    margin-left: -100px;
    font-family: sans-serif;
}
/*修改*/
.bg-new{
    margin-top: 0px;
}
.logo-wrap{
    overflow: hidden;
}
.logo-w{
    width: 1000px;
    margin: 18px auto;
}
.dibu{
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
}
.xbga{
    width: 400px;
    float: left;
}
.title{
    margin:20px 0px;
}
.content-new{
    width: 1000px;
    margin: 0px auto;
    padding: 110px 0px;
}
/*修改结束*/