• This project
    • Loading...
  • Sign in

翟凤史 / ecology · Files

Go to a project

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • ecology
  • mobilemode
  • admin
  • tmpl
  • plugin
  • run
  • #Template#_wev8.css
  • 初次提交
    b060adc7
    by 翟凤史
    2022-09-22 14:17:16 +0800  
    Browse Files
#Template#_wev8.css 360 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/** 
 * 插件样式
 * 建议为样式添加作用域限制,如(.wev-comp-#{id}# .xxx{}),以免与公共样式冲突,导致样式显示不正确 
 */
.wev-comp-#{id}# {
    padding: 10px;
}

.wev-comp-#{id}# .hello-world {
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

.wev-comp-#{id}# .hw-desc {
    color: #aaa;
    font-size: 14px;
}