新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
68
public/flukemoni/Ex4_2/_NewTest_TestLimt.html
Normal file → Executable file
68
public/flukemoni/Ex4_2/_NewTest_TestLimt.html
Normal file → Executable file
@@ -50,7 +50,43 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#BackButton_e {
|
||||
#n_1_fk {
|
||||
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_fk {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 33px;
|
||||
top: 51px;
|
||||
}
|
||||
#n_1_fl {
|
||||
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_fl {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 423px;
|
||||
top: 599px;
|
||||
}
|
||||
#BackButton_fm {
|
||||
position: absolute;
|
||||
width: 52px;
|
||||
height: 29px;
|
||||
@@ -62,7 +98,7 @@
|
||||
--web-action-target: TestType_NewTest_SM.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#BackButton_fa {
|
||||
#BackButton_fn {
|
||||
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_fa {
|
||||
.BackButton_fn {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 52px;
|
||||
@@ -80,7 +116,7 @@
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
#MoreButton_e {
|
||||
#MoreButton_fo {
|
||||
position: absolute;
|
||||
width: 61px;
|
||||
height: 50px;
|
||||
@@ -92,7 +128,7 @@
|
||||
--web-action-target: _NewTest_TestLimt_More.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#MoreButton_fa {
|
||||
#MoreButton_fp {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -102,7 +138,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.MoreButton_fa {
|
||||
.MoreButton_fp {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 61px;
|
||||
@@ -3026,15 +3062,23 @@ window.application = new Application();
|
||||
<div id="n_NewTest-TestLimt">
|
||||
<img id="n_14" src="n_14.png" srcset="n_14.png 1x, n_14@2x.png 2x">
|
||||
|
||||
<div onclick="application.goToTargetView(event)" id="BackButton_e" class="BackButton">
|
||||
<svg class="BackButton_fa">
|
||||
<rect id="BackButton_fa" rx="0" ry="0" x="0" y="0" width="52" height="29">
|
||||
<svg class="n_1_fk">
|
||||
<ellipse id="n_1_fk" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_1_fl">
|
||||
<ellipse id="n_1_fl" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<div onclick="application.goToTargetView(event)" id="BackButton_fm" class="BackButton">
|
||||
<svg class="BackButton_fn">
|
||||
<rect id="BackButton_fn" rx="0" ry="0" x="0" y="0" width="52" height="29">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
<div onclick="application.goToTargetView(event)" id="MoreButton_e" class="MoreButton">
|
||||
<svg class="MoreButton_fa">
|
||||
<rect id="MoreButton_fa" rx="0" ry="0" x="0" y="0" width="61" height="50">
|
||||
<div onclick="application.goToTargetView(event)" id="MoreButton_fo" class="MoreButton">
|
||||
<svg class="MoreButton_fp">
|
||||
<rect id="MoreButton_fp" rx="0" ry="0" x="0" y="0" width="61" height="50">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user