新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
38
public/flukemoni/Ex2/testing.html
Normal file → Executable file
38
public/flukemoni/Ex2/testing.html
Normal file → Executable file
@@ -42,7 +42,7 @@
|
||||
}
|
||||
|
||||
}
|
||||
#testing_nz {
|
||||
#testing_q {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 640px;
|
||||
@@ -54,7 +54,25 @@
|
||||
--web-action-target: test_pass.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#rectangle_5_n {
|
||||
#n_31_ra {
|
||||
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_31_ra {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 374px;
|
||||
top: 500px;
|
||||
}
|
||||
#rectangle_5_ra {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -64,7 +82,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.rectangle_5_n {
|
||||
.rectangle_5_ra {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 49px;
|
||||
@@ -72,7 +90,7 @@
|
||||
left: 20px;
|
||||
top: 46px;
|
||||
}
|
||||
#n_upper_banner_n {
|
||||
#n_upper_banner_rb {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 30px;
|
||||
@@ -2994,13 +3012,17 @@ window.application = new Application();
|
||||
</head>
|
||||
<body>
|
||||
<div id="testing">
|
||||
<img onclick="application.goToTargetView(event)" id="testing_nz" src="testing_nz.png" srcset="testing_nz.png 1x, testing_nz@2x.png 2x">
|
||||
<img onclick="application.goToTargetView(event)" id="testing_q" src="testing_q.png" srcset="testing_q.png 1x, testing_q@2x.png 2x">
|
||||
|
||||
<svg class="rectangle_5_n">
|
||||
<rect id="rectangle_5_n" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
<svg class="n_31_ra">
|
||||
<ellipse id="n_31_ra" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="rectangle_5_ra">
|
||||
<rect id="rectangle_5_ra" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
</rect>
|
||||
</svg>
|
||||
<img id="n_upper_banner_n" src="n_upper_banner_n.png" srcset="n_upper_banner_n.png 1x, n_upper_banner_n@2x.png 2x">
|
||||
<img id="n_upper_banner_rb" src="n_upper_banner_rb.png" srcset="n_upper_banner_rb.png 1x, n_upper_banner_rb@2x.png 2x">
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user