新增模拟页面圆点,控制页面增加仿真操作记录
This commit is contained in:
8
public/flukemoni/Ex1/customized___1.html
Normal file → Executable file
8
public/flukemoni/Ex1/customized___1.html
Normal file → Executable file
@@ -32,7 +32,7 @@
|
||||
--web-scale-on-resize: true;
|
||||
--web-enable-deep-linking: true;
|
||||
}
|
||||
#rectangle_5_jd {
|
||||
#rectangle_5_lp {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
@@ -42,7 +42,7 @@
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.rectangle_5_jd {
|
||||
.rectangle_5_lp {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 49px;
|
||||
@@ -2964,8 +2964,8 @@ window.application = new Application();
|
||||
</head>
|
||||
<body>
|
||||
<div id="customized__1">
|
||||
<svg class="rectangle_5_jd">
|
||||
<rect id="rectangle_5_jd" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
<svg class="rectangle_5_lp">
|
||||
<rect id="rectangle_5_lp" rx="0" ry="0" x="0" y="0" width="49" height="31">
|
||||
</rect>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user