11 2017 档案
摘要:div、textarea等,都可是设置有滚动条: y轴滚动条:overflow-Y:scroll x轴滚动条:overflow-X:scroll 图片以y轴为例:
阅读全文
摘要:在yAxis中插入: 添加前: 添加后:
阅读全文
摘要:在option中,插入一下代码即可: 插入代码前: 插入代码后:
阅读全文
摘要:itemStyle: { normal: { color: '#59519f', barBorderColor: '#59519f', barBorderWidth: 6, barBorderRadius:0, //设置圆角角度为0 label:{show:true} } },...
阅读全文
摘要:.footer1{ position: absolute; width: 100%; text-align: center; top: 87%; } .footer1 img{ width: 25px; ...
阅读全文
摘要:outline(轮廓)是绘制于元素周围的一条线,位于边框边缘的外围,可起到突出元素的作用,设置outline:none,阻止点击后的背景框出现
阅读全文
摘要:记录要求: 以此特定的目标行为,家长累计20次尝试为一单元,每个单元只记录孩子,无需辅助,独立完成的次数。前几个单元的20次尝试建议在一个时间段内高密度完成, 以孩子不反感为底线。只要针对此特定目标行为累计次数即可。 第一行不缩进,第二行缩进 text-indent: -7rem;margin-left: 7rem;效果图:
阅读全文
摘要:$(".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'...
阅读全文
摘要:col-lg- 大型屏幕电脑 col-md-一般电脑 col-sm-平板电脑 col-xs-设备手机
阅读全文
摘要:css中,添加 .table th, .table td { text-align: center; vertical-align: middle!important;}
阅读全文
摘要:使用滚动视图(scroll-view): WXML页面: WXSS页面: JSON页面:
阅读全文
摘要:wxml页面: 轮播属性说明: wxss页面: js页面:
阅读全文
摘要:wxml页面: <view class="guide {{showView?'show':'hide'}}" animation="{{animationGuide}}"> <view class="welcome" bindtap="welcome" animation="{{animationT
阅读全文