/*可任意修改樣式,或恢復預設值,儲存後生效
相對「預設樣式」而作的修改會用 紅色 標註*/
p h1,h2,h3,h4,h5,h6
h1 h2
h3 h4
h5 h6
ul, ol
ulol
li *
margin-bottom: 0.5em;
/* color:#159957; */
}.code_size_default /***塊預設size*/
.code_size_tight /***塊緊湊size*/
pre code /***塊*/
blockquote
blockquote p
a strong /*強調*/
em /*斜體*/
del /*刪除線*/
strong em/*強調的斜體*/
hr code /*行內***/
imgfigcaption/*描述文字*/
/****************=**開始***************=*/
table
tbody
table tr
/*隔行改變行的背景色,如需要請開啟*/
/*table tr:nth-child(2n)
*/table tr th, table tr td
/*表頭的屬性*/
table tr th
/****************=**結束***************=*/
/****************=數學公式開始***************=*/
.katex-display
.katex
.katex-display > .katex
.katex img
/****************=數學公式結束***************=*/
a[href^="#"] sup
/****************=任務列表開始***************=*/
.task-list-list
.task-list-list.checked
.task-list-list.uncheck
.task-list-list .icon_uncheck, .task-list-list .icon_check
.task-list-list .icon_check:before
.task-list-list .icon_uncheck:before
.task-list-list .icon_check:before, .task-list-list .icon_uncheck:before
/****************=任務列表結束***************=*/
.toc
.toc_item
.toc_left
公從號程式設計
每個介面都有每日介面呼叫頻次限制 公眾平台以access token為介面呼叫憑據,來呼叫介面,所有介面的呼叫需要先獲取access token,access token在2小時內有效,過期需要重新獲取,但1天內獲取次數有限,開發者需自行儲存,詳見獲取介面呼叫憑據 access token 文件。公...
模板 工具類文章
相信大家到了每個公司都會有公司的規範阿之類的吧 小到命名規範,大到 規範。或者上線計畫的模板,專案進度的模板,都是一種規範。規範,規範文件。從一方面,不熟的人可以有乙個行事依據,熟的人可以省點腦力,總歸是省力又不出錯的一種方式吧。當然,規範文件也是要一步一步,一代一代的改進的喲。推己及人,我決定給自...
KendoUI模板引擎 號語法
kendoui的模板引擎使用的語法叫做 號語法 hash syntax 主要用來完成兩件事情 渲染資料和執行js表示式。uses var mytemplateraw kendo.template name var newhtmlraw mytemplateraw console.log newhtm...