摘要: html: js: 阅读全文
posted @ 2017-11-30 16:06 小蘑菇123 阅读(420) 评论(0) 推荐(0) 编辑
摘要: div、textarea等,都可是设置有滚动条: y轴滚动条:overflow-Y:scroll x轴滚动条:overflow-X:scroll 图片以y轴为例: 阅读全文
posted @ 2017-11-30 15:07 小蘑菇123 阅读(896) 评论(0) 推荐(0) 编辑
摘要: 在yAxis中插入: 添加前: 添加后: 阅读全文
posted @ 2017-11-30 11:27 小蘑菇123 阅读(30101) 评论(0) 推荐(4) 编辑
摘要: 在option中,插入一下代码即可: 插入代码前: 插入代码后: 阅读全文
posted @ 2017-11-30 10:34 小蘑菇123 阅读(10017) 评论(0) 推荐(1) 编辑
摘要: itemStyle: { normal: { color: '#59519f', barBorderColor: '#59519f', barBorderWidth: 6, barBorderRadius:0, //设置圆角角度为0 label:{show:true} } },... 阅读全文
posted @ 2017-11-27 15:27 小蘑菇123 阅读(1973) 评论(0) 推荐(0) 编辑
摘要: 原: 改: 阅读全文
posted @ 2017-11-27 11:20 小蘑菇123 阅读(27889) 评论(1) 推荐(0) 编辑
摘要: .footer1{ position: absolute; width: 100%; text-align: center; top: 87%; } .footer1 img{ width: 25px; ... 阅读全文
posted @ 2017-11-21 15:31 小蘑菇123 阅读(616) 评论(0) 推荐(0) 编辑
摘要: outline(轮廓)是绘制于元素周围的一条线,位于边框边缘的外围,可起到突出元素的作用,设置outline:none,阻止点击后的背景框出现 阅读全文
posted @ 2017-11-21 14:34 小蘑菇123 阅读(1407) 评论(0) 推荐(0) 编辑
摘要: 记录要求: 以此特定的目标行为,家长累计20次尝试为一单元,每个单元只记录孩子,无需辅助,独立完成的次数。前几个单元的20次尝试建议在一个时间段内高密度完成, 以孩子不反感为底线。只要针对此特定目标行为累计次数即可。 第一行不缩进,第二行缩进 text-indent: -7rem;margin-left: 7rem;效果图: 阅读全文
posted @ 2017-11-21 14:22 小蘑菇123 阅读(6756) 评论(0) 推荐(0) 编辑
摘要: $(".his_pg_jl li").on("click",function() {//挂一个点击事件 $(this).addClass('back_img').siblings().removeClass('back_img');//当前点击的li添加class,兄弟节点移除class $(".his_pg_jl li:last").removeClass('back_img'... 阅读全文
posted @ 2017-11-20 17:02 小蘑菇123 阅读(1183) 评论(0) 推荐(0) 编辑