所属分类: 网页特效-其它&杂项 2023-07-15 02:32:07
jQuery(function ($) { $('.thick').stroke({ size: 5 }); $('.medium').stroke({ size: 3 }); $('.light').stroke({ size: 1, color:"#ff0000" }); $('.custom').stroke({ size: 2, color:"#4F46E5" }); });