This commit is contained in:
parent
b15230b1d2
commit
5c18aac323
|
@ -158,7 +158,7 @@ ul {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 205px;
|
left: 205px;
|
||||||
top: 75px;
|
top: 75px;
|
||||||
transition: all ease .3s;
|
transition: all ease 0.3s;
|
||||||
a {
|
a {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -172,7 +172,7 @@ ul {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 72px;
|
left: 72px;
|
||||||
top: 110px;
|
top: 110px;
|
||||||
transition: all ease .3s;
|
transition: all ease 0.3s;
|
||||||
background: url("../img/switch.png") no-repeat;
|
background: url("../img/switch.png") no-repeat;
|
||||||
background-position: 0;
|
background-position: 0;
|
||||||
}
|
}
|
||||||
|
@ -284,6 +284,7 @@ ul {
|
||||||
background: url("../img/yupingLogo.png") no-repeat;
|
background: url("../img/yupingLogo.png") no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.qr {
|
.qr {
|
||||||
width: 133px;
|
width: 133px;
|
||||||
|
@ -358,16 +359,15 @@ ul {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: @f16;
|
font-size: @f16;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
background-image: linear-gradient(-45deg,
|
background-image: linear-gradient(
|
||||||
|
-45deg,
|
||||||
#ff6f5f 1%,
|
#ff6f5f 1%,
|
||||||
#fe6a61 28%,
|
#fe6a61 28%,
|
||||||
#fc6463 56%,
|
#fc6463 56%,
|
||||||
#f7506a 100%),
|
#f7506a 100%
|
||||||
linear-gradient(
|
),
|
||||||
#7dbd76,
|
linear-gradient(#7dbd76, #7dbd76);
|
||||||
#7dbd76);
|
background-blend-mode: normal, normal;
|
||||||
background-blend-mode: normal,
|
|
||||||
normal;
|
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
opacity: 0.99;
|
opacity: 0.99;
|
||||||
}
|
}
|
||||||
|
@ -446,7 +446,7 @@ ul {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
input[type=text]{
|
input[type="text"] {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border: 1px solid #e4e4e4;
|
border: 1px solid #e4e4e4;
|
||||||
width: 270px;
|
width: 270px;
|
||||||
|
@ -456,16 +456,15 @@ ul {
|
||||||
background-color: #fcfcfc;
|
background-color: #fcfcfc;
|
||||||
}
|
}
|
||||||
.on {
|
.on {
|
||||||
background-image: linear-gradient(-45deg,
|
background-image: linear-gradient(
|
||||||
|
-45deg,
|
||||||
#ff6f5f 1%,
|
#ff6f5f 1%,
|
||||||
#fe6a61 28%,
|
#fe6a61 28%,
|
||||||
#fc6463 56%,
|
#fc6463 56%,
|
||||||
#f7506a 100%),
|
#f7506a 100%
|
||||||
linear-gradient(
|
),
|
||||||
#fa6368,
|
linear-gradient(#fa6368, #fa6368);
|
||||||
#fa6368);
|
background-blend-mode: normal, normal;
|
||||||
background-blend-mode: normal,
|
|
||||||
normal;
|
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
|
|
Loading…
Reference in New Issue