答案1
欢迎!我们通常通过发布完全可编译的示例来交流,例如
\documentclass{article}
\usepackage[skins]{tcolorbox}
\definecolor{lightblue}{RGB}{80,142,209}
\begin{document}
\begin{tcolorbox}[enhanced,title=My title,coltitle=cyan,
attach boxed title to top center={yshift*=-3mm},colback=white,
colframe=cyan,
boxed title style={size=small,colback=white,colframe=white}]
This is a \textbf{tcolorbox}.
\end{tcolorbox}
\end{document}