摘要: 1、先在css里面为引用的字体取名 @font-face { font-family: 'thin'; src: url('../font/thin.ttf'); } 2、使用到需要的地方 .link_box { font-family: thin; } 阅读全文
posted @ 2019-04-01 10:32 程序员冒冒 阅读(1760) 评论(0) 推荐(0) 编辑
摘要: /* 消除video标签下载按钮 */ video::-internal-media-controls-download-button { display: none; } video::-webkit-media-controls-enclosure { overflow: hidden; } v 阅读全文
posted @ 2019-04-01 10:23 程序员冒冒 阅读(517) 评论(0) 推荐(0) 编辑
摘要: 标签: <video class="hide prevue_video" id="v_video_ele" webkit-playsinline playsinline x5-playsinline controls src=""></video> css: #v_video_ele { width 阅读全文
posted @ 2019-04-01 10:17 程序员冒冒 阅读(396) 评论(0) 推荐(0) 编辑
摘要: 1、iPhone X适配 @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) { .videoTitleBox { margin-top 阅读全文
posted @ 2019-04-01 09:56 程序员冒冒 阅读(152) 评论(0) 推荐(0) 编辑