table边框

table {
  width: 50vw;
  margin: 50px;
  //border
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-collapse: collapse;
  th,
  td {
    text-align: center;
    //border
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
  }
}
posted @ 2023-08-08 16:28  zy-lzh  阅读(12)  评论(0)    收藏  举报