新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
72
public/flukemoni/Ex4_2/HOMEPAGE_SM.html
Normal file → Executable file
72
public/flukemoni/Ex4_2/HOMEPAGE_SM.html
Normal file → Executable file
@@ -42,7 +42,7 @@
|
||||
}
|
||||
|
||||
}
|
||||
#n_1_f {
|
||||
#n_1_g {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 640px;
|
||||
@@ -50,7 +50,43 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#TestType_f {
|
||||
#n_20_g {
|
||||
opacity: 0.8;
|
||||
fill: rgba(249,188,18,1);
|
||||
stroke: rgba(146,135,105,1);
|
||||
stroke-width: 1px;
|
||||
stroke-linejoin: miter;
|
||||
stroke-linecap: butt;
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.n_20_g {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 206px;
|
||||
top: 599px;
|
||||
}
|
||||
#n_1_ha {
|
||||
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_ha {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 366px;
|
||||
top: 231px;
|
||||
}
|
||||
#TestType_g {
|
||||
position: absolute;
|
||||
width: 442px;
|
||||
height: 99px;
|
||||
@@ -62,7 +98,7 @@
|
||||
--web-action-target: TestType_SM.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#TestType_ga {
|
||||
#TestType_ha {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -72,7 +108,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.TestType_ga {
|
||||
.TestType_ha {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 442px;
|
||||
@@ -80,7 +116,7 @@
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
#SetCOMPButtion_gb {
|
||||
#SetCOMPButtion_g {
|
||||
position: absolute;
|
||||
width: 99px;
|
||||
height: 50px;
|
||||
@@ -92,7 +128,7 @@
|
||||
--web-action-target: SETCOMP_LA.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#SetCOMPButtion_gc {
|
||||
#SetCOMPButtion_ha {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -102,7 +138,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.SetCOMPButtion_gc {
|
||||
.SetCOMPButtion_ha {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 99px;
|
||||
@@ -3024,17 +3060,25 @@ window.application = new Application();
|
||||
</head>
|
||||
<body>
|
||||
<div id="HOMEPAGE-SM">
|
||||
<img id="n_1_f" src="n_1_f.png" srcset="n_1_f.png 1x, n_1_f@2x.png 2x">
|
||||
<img id="n_1_g" src="n_1_g.png" srcset="n_1_g.png 1x, n_1_g@2x.png 2x">
|
||||
|
||||
<div onclick="application.goToTargetView(event)" id="TestType_f" class="TestType">
|
||||
<svg class="TestType_ga">
|
||||
<rect id="TestType_ga" rx="0" ry="0" x="0" y="0" width="442" height="99">
|
||||
<svg class="n_20_g">
|
||||
<ellipse id="n_20_g" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_1_ha">
|
||||
<ellipse id="n_1_ha" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<div onclick="application.goToTargetView(event)" id="TestType_g" class="TestType">
|
||||
<svg class="TestType_ha">
|
||||
<rect id="TestType_ha" rx="0" ry="0" x="0" y="0" width="442" height="99">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
<div onclick="application.goToTargetView(event)" id="SetCOMPButtion_gb" class="SetCOMPButtion">
|
||||
<svg class="SetCOMPButtion_gc">
|
||||
<rect id="SetCOMPButtion_gc" rx="0" ry="0" x="0" y="0" width="99" height="50">
|
||||
<div onclick="application.goToTargetView(event)" id="SetCOMPButtion_g" class="SetCOMPButtion">
|
||||
<svg class="SetCOMPButtion_ha">
|
||||
<rect id="SetCOMPButtion_ha" rx="0" ry="0" x="0" y="0" width="99" height="50">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user