新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
20
public/flukemoni/Ex3/test1_1___lenth___1.html
Normal file → Executable file
20
public/flukemoni/Ex3/test1_1___lenth___1.html
Normal file → Executable file
@@ -32,7 +32,7 @@
|
||||
--web-scale-on-resize: true;
|
||||
--web-enable-deep-linking: true;
|
||||
}
|
||||
#n_upper_banner_fy {
|
||||
#n_upper_banner_g {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 30px;
|
||||
@@ -40,7 +40,7 @@
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#rectangle_5_fz {
|
||||
#rectangle_5_g {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -50,7 +50,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.rectangle_5_fz {
|
||||
.rectangle_5_g {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 49px;
|
||||
@@ -58,7 +58,7 @@
|
||||
left: 19px;
|
||||
top: 48px;
|
||||
}
|
||||
#rectangle_5_f {
|
||||
#rectangle_5_ha {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -68,7 +68,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.rectangle_5_f {
|
||||
.rectangle_5_ha {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 49px;
|
||||
@@ -2990,14 +2990,14 @@ window.application = new Application();
|
||||
</head>
|
||||
<body>
|
||||
<div id="test1-1__lenth__1">
|
||||
<img id="n_upper_banner_fy" src="n_upper_banner_fy.png" srcset="n_upper_banner_fy.png 1x, n_upper_banner_fy@2x.png 2x">
|
||||
<img id="n_upper_banner_g" src="n_upper_banner_g.png" srcset="n_upper_banner_g.png 1x, n_upper_banner_g@2x.png 2x">
|
||||
|
||||
<svg class="rectangle_5_fz">
|
||||
<rect id="rectangle_5_fz" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
<svg class="rectangle_5_g">
|
||||
<rect id="rectangle_5_g" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
</rect>
|
||||
</svg>
|
||||
<svg class="rectangle_5_f">
|
||||
<rect id="rectangle_5_f" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
<svg class="rectangle_5_ha">
|
||||
<rect id="rectangle_5_ha" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user