dev
This commit is contained in:
135
public/flukemoni/Ex4/HOMEPAGE_ChangeTest.css
Normal file
135
public/flukemoni/Ex4/HOMEPAGE_ChangeTest.css
Normal file
@@ -0,0 +1,135 @@
|
||||
.mediaViewInfo {
|
||||
--web-view-name: HOMEPAGE-ChangeTest;
|
||||
--web-view-id: HOMEPAGE-ChangeTest;
|
||||
--web-scale-on-resize: true;
|
||||
--web-enable-deep-linking: true;
|
||||
}
|
||||
:root {
|
||||
--web-view-ids: HOMEPAGE-ChangeTest;
|
||||
}
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
border: none;
|
||||
}
|
||||
#HOMEPAGE-ChangeTest {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 640px;
|
||||
background-color: rgba(255,255,255,1);
|
||||
overflow: hidden;
|
||||
--web-view-name: HOMEPAGE-ChangeTest;
|
||||
--web-view-id: HOMEPAGE-ChangeTest;
|
||||
--web-scale-on-resize: true;
|
||||
--web-enable-deep-linking: true;
|
||||
}
|
||||
@keyframes fadein {
|
||||
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
}
|
||||
#n_2 {
|
||||
position: absolute;
|
||||
width: 480px;
|
||||
height: 640px;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
#back {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
width: 59px;
|
||||
height: 38px;
|
||||
left: 13px;
|
||||
top: 43px;
|
||||
overflow: visible;
|
||||
--web-animation: fadein 0.3s ease-out;
|
||||
--web-action-type: page;
|
||||
--web-action-target: HOMEPAGE.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#back_dq {
|
||||
opacity: 0.25;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
stroke-width: 1px;
|
||||
stroke-linejoin: miter;
|
||||
stroke-linecap: butt;
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.back_dq {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 59px;
|
||||
height: 38px;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
#NewTestbutton {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
width: 82px;
|
||||
height: 52px;
|
||||
left: 4px;
|
||||
top: 584px;
|
||||
overflow: visible;
|
||||
--web-animation: fadein 0.3s ease-out;
|
||||
--web-action-type: page;
|
||||
--web-action-target: HOMEPAGE_ChangeTest_NewTest.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#NewTestbutton_ds {
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
stroke-width: 1px;
|
||||
stroke-linejoin: miter;
|
||||
stroke-linecap: butt;
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.NewTestbutton_ds {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 82px;
|
||||
height: 52px;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
#UseSelectbutton {
|
||||
position: absolute;
|
||||
width: 113px;
|
||||
height: 52px;
|
||||
left: 357px;
|
||||
top: 584px;
|
||||
overflow: visible;
|
||||
--web-animation: fadein 0.3s ease-out;
|
||||
--web-action-type: page;
|
||||
--web-action-target: HOMEPAGE.html;
|
||||
cursor: pointer;
|
||||
}
|
||||
#UseSelectbutton_du {
|
||||
opacity: 0;
|
||||
fill: rgba(255,255,255,1);
|
||||
stroke: rgba(112,112,112,1);
|
||||
stroke-width: 1px;
|
||||
stroke-linejoin: miter;
|
||||
stroke-linecap: butt;
|
||||
stroke-miterlimit: 4;
|
||||
shape-rendering: auto;
|
||||
}
|
||||
.UseSelectbutton_du {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 113px;
|
||||
height: 52px;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user