parent
da5fdb472b
commit
ec90cc8817
@ -8,7 +8,7 @@
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body background="./bg.png" style="background-size:100% 100%; background-attachment: fixed;">
|
||||
<button class="closeButton2" id="closeButton">x</button>
|
||||
<button class="closeButton" id="closeButton">x</button>
|
||||
<h3>你选择的日期为:</h3>
|
||||
<div id="selectedDate">No date selected</div>
|
||||
<script src="script.js"></script>
|
||||
|
15
styles.css
15
styles.css
@ -58,7 +58,7 @@
|
||||
|
||||
/* 删除按钮样式 */
|
||||
.closeButton {
|
||||
background-color: rgba(255, 255, 255, 0); /* 白色背景 */
|
||||
background-color: rgba(255, 255, 255, 0); /* 粉色背景 */
|
||||
color: #fff; /* 白色文字 */
|
||||
border: none;
|
||||
outline: none;
|
||||
@ -71,20 +71,7 @@
|
||||
.closeButton:hover {
|
||||
background-color: rgba(255, 255, 255, 0.5); /* 深粉色背景 */
|
||||
}
|
||||
.closeButton2 {
|
||||
background-color: #ff69b4; /* 白色背景 */
|
||||
color: #fff; /* 白色文字 */
|
||||
border: none;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
padding: 5px 10px;
|
||||
transition: 0.3s;
|
||||
font-size: 12px; /* 调整字体大小 */
|
||||
}
|
||||
|
||||
.closeButton2:hover {
|
||||
background-color: #ff1493; /* 深粉色背景 */
|
||||
}
|
||||
img { height: auto; width: auto\9; width:28%; }
|
||||
|
||||
.cldBody {
|
||||
|
Loading…
Reference in New Issue
Block a user