家人们直接代码奉上:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Title</title>
<script src="vue.global.js"></script>
<style>
*{
padding: 0;
margin: 0;
}
tbody tr:nth-child(odd){
background-color: red;
}
.biao{
width: 800px;
margin: 20px auto;
color: #000;
background-color: pink;
}
tr{
height: 30px;
text-align: center;
}
table{
width: 100%;
}
table,th,td{
border: 1px solid black;
border-collapse: collapse;
}
</style>
</head>
<body>