@wfrog/vc
Version:
`自用` 的基于 `element-plus` 二次封装的 `vue3` 组件库。追求在业务场景中,尽可能使用更少的代码量来实现需求。 因此在组件封装上,以 `方便` 为主,打包仅 `esm` 模式。
46 lines (45 loc) • 980 B
CSS
/* vue-style:D:\project\_my\vc\src\components\single-player\index.vue?type=style&index=0&isModule=true */
._main_16n2t_1 {
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 10px;
}
._main_16n2t_1 .awesome-icon {
position: relative;
z-index: 1;
width: 38px;
font-size: 28px;
text-align: center;
}
._volume_16n2t_15 {
position: absolute ;
bottom: 25px;
left: 0;
display: none ;
height: auto ;
padding: 20px 0;
background-color: #f5f5f5;
}
._volume-container_16n2t_25 {
position: relative;
z-index: 1500;
margin-left: 20px;
}
._volume-container_16n2t_25:hover {
color: var(--active-color);
background-color: #f5f5f5;
}
._volume-container_16n2t_25:hover ._volume_16n2t_15 {
display: block ;
}
._volume-controll_16n2t_38 {
cursor: pointer;
}
._play_16n2t_42 {
font-size: 20px ;
cursor: pointer;
}
._play_16n2t_42:hover {
color: var(--active-color);
}