弹幕广告
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Java开发视频弹幕技术SreenText</title> <meta name="Keywords" content="关键词,关键词"> <meta name="description" content="Version-1.0"> <title></title> </head> <style type="text/css"> body{ background:pink; margin: 0px; padding:0px; } #click-danmu{ display:block; width:150px; height:40px; font-size:24px; color:#fff; cursor:pointer; text-decoration: none; font-weight:bold; position: absolute; top:20px; left:20px; } .screen{ width:100%; height:100%; position:absolute; top:0px; left:0px; display: none; }