pages/learn/learn.wxss
@@ -68,3 +68,30 @@ width: 46vw; height: 20vw; } .fyui-panel_video .video-poster { width: 100%; background-color: black; } .fyui-panel_video .video-title{ padding: 2px 16px; font-size: 16px; } .fyui-panel_video .video-play { position: absolute; top: calc(50% - 25px); left: calc(50% - 25px); z-index: 10; background-color: rgba(138, 138, 138, 0.712); border-radius: 50%; } .fyui-panel_video .tag{ display: flex; justify-content: space-between; font-size: 12px; color: var(--fyui-text-color_2); padding: 4px 16px; }