新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
68
public/flukemoni/Ex1/T3adjust_brightness___2.html
Normal file → Executable file
68
public/flukemoni/Ex1/T3adjust_brightness___2.html
Normal file → Executable file
@@ -42,7 +42,7 @@
|
||||
}
|
||||
|
||||
}
|
||||
#n_adjust_brightness_qy {
|
||||
#n_adjust_brightness_vr {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 640px;
|
||||
@@ -50,7 +50,43 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#rectangle_5_qz {
|
||||
#n_17_vs {
|
||||
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_17_vs {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 34px;
|
||||
top: 51px;
|
||||
}
|
||||
#n_36 {
|
||||
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_36 {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 422px;
|
||||
top: 600px;
|
||||
}
|
||||
#rectangle_5_vu {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -60,7 +96,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.rectangle_5_qz {
|
||||
.rectangle_5_vu {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 49px;
|
||||
@@ -73,7 +109,7 @@
|
||||
--web-action-target: T2_tools___2.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#rectangle_lowerright_button_q {
|
||||
#rectangle_lowerright_button_vv {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -83,7 +119,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.rectangle_lowerright_button_q {
|
||||
.rectangle_lowerright_button_vv {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 60px;
|
||||
@@ -96,7 +132,7 @@
|
||||
--web-action-target: T2_tools___2.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#n_upper_banner_q {
|
||||
#n_upper_banner_vw {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 30px;
|
||||
@@ -3018,17 +3054,25 @@ window.application = new Application();
|
||||
</head>
|
||||
<body>
|
||||
<div id="T3adjust_brightness__2">
|
||||
<img id="n_adjust_brightness_qy" src="n_adjust_brightness_qy.png" srcset="n_adjust_brightness_qy.png 1x, n_adjust_brightness_qy@2x.png 2x">
|
||||
<img id="n_adjust_brightness_vr" src="n_adjust_brightness_vr.png" srcset="n_adjust_brightness_vr.png 1x, n_adjust_brightness_vr@2x.png 2x">
|
||||
|
||||
<svg class="rectangle_5_qz">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_5_qz" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
<svg class="n_17_vs">
|
||||
<ellipse id="n_17_vs" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_36">
|
||||
<ellipse id="n_36" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="rectangle_5_vu">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_5_vu" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
</rect>
|
||||
</svg>
|
||||
<svg class="rectangle_lowerright_button_q">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_lowerright_button_q" rx="0" ry="0" x="0" y="0" width="60" height="51">
|
||||
<svg class="rectangle_lowerright_button_vv">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_lowerright_button_vv" rx="0" ry="0" x="0" y="0" width="60" height="51">
|
||||
</rect>
|
||||
</svg>
|
||||
<img id="n_upper_banner_q" src="n_upper_banner_q.png" srcset="n_upper_banner_q.png 1x, n_upper_banner_q@2x.png 2x">
|
||||
<img id="n_upper_banner_vw" src="n_upper_banner_vw.png" srcset="n_upper_banner_vw.png 1x, n_upper_banner_vw@2x.png 2x">
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user