.popSearchBody {
::v-deep {
/* 设置树形最外层的背景颜色和字体颜色 */
.el-tree {
color: #fff;
background: transparent;
}
/* 设置三...
yekong
3年前 (2021-12-20)
喜欢
chrome 和Safari
.element::-webkit-scrollbar { width: 0 }
IE 10+
.element { -ms-overflow-style: none; }
Firefox
.element { overflow: -moz-sc...
yekong
3年前 (2021-12-15)
喜欢
css方法:
video::-webkit-media-controls{
display:none !important;
}
js方法:
var video=document.getElementById("video");...
yekong
3年前 (2021-12-14)
喜欢
word-break: break-all
span {
font-size: 18px;
font-family: PingFang;
font-weight: 500;
color: #8FB2C...
yekong
3年前 (2021-12-08)
喜欢
width: 12px;
height: 90px;
background: linear-gradient(0deg, #F89B00 0%, #FFC547 100%);
...
yekong
3年前 (2021-12-08)
喜欢
background: url("../img/icon_top_left.png") top left no-repeat,
url("../img/icon_top_right.png") top right no-r...
yekong
3年前 (2021-10-27)
喜欢
效果
引入字体
@font-face {
font-family: 'DigitalDismay';
src: url('../fonts/Digital-Dismay-1.otf');
}
使用
span {
font-...
yekong
3年前 (2021-10-23)
喜欢
box-shadow: 0 0 10px rgba(5, 98, 198, 1) inset;
...
yekong
3年前 (2021-10-15)
喜欢
.qiulist:hover {
.fake {
animation-play-state: paused;
-webkit-animation-play-state: paused; /* Safari 和 Chrome */
}
}
...
yekong
3年前 (2021-10-08)
喜欢
animate.css 是一个来自国外的 CSS3 动画库,它预设了抖动(shake)、闪烁(flash)、弹跳(bounce)、翻转(flip)、旋转(rotateIn/rotateOut)、淡入淡出(fadeIn/fadeOut)等多达 60 多种动画效果,几乎包含了所有常见...
yekong
3年前 (2021-09-23)
喜欢