ZhiYeJianKang_PeiXun/Song.Site/Manage/Content/Styles/VideoSetup.css

22 lines
277 B
CSS
Raw Normal View History

2025-02-20 15:41:53 +08:00
body
{
}
/*水印所在位置*/
.place td {
font-size: 12px;
line-height: 50px;
text-align: center;
vertical-align: middle;
height: 50px;
width: 50px;
cursor:pointer;
}
.place td.current
{
background-color: #CCCCCC;
}
.place td.hover
{
background-color: #FFFFCC;
}