新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
46
public/flukemoni/Ex2/save_result___16.html
Normal file → Executable file
46
public/flukemoni/Ex2/save_result___16.html
Normal file → Executable file
@@ -42,7 +42,7 @@
|
||||
}
|
||||
|
||||
}
|
||||
#n_33_save_name_w {
|
||||
#n_33_save_name_m {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 640px;
|
||||
@@ -50,7 +50,25 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#rectangle_5_xa {
|
||||
#n_36_p {
|
||||
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_p {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 419px;
|
||||
top: 596px;
|
||||
}
|
||||
#rectangle_5_bab {
|
||||
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_xa {
|
||||
.rectangle_5_bab {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 49px;
|
||||
@@ -72,7 +90,7 @@
|
||||
--web-action-target: test_pass___5.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#n_upper_banner_xb {
|
||||
#n_upper_banner_baf {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 30px;
|
||||
@@ -80,7 +98,7 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#save_xc {
|
||||
#save_r {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -90,7 +108,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.save_xc {
|
||||
.save_r {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 57px;
|
||||
@@ -3016,16 +3034,20 @@ window.application = new Application();
|
||||
</head>
|
||||
<body>
|
||||
<div id="save_result__16">
|
||||
<img id="n_33_save_name_w" src="n_33_save_name_w.png" srcset="n_33_save_name_w.png 1x, n_33_save_name_w@2x.png 2x">
|
||||
<img id="n_33_save_name_m" src="n_33_save_name_m.png" srcset="n_33_save_name_m.png 1x, n_33_save_name_m@2x.png 2x">
|
||||
|
||||
<svg class="rectangle_5_xa">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_5_xa" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
<svg class="n_36_p">
|
||||
<ellipse id="n_36_p" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="rectangle_5_bab">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_5_bab" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
</rect>
|
||||
</svg>
|
||||
<img id="n_upper_banner_xb" src="n_upper_banner_xb.png" srcset="n_upper_banner_xb.png 1x, n_upper_banner_xb@2x.png 2x">
|
||||
<img id="n_upper_banner_baf" src="n_upper_banner_baf.png" srcset="n_upper_banner_baf.png 1x, n_upper_banner_baf@2x.png 2x">
|
||||
|
||||
<svg class="save_xc">
|
||||
<rect onclick="application.goToTargetView(event)" id="save_xc" rx="0" ry="0" x="0" y="0" width="57" height="53">
|
||||
<svg class="save_r">
|
||||
<rect onclick="application.goToTargetView(event)" id="save_r" rx="0" ry="0" x="0" y="0" width="57" height="53">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user