摘要:
var Utils = function() { this.Tools; this.ui; }; Utils = new Utils(); Utils.prototype.Tools = { year:'', month:'', day:'', week:'', time:'', hours:'', minute:''...
阅读全文
posted @ 2016-07-26 17:04
sherryChang
阅读(2881)
推荐(0)
摘要:
1. border-radius - 指定每个圆角 四个值: 第一个值为左上角,第二个值为右上角,第三个值为右下角,第四个值为左下角。 三个值: 第一个值为左上角, 第二个值为右上角和左下角,第三个值为右下角 两个值: 第一个值为左上角与右下角,第二个值为右上角与左下角 一个值: 四个圆角值相同 2
阅读全文
posted @ 2016-07-26 17:03
sherryChang
阅读(177)
推荐(0)