摘要: <style> .box { display: flex; justify-content: center; } table { width: 600px; text-align: center; border-collapse: collapse; border: 1px solid #000; 阅读全文
posted @ 2021-06-22 10:48 唯爱小喵 阅读(133) 评论(0) 推荐(0)
摘要: <style> * { margin: 0; padding: 0; } body { display: flex; justify-content: center; align-items: center; height: 100vh; } .box-tab { width: 620px; hei 阅读全文
posted @ 2021-06-22 10:47 唯爱小喵 阅读(220) 评论(0) 推荐(0)
摘要: <style> * { margin: 0; padding: 0; } .box { margin: 100px 100px; width: 500px; } .words { width: 100%; } .words div { height: 50px; line-height: 50px; 阅读全文
posted @ 2021-06-22 10:28 唯爱小喵 阅读(143) 评论(0) 推荐(0)