自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 罗马时钟JQuery实现

/! jQuery v3.4.1 | © JS Foundation and other contributors | jquery.org/license /!function(e,t){“use strict”;“object”==typeof module&&“object"typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error(“jQ

2020-05-15 12:40:34 379

原创 罗马时钟

$(document).ready(function () {var style = document.styleSheets[0];type=config.language_type;space=getSpace(12,type);$(".main-content .month").css("left",space.month+'px');$(".main-content .day").css("left",space.day+'px');$(".main-content .week").cs

2020-05-15 12:09:53 1052

原创 罗马时钟

var config={'language_type':2,'font_color':'#7F7F7F','pointer_color':'#000000',/*'sound':0,'sound_name':'cc.mp3','background_style':1,'background_picture':'bg.jpg','background_video':'3.mp4','background_color':'#000000',*/}

2020-05-15 12:09:15 778

原创 罗马时钟时间格式JS

//这里显示简体字体function numToSimp(n){var str = “”;var units=parseInt(n%10);var tens=parseInt(n/10);var trans=“零一二三四五六七八九十”;if(tens>1){ str=trans.charAt(tens);}if(tens!=0){ str+="十";}if(units!=0){ str += trans.charAt(units);}if(tens==

2020-05-15 11:34:30 719

原创 罗马时钟编辑主体

jQuery罗盘时钟代码

2020-05-15 11:32:37 257

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除