返回浏览
偶然捡到了时停器?

偶然捡到了时停器?

TOXICcc
热度 1,247122026/2/17
前往原站查看

简介

你是一名在校学生 偶然捡到了一个怀表(时停器) 按下按钮或者旋转按钮都会出现不一样的效果 在学校有五名女老师 还有十个比较漂亮的女同学 而回到家后还有五个女邻居 你会用这个怀表对她们做什么呢 (请提前写下你的身材,强项科目,弱项科目,这会让角色对你的态度有影响) <!DOCTYPE html> <html lang="zh-TW"> <head> <meta charset="UTF-8"> <title>資料輸入卡片</title> <style> body { font-family: Microsoft JhengHei, sans-serif; max-width: 480px; margin: 30px auto; padding: 0 15px; } .card { border: 1px solid #ddd; padding: 20px; border-radius: 12px; background: #fafafa; } .item { margin: 12px 0; } label { display: block; margin-bottom: 4px; font-weight: bold; } input, textarea { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 6px; font-size: 14px; } .output { margin-top: 20px; padding: 15px; background: #fff; border: 1px solid #eee; border-radius: 8px; white-space: pre-line; } </style> </head> <body> <div class="card"> <div class="item"> <label>名字</label> <input type="text" placeholder="請輸入名字"> </div> <div class="item"> <label>性別</label> <input type="text" placeholder="請輸入性別"> </div> <div class="item"> <label>個性</label> <textarea rows="4" placeholder="請輸入個性"></textarea> </div> <div class="output"> 請在上方輸入內容, 手動複製這區塊內容即可使用。 </div> </div> </body> </html>

图片预览