首页界面更改

This commit is contained in:
“wanyongkang”
2023-08-14 16:49:49 +08:00
parent eb0e73934b
commit feea9e530f
9 changed files with 88 additions and 175 deletions

View File

@@ -349,7 +349,7 @@ body {
position: absolute;
z-index: 2;
bottom: 0;
color: #000000;
color: #badcff;
display: block;
left: 0;
top: 100px;
@@ -447,7 +447,7 @@ body {
.titCard {
font-size: 24px;
font-weight: bold;
color: #3154a3;
color: #0777ff;
margin-top:20px;
}
@@ -528,15 +528,10 @@ body {
.btn-primary {
border-radius: 0px;
background: #406ebb;
background: #0777ff;
/* Old browsers */
background: -moz-linear-gradient(left, #406ebb 0%, #2f50a0 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #406ebb 0%, #2f50a0 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #406ebb 0%, #2f50a0 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#406ebb', endColorstr='#2f50a0', GradientType=1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0777ff', endColorstr='#2f50a0', GradientType=1);
/* IE6-9 */
}
@@ -566,7 +561,7 @@ body {
.imgYoushi {
position: absolute;
top: 250px;
top: 15em;
width: 100%;
}
@@ -581,9 +576,9 @@ body {
}
.footer {
background: #141f35;
background: #39516b;
padding-bottom: 40px;
border-bottom: 1px solid #343b43;
border-bottom: 1px solid #39516b;
}
.cp {
@@ -662,7 +657,7 @@ body {
.copyr {
padding: 20px 0;
background: #141f35;
background: #39516b;
color: #fff;
}
.copyr a {
@@ -2137,7 +2132,7 @@ input {
width:100%;
display: flex;
flex-direction: row;
background:url(../img/bg_buy.png) no-repeat;
background:#0777ff;
height:80px;
background-size:cover;
padding-top:30px;