小修改
This commit is contained in:
@@ -908,6 +908,10 @@ const publicJump = path => router.push(path)
|
||||
background-color: rgba(255, 255, 255, 0.501960784313725);
|
||||
}
|
||||
|
||||
&:hover::after {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
&.pitch {
|
||||
&::after {
|
||||
height: 0;
|
||||
@@ -1061,6 +1065,10 @@ const publicJump = path => router.push(path)
|
||||
padding: 0 17px;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: #494848;
|
||||
}
|
||||
|
||||
&.pitch {
|
||||
background-color: #000;
|
||||
font-weight: 650;
|
||||
@@ -1100,6 +1108,12 @@ const publicJump = path => router.push(path)
|
||||
background: linear-gradient(125.145545499706deg, rgba(98, 177, 255, 1) -11%, rgba(128, 255, 255, 1) 135%);
|
||||
font-size: 16px;
|
||||
color: #FFFFFF;
|
||||
|
||||
&:hover {
|
||||
background: -webkit-linear-gradient(324.854454500294deg, rgba(128, 255, 255, 1) -11%, rgba(98, 177, 255, 1) 135%);
|
||||
background: -moz-linear-gradient(125.145545499706deg, rgba(128, 255, 255, 1) -11%, rgba(98, 177, 255, 1) 135%);
|
||||
background: linear-gradient(125.145545499706deg, rgba(128, 255, 255, 1) -11%, rgba(98, 177, 255, 1) 135%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1255,6 +1269,12 @@ const publicJump = path => router.push(path)
|
||||
font-size: 16px;
|
||||
color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
background: -webkit-linear-gradient(321.966692522331deg, rgba(128, 255, 255, 1) -13%, rgba(98, 177, 255, 1) 137%);
|
||||
background: -moz-linear-gradient(128.033307477669deg, rgba(128, 255, 255, 1) -13%, rgba(98, 177, 255, 1) 137%);
|
||||
background: linear-gradient(128.033307477669deg, rgba(128, 255, 255, 1) -13%, rgba(98, 177, 255, 1) 137%);
|
||||
}
|
||||
}
|
||||
|
||||
.full-occupancy {
|
||||
|
||||
Reference in New Issue
Block a user