You've already forked Pandona-Engine
初始化提交
This commit is contained in:
57
template-example/style/scene-styles.css
Normal file
57
template-example/style/scene-styles.css
Normal file
@@ -0,0 +1,57 @@
|
||||
/* Auto-generated scene styles */
|
||||
|
||||
/* Scene style for sence1\index */
|
||||
.test-sprite {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background-color: #ff5722;
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
left: 50px;
|
||||
border: 2px solid #e64a19;
|
||||
}
|
||||
.test-box {
|
||||
width: 200px;
|
||||
height: 50px;
|
||||
background-color: #2196f3;
|
||||
color: white;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
top: 200px;
|
||||
left: 50px;
|
||||
border: 2px solid #1976d2;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.test-text {
|
||||
position: absolute;
|
||||
top: 300px;
|
||||
left: 50px;
|
||||
color: #333;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.menu-item {
|
||||
width: 150px;
|
||||
height: 40px;
|
||||
background-color: #9c27b0;
|
||||
color: white;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
left: 50px;
|
||||
border: 2px solid #7b1fa2;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
||||
/* Scene style for sence2\index */
|
||||
|
||||
Reference in New Issue
Block a user