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