UID298158性别保密经验 EP铁粒 粒回帖0主题精华在线时间 小时注册时间2022-2-21最后登录1970-1-1
|
发表于 2023-10-11 09:45:14 来自手机|显示全部楼层 IP:浙江省
- <!DOCTYPE html>
- <html>
- <head>
- <title>抽取替身</title>
- <style>
- body {
- background-color: #f2f2f2; /* 背景颜色 */
- font-family: Arial, sans-serif; /* 字体样式 */
- }
-
- h1 {
- color: #333333; /* 标题颜色 */
- text-align: center; /* 标题居中 */
- }
-
- .prize-container {
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 50px;
- }
-
- .prize {
- width: 200px;
- padding: 20px; /* 内边距 */
- border: 1px solid #cccccc; /* 边框样式 */
- border-radius: 5px; /* 圆角边框 */
- text-align: center; /* 文字居中 */
- }
-
- button {
- background-color: #4CAF50; /* 按钮背景颜色 */
- color: white; /* 按钮文字颜色 */
- border: none; /* 无边框 */
- padding: 10px 20px; /* 内边距 */
- text-align: center; /* 文字居中 */
- text-decoration: none; /* 无下划线 */
- display: inline-block; /* 行内块元素 */
- font-size: 16px; /* 字体大小 */
- margin: 20px 2px; /* 外边距 */
- cursor: pointer; /* 鼠标指针样式为手指形状 */
- border-radius: 5px; /* 圆角按钮 */
- }
-
- button:hover {
- background-color: #45a049; /* 鼠标悬停时的背景颜色 */
- }
- </style>
- </head>
- <body>
- <h1>抽取你的替身</h1>
-
- <button id="drawButton">点击抽取</button>
-
-
-
- <p id="result"></p>
-
复制代码
稍微参考一下吧,哈哈哈 |
7#2023-10-11 09:45:14回复(1)收起回复 AtmosHim2023-10-11 19:01IP:广东省 回复举报 很好的参考,使我的替身疯狂欧拉 |