当前位置:网站首页>文本截取图片(哪吒之魔童降世壁纸)
文本截取图片(哪吒之魔童降世壁纸)
2022-07-27 14:39:00 【前行的枫】
background-clip:text兼容性不太好
1.文字截取背景色:兼容IE9+、Firefox、Opera、Chrome 以及 Safari
2.文字截取背景图片:只兼容Chrome
效果图:
<style> body, html {
width: 100%;
height: 100%;
background: #000;
overflow: hidden;
}
* {
padding: 0;
margin: 0;
}
div span {
display: inline-block;
width: 100%;
height: 100%;
background: url('http://img1.imgtn.bdimg.com/it/u=4003626994,439538869&fm=11&gp=0.jpg') no-repeat;
background-size: cover;
-webkit-background-clip: text;
background-clip: text;
color: transparent;
font-size: 20px;
font-weight: bolder;
}
</style>
<div>
<span></span>
</div>
var span = document.getElementsByTagName('span')[0];
var spanText = '';
for (var i = 0; i < 360; i++) {
spanText += '哪吒魔童降世'
}
span.innerHTML = spanText;
边栏推荐
猜你喜欢

On juicefs

面试重点——传输层的TCP协议

SQL multi table query

synchronized和ReentrantLock的区别

CAS compares the knowledge exchanged, ABA problems, and the process of lock upgrading

C language: function stack frame

Insert sort directly

网络原理(2)——网络开发
![[sword finger offer] interview question 50: the first character that appears only once - hash table lookup](/img/72/b35bdf9bde72423410e365e5b6c20e.png)
[sword finger offer] interview question 50: the first character that appears only once - hash table lookup

Binary Insertion Sort
随机推荐
C language: function stack frame
Implementation of spark lazy list files
juc包下常用工具类
【云享读书会第13期】音频文件的封装格式和编码格式
Under the ban, the Countermeasures of security giants Haikang and Dahua!
synchronized和ReentrantLock的区别
网络设备硬核技术内幕 路由器篇 22
多线程带来的的风险——线程安全
Text batch replacement function
Using Lombok results in the absence of parent class attributes in the printed toString
传美国政府将向部分美企发放对华为销售许可证!
Go language slow start - package
CAS比较交换的知识、ABA问题、锁升级的流程
解决MT7620不断循环uboot(LZMA ERROR 1 - must RESET board to recover)
Three uses of static keyword
无线网络分析有关的安全软件(aircrack-ng)
[regular expression] matches multiple characters
Spark 3.0 testing and use
DRF学习笔记(准备)
解决openwrt package目录下多个文件夹重名编译警告(call subdir 函数)