随笔分类 -  日记

摘要:网页全局变灰色 html { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: graysca 阅读全文
posted @ 2016-04-13 23:32 HugoRun 阅读(96) 评论(0) 推荐(0)
摘要:Javascript: history.back();不会刷新页面,只做返回操作, history.go(-1);返回并刷新页面 阅读全文
posted @ 2016-04-12 17:23 HugoRun
摘要:安卓灰:#F3F3F3 士官服蓝:#5F9F9F 深绿松石色:#7093DB 暗木色:#855E42 阅读全文
posted @ 2016-04-12 08:35 HugoRun
摘要:#pay-detail label:not(.text){ width: -moz-calc(100% - 50px) ; width: -webkit-calc(100% - 50px) ; width: calc(100% - 50px) ; } 阅读全文
posted @ 2015-11-28 15:48 HugoRun