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