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