添加温馨提示页面

This commit is contained in:
xianyi
2025-11-27 18:15:01 +08:00
parent 5c691727eb
commit 914614cf2e
6 changed files with 233 additions and 5 deletions

View File

@@ -2,8 +2,7 @@
position: relative;
width: 395px;
height: 112px;
background: url("../assets/buttons/confirm-button.png") center center
no-repeat;
background: url("../assets/buttons/confirm-button.png") center center no-repeat;
background-size: 100% 100%;
border: none;
cursor: pointer;
@@ -24,7 +23,6 @@
}
.confirm-button-text {
width: 151px;
height: 49px;
overflow-wrap: break-word;
color: rgba(255, 255, 255, 1);
@@ -34,4 +32,4 @@
text-align: center;
white-space: nowrap;
line-height: 51px;
}
}