 .sptpss {
 position: relative;
 display: inline-block; /*使容器根据其内容调整大小 */
 }

 img, video {
 width:100%; /* 或其他你想要的尺寸 */
 height: auto; /*使高度自动调整 */
 border-radius:5px; /* 可选的样式 */
 }

 .text {
 position: absolute;
 top:294px; /* 垂直居中 */
 right:12px; /* 水平居中 */
 color: white; /*文字颜色 */
 background-color: rgba(0,0,0,0); /* 半透明背景 */
 padding:5px; /* 内边距 */
 border-radius:5px; /* 可选的圆角 */
 }