视频结束按钮样式优化

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