摘要:
1、先在css里面为引用的字体取名 @font-face { font-family: 'thin'; src: url('../font/thin.ttf'); } 2、使用到需要的地方 .link_box { font-family: thin; } 阅读全文
摘要:
/* 消除video标签下载按钮 */ video::-internal-media-controls-download-button { display: none; } video::-webkit-media-controls-enclosure { overflow: hidden; } v 阅读全文
摘要:
标签: <video class="hide prevue_video" id="v_video_ele" webkit-playsinline playsinline x5-playsinline controls src=""></video> css: #v_video_ele { width 阅读全文
摘要:
1、iPhone X适配 @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) { .videoTitleBox { margin-top 阅读全文