使用css
object-fit: fill;
<video style="object-fit: fill; width: 100%; height: 100%">
</video>
使用前
使用后
...
yekong
4年前 (2021-03-30)
喜欢
position: relative;
width: 100%;
height: 100%;
background: -webkit-gradient(linear,right top,left top,from(#77f0ff),to(#77f0ff)...
yekong
4年前 (2021-03-23)
喜欢
在这就需要用到@font-face(具体看一下语法)
/* 定义 */
@font-face {
font-family: 'MicrosoftYaHei';
src: url('MicrosoftYaHei.eot'); /* IE9 Compat Mo...
yekong
4年前 (2021-03-19)
喜欢
width: 400px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
...
yekong
4年前 (2021-01-18)
喜欢
//火狐浏览器
.scrollBar {
scrollbar-width: 'auto'; //只有 auto、thin、none
scrollbar-color: #368dff #2652bd; /* 第一个颜色为滚动条的颜色, 第二个颜色为滚动条轨道的颜色 */
...
yekong
4年前 (2021-01-13)
喜欢
letter-spacing: 10px;
...
yekong
4年前 (2020-12-20)
喜欢