|
@@ -12,7 +12,7 @@ body {
|
|
|
height: 100%;
|
|
|
}
|
|
|
body {
|
|
|
- background-image: url("../images//bg.jpg");
|
|
|
+ background-image: url("/print/images//bg.jpg");
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: cover;
|
|
|
}
|
|
@@ -49,7 +49,9 @@ header {
|
|
|
margin: 0 40px;
|
|
|
}
|
|
|
/* 头部区域 */
|
|
|
-
|
|
|
+.mt-sm-2, .my-sm-2 {
|
|
|
+ margin-top: 15px !important;
|
|
|
+}
|
|
|
article {
|
|
|
overflow: hidden;
|
|
|
width: 1850px;
|
|
@@ -62,7 +64,7 @@ article .divider {
|
|
|
position: relative;
|
|
|
width: 1400px;
|
|
|
height: 7px;
|
|
|
- margin: 80px auto 90px;
|
|
|
+ margin: 80px auto 60px;
|
|
|
background: #84bdff;
|
|
|
}
|
|
|
article .divider span {
|
|
@@ -139,5 +141,67 @@ footer {
|
|
|
.jiantou img {
|
|
|
width: 100px;
|
|
|
height: 100px;
|
|
|
-}
|
|
|
+}.form-check-inline {
|
|
|
+ display: inline-flex;
|
|
|
+ align-items: center;
|
|
|
+ padding-left: 0;
|
|
|
+ margin-right: 1.4em;
|
|
|
+} .form-check-input {
|
|
|
+ position: static;
|
|
|
+ margin-top: 0;
|
|
|
+ margin-right: $form-check-inline-input-margin-x;
|
|
|
+ margin-left: 0;
|
|
|
+ }
|
|
|
+.content form span, .content form div {
|
|
|
+ font-size: 31px;
|
|
|
+ color: #333;
|
|
|
+ font-weight: 100;
|
|
|
+ }
|
|
|
+
|
|
|
+ .form-control {
|
|
|
+ padding: 0.75rem 0.75rem;
|
|
|
+ }
|
|
|
+
|
|
|
+ .ft18 {
|
|
|
+ font-size: 24px !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .form-check-inline .form-check-input {
|
|
|
+ width: 18px;
|
|
|
+ height: 18px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .form-check-label {
|
|
|
+ margin-bottom: 0.5rem;
|
|
|
+ font-weight:100
|
|
|
+ }
|
|
|
+
|
|
|
+ header {
|
|
|
+ display: flex !important;
|
|
|
+ }
|
|
|
+.form-control {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ padding: 20px !important;
|
|
|
+ font-size: 30px !important;
|
|
|
+ height:46px!important;
|
|
|
+ line-height: $input-line-height;
|
|
|
+ color: $input-color;
|
|
|
+ background-color: $input-bg;
|
|
|
+ background-clip: padding-box;
|
|
|
+ border: $input-border-width solid $input-border-color;
|
|
|
+}
|
|
|
+.btn-primary{
|
|
|
+ margin-top:30px;
|
|
|
+ width:150px;
|
|
|
+ font-size:24px !important;
|
|
|
+ height:60px;
|
|
|
+ }
|
|
|
+ .content2{
|
|
|
+ width:1400px;
|
|
|
+ margin:0 auto;
|
|
|
+ }
|
|
|
+.content2 .title,.content2 .info,.content2 .gaopai .btn{
|
|
|
+ font-size:30px !important;
|
|
|
+ }
|
|
|
|