Blame view

more/self/css/fxcommon.css 927 Bytes
313ce84a   songchongxian   创建h5 app项目
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
  body,html{
  	width: 100%;
  	min-height: 100%;
  	height: auto;
  	font-size: 14px;
  }
  body{
  	background: -moz-linear-gradient(top, rgba(113, 152, 130, 1), rgba(38,154, 196, 1)) ;
  	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(113, 152, 130, 1)), to(rgba(38,154, 196, 1))) ;
  	background: -o-linear-gradient(top, rgba(113, 152, 130, 1), rgba(38,154, 196, 1));	
  }
  .row{
  	margin-left: 0;
  	margin-right: 0;
  	width: 100%;
  }
  .row>div{
  	padding: 0;
  }
  ul,li{
  	list-style: none;
  }
  
  /*公共头部 start*/
  .fanxtctop{
  	color: #fff;
  	text-align: center;
  	margin-top: 7px;
  	margin-bottom: 10px;
  }
  .fanxtctop>div>div{
  	height: 25px;
  	line-height: 25px;
  	padding: 4px 0;
  }
  .fanxtctop>div>div>.tt{
  	font-size: 18px;
  	padding:0 58px;
  	text-align: center;
  	position: relative;
  }
  .fanxtctop>div>div i{
  	font-size: 20px;
  	position: absolute;
  	left: 10px;
  }
  .fanxtctop>div>div .r{
  	position: absolute;
  	right: 10px;
  }
  /*公共头部 end*/