答案1
这里有一种方法;
\documentclass{article}
\usepackage[svgnames, table]{xcolor}%
\usepackage[showframe]{geometry}
\usepackage{caption, tabularx, booktabs, hhline}
\begin{document}
\begin{table}[!ht]
\centering\setlength{\aboverulesep}{0pt}
\setlength{\belowrulesep}{0pt}
\begin{tabularx}{\linewidth}{| >{\columncolor{Lavender!60}}p{2cm}|X|X|X!{\color{Tomato}\vrule width1.2pt} p{2cm}|}
\hline
\rowcolor{Lavender!60} & & & & \\
\hline
& & & & \\
\hline
& & & & \\
\hline
& & & & \\
\hline
& & & & \\
\hline
& & & & \\
\hline
& & & & \\
\hline
& & & & \\
\arrayrulecolor{Tomato}
\midrule[1.2pt]
& & & & \\
\arrayrulecolor{black}\hline
\end{tabularx}
\end{table}
\end{document}