原生JS实现鼠标悬停图片显示文字效果

<!doctype html> <html> <head> <meta charset="utf-8"> <title>无标题文档</title> <style> *{ margin:0; padding:0} .box{ height:260px; width:400px; position:relative} .mask{ position:absolute; height:100%; wid
相关文章
相关标签/搜索