Skip to content
  • This project
    • Loading...
  • Sign in

任超 / js.portalStaticPage

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • portalStaticPage
  • staticCss
  • layuiedit.css
  • 任超's avatar
    style:预约须知 · 9b424e3f
    9b424e3f
    任超 committed 2020-11-21 11:59:33 +0800
layuiedit.css 307 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
.layui-layer-title {
    background-color: #1E9FFF!important;
    color: #fff!important;
}
.layui-layer-ico {
    background: none!important;
    position: relative;
}
.layui-layer-ico::after {
    content: '\2716';
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 14px;
    color: #fff;
}