视频结束按钮样式优化

This commit is contained in:
禺狨 2023-06-30 16:34:06 +08:00
parent 8ba02aaaed
commit 85f6944d07

View File

@ -38,8 +38,8 @@
color: white;
z-index: 100;
.alert-button {
width: 100px;
height: 36px;
box-sizing: border-box;
padding: 0px 15px;
background: #ff4d4f;
border-radius: 4px;
display: flex;
@ -49,6 +49,7 @@
margin-bottom: 0px;
font-size: 14px;
font-weight: 500;
line-height: 36px;
color: #ffffff;
}
}