Zblog主题四种日历风格css代码

风格 1:浅灰简约风(最温柔,不黑、干净)

#divCalendar {
    background: #fffdfb !important;
    border-radius: 20px !important;
    padding: 20px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}
#divCalendar table th {
    color: #60a5fa !important;
    font-weight: 500 !important;
}
#divCalendar table td {
    width: 42px !important;
    height: 42px !important;
    text-align: center !important;
}
#divCalendar table td a {
    background: #e5e7eb !important;
    color: #222 !important;
    border-radius: 50% !important;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
#divCalendar table td a:hover {
    background: #60a5fa !important;
    color: #fff !important;
}

风格 2:蓝色清爽风(和你星期颜色统一,少年帅气)

#divCalendar {
    background: #fffdfb !important;
    border-radius: 20px !important;
    padding: 20px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}
#divCalendar table th {
    color: #3b82f6 !important;
}
#divCalendar table td a {
    background: #dbeafe !important;
    color: #1d4ed8 !important;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
#divCalendar table td a:hover {
    background: #3b82f6 !important;
    color: #fff !important;
}

风格 3:奶油 ins 暖咖风(温柔高级,适合你侧边栏奶油风)

#divCalendar {
    background: #fffdfb !important;
    border-radius: 20px !important;
    padding: 20px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}
#divCalendar table th {
    color: #a89984 !important;
}
#divCalendar table td a {
    background: #f1ece4 !important;
    color: #57534e !important;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
#divCalendar table td a:hover {
    background: #a89984 !important;
    color: #fff !important;
}

风格 4:极简细线风(无填充,只有边框,最干净)

#divCalendar {
    background: #fffdfb !important;
    border-radius: 20px !important;
    padding: 20px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}
#divCalendar table th {
    color: #64748b !important;
}
#divCalendar table td a {
    border: 2px solid #cbd5e1 !important;
    color: #334155 !important;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: transparent;
}
#divCalendar table td a:hover {
    border-color: #3b82f6 !important;
    color: #3b82f6 !important;
}


南图
南图管理员

  • 免责声明:本站文章部分内容可能来源于网络,仅供学习与参考。如有侵权,请联系站长处理。
  • 立场声明:本站所有资源不代表本站立场,也不代表本站赞同其观点或证实其内容的真实性。
  • 合法合规:严禁发布或转载任何违法信息。访客如发现此类内容,请立即向站长举报。
  • 内容时效性:站内资源、教程可能因时效性失效或不可用,请在评论区留言或联系站长。
  • 许可协议:除非特别说明,作品均采用 《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》 协议进行许可。
  • 本文地址:https://www.nta6.com/post/840.html
上一篇:南图卡密领取系统PHP源码
下一篇:已是最新的文章

留言评论

暂无留言
取消
扫码支持