Whether the border of table can be controlled in this way.

clipboard.png

for example, can there be a gray between payment and order price
, but if this gray line is not all
, then it is about 80% and then put it in the middle
. Can this be done

?

Update
every line
is only 80%

.
Feb.28,2021

you can use:: before or:: after.

table td:nth-child(n+2)::before{
  content: '';
  position: absolute;
  left: 0;
  top: 10%;
  width: 1px;
  height: 80%;
  background: -sharpccc;
}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b30d5b-2bd51.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b30d5b-2bd51.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?