新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
38
public/flukemoni/Ex2/back_to_homepage.html
Normal file → Executable file
38
public/flukemoni/Ex2/back_to_homepage.html
Normal file → Executable file
@@ -50,25 +50,25 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#rectangle_5_nu {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
stroke-width: 1px;
|
||||
#n_31_q {
|
||||
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;
|
||||
}
|
||||
.rectangle_5_nu {
|
||||
.n_31_q {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 49px;
|
||||
height: 31px;
|
||||
left: 20px;
|
||||
top: 46px;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
left: 395px;
|
||||
top: 599px;
|
||||
}
|
||||
#n_upper_banner_nv {
|
||||
#n_upper_banner_q {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 30px;
|
||||
@@ -76,7 +76,7 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#choose_nw {
|
||||
#choose_q {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -86,7 +86,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.choose_nw {
|
||||
.choose_q {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 122px;
|
||||
@@ -3014,14 +3014,14 @@ window.application = new Application();
|
||||
<div id="back_to_homepage">
|
||||
<img id="T1cat_6A_Channel" src="T1cat_6A_Channel.png" srcset="T1cat_6A_Channel.png 1x, T1cat_6A_Channel@2x.png 2x">
|
||||
|
||||
<svg class="rectangle_5_nu">
|
||||
<rect id="rectangle_5_nu" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
</rect>
|
||||
<svg class="n_31_q">
|
||||
<ellipse id="n_31_q" rx="11" ry="11" cx="11" cy="11">
|
||||
</ellipse>
|
||||
</svg>
|
||||
<img id="n_upper_banner_nv" src="n_upper_banner_nv.png" srcset="n_upper_banner_nv.png 1x, n_upper_banner_nv@2x.png 2x">
|
||||
<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">
|
||||
|
||||
<svg class="choose_nw">
|
||||
<rect onclick="application.goToTargetView(event)" id="choose_nw" rx="0" ry="0" x="0" y="0" width="122" height="50">
|
||||
<svg class="choose_q">
|
||||
<rect onclick="application.goToTargetView(event)" id="choose_q" rx="0" ry="0" x="0" y="0" width="122" height="50">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user