Skip to content

Commit

Permalink
doc assistant use remote script
Browse files Browse the repository at this point in the history
  • Loading branch information
dorren002 committed Dec 18, 2024
1 parent 51f2923 commit c19e8d3
Show file tree
Hide file tree
Showing 4 changed files with 515 additions and 454 deletions.
38 changes: 24 additions & 14 deletions docs/assets/css/assistant_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
height: 34px;
width: 34px;
cursor: pointer;
background: url(../icon_dialog.png) 0 -78px;
background: url(assets/icon_dialog.png) 0 -78px;
background-size: 34px 240px;
}

Expand All @@ -82,7 +82,7 @@
height: 30px;
width: 34px;
cursor: pointer;
background: url(../icon_dialog.png) 0 -60px;
background: url(assets/icon_dialog.png) 0 -60px;
background-size: 34px 260px;
}

Expand All @@ -103,7 +103,7 @@
height: 24px;
width: 24px;
cursor: pointer;
background: url(../icon_dialog.png) 0 -109px;
background: url(assets/icon_dialog.png) 0 -109px;
background-size: 34px 160px;
}

Expand Down Expand Up @@ -217,7 +217,7 @@
}

.content pre {
position: relative;
position: relative;
margin: 0 10px;
padding: 10px;
overflow: auto;
Expand All @@ -237,7 +237,7 @@
padding: 0.5em;
height: 24px;
width: 24px;
background: url(../icon_dialog.png) 0 -25px;
background: url(assets/icon_dialog.png) 0 -25px;
background-size: 34px 240px;
pointer-events: auto;
cursor: pointer;
Expand Down Expand Up @@ -305,7 +305,7 @@
}

.useful-normal {
background: url(../icon_dialog.png) 0 -101px;
background: url(assets/icon_dialog.png) 0 -101px;
background-size: 34px 230px;
opacity: 0.4;
}
Expand All @@ -315,7 +315,7 @@
}

.notuseful-normal {
background: url(../icon_dialog.png) 0 -153px;
background: url(assets/icon_dialog.png) 0 -153px;
background-size: 34px 230px;
opacity: 0.4;
}
Expand All @@ -325,22 +325,32 @@
}

.useful {
background: url(../icon_dialog.png) 0 -125px;
background: url(assets/icon_dialog.png) 0 -125px;
background-size: 34px 230px;
opacity: 1;
}

.notuseful {
background: url(../icon_dialog.png) 0 -177px;
background: url(assets/icon_dialog.png) 0 -177px;
background-size: 34px 230px;
opacity: 1;
}

.state-word {
animation: flash 2s infinite;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

@keyframes flash {
0% { opacity: 1; }
50% { opacity: 0; }
100% { opacity: 1; }
}

#captcha-box {
position: fixed;
bottom: 50%;
Expand All @@ -359,7 +369,7 @@
width: 310px;
margin: 20px 0;
}

.block {
position: absolute;
left: 0;
Expand Down Expand Up @@ -478,7 +488,7 @@
right: 11px;
width: 15px;
height: 15px;
background: url(../icon_slider.png) 0 -38px;
background: url(assets/icon_slider.png) 0 -38px;
background-size: 34px 471px;
}

Expand All @@ -488,7 +498,7 @@
left: 13px;
width: 14px;
height: 12px;
background: url(../icon_slider.png) 0 -25px;
background: url(assets/icon_slider.png) 0 -25px;
background-size: 34px 471px;
}

Expand All @@ -499,6 +509,6 @@
width: 34px;
height: 34px;
cursor: pointer;
background: url(../icon_slider.png) 0 -400px;
background: url(assets/icon_slider.png) 0 -400px;
background-size: 34px 471px;
}
}
Loading

0 comments on commit c19e8d3

Please sign in to comment.