新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
90
public/flukemoni/Ex4/_NewTest_TestLimt.html
Normal file → Executable file
90
public/flukemoni/Ex4/_NewTest_TestLimt.html
Normal file → Executable file
@@ -50,7 +50,43 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#backbutton_eo {
|
||||
#n_18_e {
|
||||
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_18_e {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 34px;
|
||||
top: 51px;
|
||||
}
|
||||
#n_18_fa {
|
||||
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_18_fa {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 423px;
|
||||
top: 600px;
|
||||
}
|
||||
#backbutton_e {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
width: 53px;
|
||||
@@ -63,7 +99,7 @@
|
||||
--web-action-target: HOMEPAGE_ChangeTest_NewTest.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#backbutton_ep {
|
||||
#backbutton_fa {
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
stroke-width: 1px;
|
||||
@@ -72,7 +108,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.backbutton_ep {
|
||||
.backbutton_fa {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 53px;
|
||||
@@ -80,7 +116,19 @@
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
#MoreButton_eq {
|
||||
#MoreButton_e {
|
||||
position: absolute;
|
||||
width: 62px;
|
||||
height: 52px;
|
||||
left: 403px;
|
||||
top: 585px;
|
||||
overflow: visible;
|
||||
--web-animation: fadein 0.3s ease-out;
|
||||
--web-action-type: page;
|
||||
--web-action-target: _NewTest_TestLimt_More.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#MoreButton_fa {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -90,17 +138,13 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.MoreButton_eq {
|
||||
.MoreButton_fa {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 62px;
|
||||
height: 52px;
|
||||
left: 403px;
|
||||
top: 585px;
|
||||
--web-animation: fadein 0.3s ease-out;
|
||||
--web-action-type: page;
|
||||
--web-action-target: _NewTest_TestLimt_More.html;
|
||||
cursor: pointer;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
</style>
|
||||
<script id="applicationScript">
|
||||
@@ -3018,16 +3062,26 @@ window.application = new Application();
|
||||
<div id="n_NewTest-TestLimt">
|
||||
<img id="n_5" src="n_5.png" srcset="n_5.png 1x, n_5@2x.png 2x">
|
||||
|
||||
<div onclick="application.goToTargetView(event)" id="backbutton_eo" class="backbutton">
|
||||
<svg class="backbutton_ep">
|
||||
<rect id="backbutton_ep" rx="0" ry="0" x="0" y="0" width="53" height="32">
|
||||
<svg class="n_18_e">
|
||||
<ellipse id="n_18_e" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_18_fa">
|
||||
<ellipse id="n_18_fa" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<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="53" height="32">
|
||||
</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="62" height="52">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
<svg class="MoreButton_eq">
|
||||
<rect onclick="application.goToTargetView(event)" id="MoreButton_eq" rx="0" ry="0" x="0" y="0" width="62" height="52">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user