HTML直接在<style>内对背景图片做渐变颜色遮罩【滤镜】
860访客 129字under Website Notes of Programming
首先,这是一只普通的DIV设置了其背景: test <div class="DivTest" style=" text-align: center; padding: 1em; background: url(/i/usr...
风云瞬息,气候恒驻。
under Website Notes of Programming
首先,这是一只普通的DIV设置了其背景: test <div class="DivTest" style=" text-align: center; padding: 1em; background: url(/i/usr...
under Article
从1月21日到3月20日,整整59天,一场突如其来的灾难彻底改变了我们的生活轨迹,以前总在电影或是幻想中才能会出现的生活方式,在这期间却一一实现。1月10日,收拾好行囊,乘坐着航班号令人记忆犹新的CZ6666航班,从嘉兴返回海口。此时的寒假才刚刚初始,熟悉的城市似乎一切都如往常一样的安逸,祥和...
under Notes of Programming
问题描述抗疫过程中政府、组织、企业和个人分别在做什么。要求:定义接口ResistanceToDisease,接口提供doSomething方法;分别定义Government、Organization、Enterprise和People类实现接口ResistanceToDisease;根据需要再...
under Website Notes of Programming
为了解决 Afternoon Wiki 站,多个B站视频放一个播放器里播放并有列表可以切换的需求,折腾了几h,结合html+js+css写了个这只播放模块。实例演示 Videos of 303SH .PVTabBox ...
under Notes of Programming
问题描述设计名为Person的类和它的两个子类Student和Employee。Employee有子类Faculty和Staff。Person有name,address,telephone,emailStudent有grade(4个年级,定义为enum)Employee有officer,sal...