Blame view

more/self/fapiao/Billinghistory/css/BhistoryInfo2.css 2.05 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
  body{
  			background: #4a4a4a;
  			padding: 10px;
  			margin-top: 15px;
  			box-sizing: border-box;
  		}
  		.bhibtop{
  			width: 100%;
  			height: 10px;
  			background: #9b9b9b;
  			border-radius: 4px;
  		}
  		.bhibody{
  			background: #fff;
  			margin: -5px 10px 0;
  			border-top: 2px solid #4a4a4a;
  			padding: 10px 10px 16px;
  			position: relative;
  		}
  		.bhibody .status{
  			text-align: center;
  			padding: 15px 0;
  			color: #f5a623;
  		}
  		.bhibody .bhType{
  			width: 100%;
  			text-align: center;
  			padding: 15px 0;
  		}
  		.bhibody .bhType>span{
  			display: inline-block;
  			height: 30px;
  			line-height: 30px;
  			position: relative;
  		}
  		.bhibody .bhType>span>span{
  			display: inline-block;
  			position: absolute;
  			left: 10%;
  			width: 80%;
  			height: 100%;
  			border-radius: 50%;
  			top: -1px;
  			border: 3px solid #ffe2e2;
  			z-index: 0;
  			text-align: center;
  		}
  		.bhibody .bhType>span>span>span{
  			display: inline-block;
  			width: 75%;
  			height: 75%;
  			margin-top: 2%;
  			/*width: 90%;
  			height: 27px;*/
  			border-radius: 45%;
  			border: 2px solid #ffe2e2;
  		}
  		.bhibody .bhType>span>div{
  			position: relative;
  			z-index: 2;
  			color: #d0021b;
  		}
  		.bhdata{
  			margin-top: 15px;
  		}
  		.bhdata .fpinfo p{
  			padding: 10px 0;
  		}
  		.bhdata .fpinfo table,.bhdata .fpinfo ul li{
  			font-size: 13px;
  			color: #a4a4a4;
  		}
  		.bhdata .fpinfo table td,.bhdata .fpinfo ul li{
  			padding: 4px 0;
  		}
  		.bhdata .fpinfo table td:first-child{
  			width: 91px;
  		}
  		
  		
  		.bhibody .status{
  			position: relative;
  		}
  		.bhibody .status  .bany{
  			position: absolute;
  			width: 10px;
  			height: 20px;
  			background: #66988c;
  			bottom: -10px;
  			border-radius: 10px 0 0 10px;
  		}
  		.bhibody .status  .bany1{
  			left: -10px;
  			transform: rotate(180deg);
  		}
  		.bhibody .status  .bany2{
  			right: -10px !important;
  		}
  		.bhibody .blsty{
  			width: 100%;
  			position: absolute;
  			left: 0;
  			bottom: -11px;
  			overflow: hidden;
  		}
  		.bhibody .blsty>span{
  			display: inline-block;
  			width: 3%;
  			margin-left: 1%;
  			margin-right: 1%;
  			height: 10px;
  			border-radius: 50%;
  			background: #3499b7;
  		}