摘要: 1、点击赞的字样时,会出现“+1”样式,并且+1样式逐渐变大,透明度逐渐变小,最后该字样消失(透明度为0) (1)css代码: <style> .container{ padding: 50px; border: 1px solid black; } .item{ position: relativ 阅读全文
posted @ 2020-04-21 18:20 凸凸yolotheway 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 1、11章节源代码: (1)css代码: .modal{ position: fixed; top: 50%; left: 50%; width: 500px; height: 400px; margin-top: -250px; margin-left: -250px; background-co 阅读全文
posted @ 2020-04-21 18:12 凸凸yolotheway 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 1、本节学习了jquery中对文档的处理 追加有四种方式:向前追加 append before;向后追加 prepend after 全部移除 remove ;清空内容 empty; 克隆 clone (1)四种追加方式 现在页面编写一个输入框,一个添加按钮,在写入一个列表,当点击“添加”按钮时,该 阅读全文
posted @ 2020-04-21 12:32 凸凸yolotheway 阅读(157) 评论(0) 推荐(0) 编辑