feat: update start button
This commit is contained in:
parent
1569a5c61a
commit
bf490fd46f
@ -6,8 +6,6 @@
|
||||
<title>秦始皇餐厅</title>
|
||||
<style>
|
||||
body {
|
||||
width: 1280px;
|
||||
height: 731px;
|
||||
background-image: url('asset/pic/startpage.png');
|
||||
background-repeat: no-repeat;
|
||||
display: flex;
|
||||
@ -15,9 +13,12 @@
|
||||
align-items: center;
|
||||
}
|
||||
#start-button {
|
||||
position: absolute;
|
||||
background-image: url('asset/pic/start.png');
|
||||
width: 1280px; /* 按钮的宽度 */
|
||||
height: 731px; /* 按钮的高度 */
|
||||
left: 760px;
|
||||
top: 400px;
|
||||
width: 256px; /* 按钮的宽度 */
|
||||
height: 256px; /* 按钮的高度 */
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user