新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
56
public/flukemoni/Ex3/Project.html
Normal file → Executable file
56
public/flukemoni/Ex3/Project.html
Normal file → Executable file
@@ -58,7 +58,43 @@
|
||||
top: 485px;
|
||||
overflow: visible;
|
||||
}
|
||||
#n_upper_banner_dm {
|
||||
#n_40_do {
|
||||
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_40_do {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 34px;
|
||||
top: 51px;
|
||||
}
|
||||
#n_40_dp {
|
||||
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_40_dp {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 359px;
|
||||
top: 283px;
|
||||
}
|
||||
#n_upper_banner_dq {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 30px;
|
||||
@@ -88,7 +124,7 @@
|
||||
--web-action-target: HOMEPAGE.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#rectangle_7_do {
|
||||
#rectangle_7_ds {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -98,7 +134,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.rectangle_7_do {
|
||||
.rectangle_7_ds {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 453px;
|
||||
@@ -3028,14 +3064,22 @@ window.application = new Application();
|
||||
|
||||
<img id="project2" src="project2.png" srcset="project2.png 1x, project2@2x.png 2x">
|
||||
|
||||
<img id="n_upper_banner_dm" src="n_upper_banner_dm.png" srcset="n_upper_banner_dm.png 1x, n_upper_banner_dm@2x.png 2x">
|
||||
<svg class="n_40_do">
|
||||
<ellipse id="n_40_do" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_40_dp">
|
||||
<ellipse id="n_40_dp" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<img id="n_upper_banner_dq" src="n_upper_banner_dq.png" srcset="n_upper_banner_dq.png 1x, n_upper_banner_dq@2x.png 2x">
|
||||
|
||||
<svg class="rectangle_5">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_5" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
</rect>
|
||||
</svg>
|
||||
<svg class="rectangle_7_do">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_7_do" rx="5" ry="5" x="0" y="0" width="453" height="52">
|
||||
<svg class="rectangle_7_ds">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_7_ds" rx="5" ry="5" x="0" y="0" width="453" height="52">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user