新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
72
public/flukemoni/Ex4_2/SETCOMP_LA.html
Normal file → Executable file
72
public/flukemoni/Ex4_2/SETCOMP_LA.html
Normal file → Executable file
@@ -50,7 +50,43 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#BackButton_gg {
|
||||
#n_1_he {
|
||||
opacity: 0.8;
|
||||
fill: rgba(249,188,18,1);
|
||||
stroke: rgba(249,188,18,1);
|
||||
stroke-width: 4px;
|
||||
stroke-linejoin: miter;
|
||||
stroke-linecap: butt;
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.n_1_he {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 33px;
|
||||
top: 51px;
|
||||
}
|
||||
#n_1_hf {
|
||||
opacity: 0.8;
|
||||
fill: rgba(249,188,18,1);
|
||||
stroke: rgba(249,188,18,1);
|
||||
stroke-width: 4px;
|
||||
stroke-linejoin: miter;
|
||||
stroke-linecap: butt;
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.n_1_hf {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 364px;
|
||||
top: 145px;
|
||||
}
|
||||
#BackButton_hg {
|
||||
position: absolute;
|
||||
width: 52px;
|
||||
height: 29px;
|
||||
@@ -62,7 +98,7 @@
|
||||
--web-action-target: HOMEPAGE_SM.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#BackButton_gh {
|
||||
#BackButton_hh {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -72,7 +108,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.BackButton_gh {
|
||||
.BackButton_hh {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 52px;
|
||||
@@ -92,7 +128,7 @@
|
||||
--web-action-target: SETCOMP_LA_TA.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#LaTaButton_gj {
|
||||
#LaTaButton_hj {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -102,7 +138,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.LaTaButton_gj {
|
||||
.LaTaButton_hj {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 141px;
|
||||
@@ -118,7 +154,7 @@
|
||||
top: 585px;
|
||||
overflow: visible;
|
||||
}
|
||||
#SetButton_gl {
|
||||
#SetButton_hl {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -128,7 +164,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.SetButton_gl {
|
||||
.SetButton_hl {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 58px;
|
||||
@@ -3052,21 +3088,29 @@ window.application = new Application();
|
||||
<div id="SETCOMP-LA">
|
||||
<img id="n_19" src="n_19.png" srcset="n_19.png 1x, n_19@2x.png 2x">
|
||||
|
||||
<div onclick="application.goToTargetView(event)" id="BackButton_gg" class="BackButton">
|
||||
<svg class="BackButton_gh">
|
||||
<rect id="BackButton_gh" rx="0" ry="0" x="0" y="0" width="52" height="29">
|
||||
<svg class="n_1_he">
|
||||
<ellipse id="n_1_he" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_1_hf">
|
||||
<ellipse id="n_1_hf" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<div onclick="application.goToTargetView(event)" id="BackButton_hg" class="BackButton">
|
||||
<svg class="BackButton_hh">
|
||||
<rect id="BackButton_hh" rx="0" ry="0" x="0" y="0" width="52" height="29">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
<div onclick="application.goToTargetView(event)" id="LaTaButton" class="La_TaButton">
|
||||
<svg class="LaTaButton_gj">
|
||||
<rect id="LaTaButton_gj" rx="0" ry="0" x="0" y="0" width="141" height="33">
|
||||
<svg class="LaTaButton_hj">
|
||||
<rect id="LaTaButton_hj" rx="0" ry="0" x="0" y="0" width="141" height="33">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
<div id="SetButton" class="SetButton">
|
||||
<svg class="SetButton_gl">
|
||||
<rect id="SetButton_gl" rx="0" ry="0" x="0" y="0" width="58" height="50">
|
||||
<svg class="SetButton_hl">
|
||||
<rect id="SetButton_hl" rx="0" ry="0" x="0" y="0" width="58" height="50">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user