新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
34
public/flukemoni/Ex2/T3adjust_brightness.html
Normal file → Executable file
34
public/flukemoni/Ex2/T3adjust_brightness.html
Normal file → Executable file
@@ -50,7 +50,25 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#rectangle_5_kk {
|
||||
#n_17_mp {
|
||||
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_mp {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 34px;
|
||||
top: 51px;
|
||||
}
|
||||
#rectangle_5_mq {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -60,7 +78,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.rectangle_5_kk {
|
||||
.rectangle_5_mq {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 49px;
|
||||
@@ -96,7 +114,7 @@
|
||||
--web-action-target: T2_tools.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#n_upper_banner_km {
|
||||
#n_upper_banner_ms {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 30px;
|
||||
@@ -3020,15 +3038,19 @@ window.application = new Application();
|
||||
<div id="T3adjust_brightness">
|
||||
<img id="n_adjust_brightness" src="n_adjust_brightness.png" srcset="n_adjust_brightness.png 1x, n_adjust_brightness@2x.png 2x">
|
||||
|
||||
<svg class="rectangle_5_kk">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_5_kk" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
<svg class="n_17_mp">
|
||||
<ellipse id="n_17_mp" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="rectangle_5_mq">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_5_mq" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
</rect>
|
||||
</svg>
|
||||
<svg class="rectangle_lowerright_button">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_lowerright_button" rx="0" ry="0" x="0" y="0" width="60" height="51">
|
||||
</rect>
|
||||
</svg>
|
||||
<img id="n_upper_banner_km" src="n_upper_banner_km.png" srcset="n_upper_banner_km.png 1x, n_upper_banner_km@2x.png 2x">
|
||||
<img id="n_upper_banner_ms" src="n_upper_banner_ms.png" srcset="n_upper_banner_ms.png 1x, n_upper_banner_ms@2x.png 2x">
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user