小王子

聆听小王子,守望成长,静待花开

老王

尽量能用CSS解决的就不用JS吧:

Code Source
Big:hover Small {
display:inline-table;
transform-origin: 100% 0%;
-webkit-animation: fadeIn 0.3s ease-in-out;
animation: fadeIn 0.3s ease-in-out;
}
5年前 (04月21日)
老王

class-walker-comment-Line 330:

Code Source

<?php if(user_can($comment->user_id, 1)){echo "<a title='博主' class='author-admin'><i class='fa fa-user-secret'></i></a>";}; ?>
<?php get_author_class($comment->comment_author_email,$comment->user_id)?>
<span id="comment_ua_info" class="comment_ua_info"><?php CID_print_comment_flag();?><?php CID_print_comment_browser();?></span>
<?php
comment_reply_link(
array_merge(
$args,
array(
'add_below' => $add_below,
'depth'     => $depth,
'max_depth' => $args['max_depth'],
'before'    => '<div class="reply">',
'after'     => '</div>',
)
)
);
?>
5年前 (04月20日)
老王

重整了音乐搜索架构,源码来自网络,相比之前更全面,而播放器正好是前面推荐的Aplayer.


5年前 (04月12日)
老王

折腾了一个类似微信公众号那样的播放器短代码,主要用来播放mp3链接的,默认的太丑了。

00:00

5年前 (04月09日)
老王

强迫症的后果,升级WP程序和一个插件,结果导致一个JS失效,本想着换个主题的,心烦意乱之际想出了一个笨方法,终于解决了!

5年前 (04月05日)
小王

Miss们又长高长美了吧。。。

5年前 (03月28日)
老王

增加了一个收缩短代码

猜猜下面有什么?
+

人的一生会遇到两个人, 一个惊艳了时光, 一个温柔了岁月。
一花一世界, 一叶一追寻。一曲一场叹, 一生为一人。

5年前 (03月26日)
老王

这几天没事时把主题一些代码优化了一下,重新调整了一些文件架构,新增了评论统计页面。

5年前 (03月24日)