|
@@ -31,16 +31,17 @@ body {
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
}
|
|
}
|
|
|
.x-join-center {
|
|
.x-join-center {
|
|
|
- width: 281px;
|
|
|
|
|
|
|
+ width: 100%;
|
|
|
height: 400px;
|
|
height: 400px;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 50%;
|
|
top: 50%;
|
|
|
- left: 50%;
|
|
|
|
|
|
|
+ /* left: 50%; */
|
|
|
margin-top: -200px;
|
|
margin-top: -200px;
|
|
|
- margin-left: -140px;
|
|
|
|
|
- text-align: center;
|
|
|
|
|
|
|
+ /* margin-left: -140px; */
|
|
|
|
|
+ text-align: center;
|
|
|
}
|
|
}
|
|
|
.x-join-center .subtitle {
|
|
.x-join-center .subtitle {
|
|
|
|
|
+ margin-left: -15px;
|
|
|
display: block;
|
|
display: block;
|
|
|
height: 50px;
|
|
height: 50px;
|
|
|
background: url(../img/assets/dalogo@2x_1.png) no-repeat;
|
|
background: url(../img/assets/dalogo@2x_1.png) no-repeat;
|
|
@@ -88,19 +89,18 @@ body {
|
|
|
margin: 15px 5px 0 30px;
|
|
margin: 15px 5px 0 30px;
|
|
|
}
|
|
}
|
|
|
.input_style{
|
|
.input_style{
|
|
|
- margin-left: 26px;
|
|
|
|
|
- float: left;
|
|
|
|
|
|
|
+ margin: 0 auto;
|
|
|
padding-top: 3px;
|
|
padding-top: 3px;
|
|
|
- padding-left: 6px;
|
|
|
|
|
|
|
+ padding-left: 13px;
|
|
|
width: 240px;
|
|
width: 240px;
|
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
|
- height: 36px;
|
|
|
|
|
|
|
+ height: 36px;
|
|
|
display: block;
|
|
display: block;
|
|
|
color: #555;
|
|
color: #555;
|
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
|
background-image: none;
|
|
background-image: none;
|
|
|
border: 1px solid #ccc;
|
|
border: 1px solid #ccc;
|
|
|
- border-radius: 4px;
|
|
|
|
|
|
|
+ border-radius:30px;
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
|
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
@@ -109,16 +109,17 @@ body {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.btn-check{
|
|
.btn-check{
|
|
|
- line-height: 13px;
|
|
|
|
|
- height: 36px;
|
|
|
|
|
- margin-top: 10px;
|
|
|
|
|
- margin-left: -15px;
|
|
|
|
|
- color: #fff;
|
|
|
|
|
- background-image: linear-gradient(to bottom, #69b5f7 0, #579dda 100%);
|
|
|
|
|
- border-color: #428bca;
|
|
|
|
|
|
|
+ margin-top: -33px;
|
|
|
|
|
+ margin-left: 1px;
|
|
|
|
|
+ line-height: 20px;
|
|
|
|
|
+ height: 30px;
|
|
|
|
|
+ background: #fff;
|
|
|
|
|
+ color: #369ab9;
|
|
|
|
|
+ /* background-image: linear-gradient(to bottom, #69b5f7 0, #579dda 100%); */
|
|
|
|
|
+ /* border-color: #428bca; */
|
|
|
width: 110px;
|
|
width: 110px;
|
|
|
- display: inline-block;
|
|
|
|
|
- padding: 6px 12px;
|
|
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ /* padding: 0px; */
|
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
@@ -131,7 +132,7 @@ body {
|
|
|
-ms-user-select: none;
|
|
-ms-user-select: none;
|
|
|
user-select: none;
|
|
user-select: none;
|
|
|
border: 1px solid transparent;
|
|
border: 1px solid transparent;
|
|
|
- border-radius: 4px;
|
|
|
|
|
|
|
+ border-left: 2px solid #a9a9a9;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.btn-submit{
|
|
.btn-submit{
|
|
@@ -139,7 +140,7 @@ body {
|
|
|
background:#004CE0;
|
|
background:#004CE0;
|
|
|
border-color: #428bca;
|
|
border-color: #428bca;
|
|
|
width: 135px;
|
|
width: 135px;
|
|
|
- margin-top: 42px;
|
|
|
|
|
|
|
+ margin-top: 30px;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
padding: 6px 12px;
|
|
padding: 6px 12px;
|
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|