|
@@ -329,11 +329,11 @@ defineExpose({
|
|
|
background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
|
|
|
color: #fff;
|
|
|
transition: all 0.5s;
|
|
|
- &:hover {
|
|
|
- cursor: initial;
|
|
|
- opacity: initial !important;
|
|
|
- transform: initial !important;
|
|
|
- }
|
|
|
+ // &:hover { //取消鼠标移入不隐藏
|
|
|
+ // cursor: initial;
|
|
|
+ // opacity: initial !important;
|
|
|
+ // transform: initial !important;
|
|
|
+ // }
|
|
|
.timeController {
|
|
|
font-weight: 500;
|
|
|
font-size: 20px;
|