新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
44
public/flukemoni/Ex3/HOMEPAGE.html
Normal file → Executable file
44
public/flukemoni/Ex3/HOMEPAGE.html
Normal file → Executable file
@@ -50,6 +50,42 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#n_40 {
|
||||
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 {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 370px;
|
||||
top: 135px;
|
||||
}
|
||||
#n_40_db {
|
||||
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_db {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 229px;
|
||||
top: 478px;
|
||||
}
|
||||
#rectangle_1 {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
@@ -3108,6 +3144,14 @@ window.application = new Application();
|
||||
<div id="HOMEPAGE">
|
||||
<img id="homepage" src="homepage.png" srcset="homepage.png 1x, homepage@2x.png 2x">
|
||||
|
||||
<svg class="n_40">
|
||||
<ellipse id="n_40" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_40_db">
|
||||
<ellipse id="n_40_db" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="rectangle_1">
|
||||
<rect id="rectangle_1" rx="0" ry="0" x="0" y="0" width="441" height="101">
|
||||
</rect>
|
||||
|
||||
Reference in New Issue
Block a user