Blame view

more/self/fapiao/Billinghistory/css/Billinghistory.css 1.08 KB
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
52
53
54
55
56
57
  body{
  			padding-bottom: 48px;
  		}
  		.Bhistory{
  			margin-top: 10px;
  			width: 100%;
  			padding: 0 10px;
  			box-sizing: border-box;
  		}
  		.Bhistory li{
  			border: 1px solid #e8e7e7;
  			width: 100%;
  			padding: 10px 16px;
  			box-sizing: border-box;
  			background: #fff;
  			margin: 8px auto;
  		}
  		.Bhistory li .bhli1{
  			padding-bottom: 10px;
  			border-bottom: 1px dashed #979797;
  			margin-bottom: 10px;
  			position: relative;
  		}
  		.Bhistory li .bhli1>span:first-child{
  			font-size: 13px;
  			color: #9b9b9b;
  		}
  		.Bhistory li .bhli1>span:nth-child(2){
  			float: right;
  			color: #f5a623;
  		}
  		.Bhistory li .bhli1 .bany{
  			position: absolute;
  			width: 20px;
  			height: 20px;
  			background: #E6EDEC;
  			bottom: -10px;
  			border-radius: 10px;
  		}
  		.Bhistory li .bhli1 .bany1{
  			border-right: 1px solid #e8e7e7;
  			left: -27px;
  		}
  		.Bhistory li .bhli1 .bany2{
  			border-left: 1px solid #e8e7e7;
  			right: -27px !important;
  		}
  		.Bhistory li .bhli2{
  			padding: 6px 0;
  			
  		}
  		.Bhistory li .bhli2>span:first-child{
  			color: #9b9b9b;
  		}
  		.Bhistory li .bhli2>span:last-child{
  			float: right;
  		}