HTML代码实现:
换肤主题 换背景颜色
CSS代码实现:
wupifu.css
#btn1{ width: 100px; height: 50px; background-color: aqua; border-radius: 25px; position: absolute; left: 37px; }#btn2{ width: 100px; height: 50px; background-color: blueviolet; border-radius: 25px; position: absolute; left: 150px; }#btn3{ width: 100px; height: 50px; background-color: gold; border-radius: 25px; position: absolute; left: 260px; }#btn4{ width: 100px; height: 50px; background-color: deeppink; border-radius: 25px; position: absolute; left: 369px; }#btn5{ width: 100px; height: 50px; background-color: green ; border-radius: 25px; position: absolute; left: 477px; }#btn6{ width: 100px; height: 50px; background-color: blue ; border-radius: 25px; position: absolute; left: 585px; }#btn7{ width: 100px; height: 50px; background-color: darksalmon ; border-radius: 25px; position: absolute; left: 693px; }
zuotu.css
#tb { background-color: antiquewhite; border: 1px solid black; border-collapse: collapse; margin: 100px auto;}#tb td { width: 500px; height: 400px; border: 1px solid black; vertical-align: center; text-align: center;}#setbtn { width: 100px; height: 40px; color: white; background-color: #0181cc;}label { font-size: 20px; font-family: 'kaiti';}input { height: 20px; font-family: 'kaiti';}select { font-size: 20px; font-family: 'kaiti';}