新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
72
public/flukemoni/Ex2/save_result___26.html
Normal file → Executable file
72
public/flukemoni/Ex2/save_result___26.html
Normal file → Executable file
@@ -42,7 +42,7 @@
|
||||
}
|
||||
|
||||
}
|
||||
#n_33_save_name_d {
|
||||
#n_33_save_name_t {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 640px;
|
||||
@@ -50,7 +50,43 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#rectangle_5_baf {
|
||||
#n_31_z {
|
||||
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_31_z {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 34px;
|
||||
top: 51px;
|
||||
}
|
||||
#n_31_g {
|
||||
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_31_g {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 419px;
|
||||
top: 603px;
|
||||
}
|
||||
#rectangle_5_bba {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -60,15 +96,19 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.rectangle_5_baf {
|
||||
.rectangle_5_bba {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 49px;
|
||||
height: 31px;
|
||||
left: 20px;
|
||||
top: 46px;
|
||||
--web-animation: fadein 0.3s ease-out;
|
||||
--web-action-type: page;
|
||||
--web-action-target: test_pass___8.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#n_upper_banner_bag {
|
||||
#n_upper_banner_bbh {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 30px;
|
||||
@@ -76,7 +116,7 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#save_g {
|
||||
#save_y {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -86,7 +126,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.save_g {
|
||||
.save_y {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 57px;
|
||||
@@ -3012,16 +3052,24 @@ window.application = new Application();
|
||||
</head>
|
||||
<body>
|
||||
<div id="save_result__26">
|
||||
<img id="n_33_save_name_d" src="n_33_save_name_d.png" srcset="n_33_save_name_d.png 1x, n_33_save_name_d@2x.png 2x">
|
||||
<img id="n_33_save_name_t" src="n_33_save_name_t.png" srcset="n_33_save_name_t.png 1x, n_33_save_name_t@2x.png 2x">
|
||||
|
||||
<svg class="rectangle_5_baf">
|
||||
<rect id="rectangle_5_baf" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
<svg class="n_31_z">
|
||||
<ellipse id="n_31_z" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="n_31_g">
|
||||
<ellipse id="n_31_g" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<svg class="rectangle_5_bba">
|
||||
<rect onclick="application.goToTargetView(event)" id="rectangle_5_bba" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
</rect>
|
||||
</svg>
|
||||
<img id="n_upper_banner_bag" src="n_upper_banner_bag.png" srcset="n_upper_banner_bag.png 1x, n_upper_banner_bag@2x.png 2x">
|
||||
<img id="n_upper_banner_bbh" src="n_upper_banner_bbh.png" srcset="n_upper_banner_bbh.png 1x, n_upper_banner_bbh@2x.png 2x">
|
||||
|
||||
<svg class="save_g">
|
||||
<rect onclick="application.goToTargetView(event)" id="save_g" rx="0" ry="0" x="0" y="0" width="57" height="53">
|
||||
<svg class="save_y">
|
||||
<rect onclick="application.goToTargetView(event)" id="save_y" rx="0" ry="0" x="0" y="0" width="57" height="53">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user