Blame view

more/self/css/common1.css 269 Bytes
313ce84a   songchongxian   创建h5 app项目
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;
  }