feat: update start button

This commit is contained in:
sangge 2023-12-07 08:15:45 +08:00
parent 1569a5c61a
commit bf490fd46f

View File

@ -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;