Logo white

BJ_web_developers / threewf

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • threewf
  • more
  • self
  • css
  • common1.css
  • init
    f8ae5678
    Andy authored
    2019-03-27 19:08:55 +0800  
    Browse Code ยป
common1.css 269 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
*{
	padding: 0;
	margin: 0;
}
body,html{
	width: 100%;
	height: 100%;
}
.layui-layer-btn .layui-layer-btn0 {
    /*border-color: #1E9FFF;
    background-color: #1E9FFF;*/
    border-color: #75CBBE !important;
    background-color: #75CBBE !important;
    color: #fff;
}