123
parent
f2f8b474ca
commit
04dd0c7deb
|
@ -739,35 +739,6 @@ const checkComplete = () => {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrow_state {
|
|
||||||
display: inline-block;
|
|
||||||
// width: 200px;
|
|
||||||
// height: 100px;
|
|
||||||
padding: 10px;
|
|
||||||
background: #0dbc79;
|
|
||||||
color: #fff;
|
|
||||||
padding: 15px;
|
|
||||||
border-radius: 5px;
|
|
||||||
|
|
||||||
>div {
|
|
||||||
line-height: 32px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.arrow_state1 {
|
|
||||||
display: inline-block;
|
|
||||||
padding: 10px;
|
|
||||||
background: #e03528;
|
|
||||||
color: #fff;
|
|
||||||
padding: 15px;
|
|
||||||
border-radius: 5px;
|
|
||||||
|
|
||||||
>div {
|
|
||||||
line-height: 32px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.wall_tooltips {
|
.wall_tooltips {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 20px;
|
top: 20px;
|
||||||
|
@ -814,7 +785,7 @@ const checkComplete = () => {
|
||||||
}
|
}
|
||||||
.arrow_state {
|
.arrow_state {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 200px;
|
width: 220px;
|
||||||
background: #2dfa82c4;
|
background: #2dfa82c4;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
@ -824,7 +795,9 @@ const checkComplete = () => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.arrow_state1 {
|
.arrow_state1 {
|
||||||
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
width: 220px;
|
||||||
background: #e03528;
|
background: #e03528;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
@ -853,8 +826,7 @@ const checkComplete = () => {
|
||||||
color: #141313;
|
color: #141313;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 100px;
|
line-height: 80px;
|
||||||
border-radius: 5px;
|
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
.text{
|
.text{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue