Blame view

more/self/fapiao/invoicetitle/css/Upinfo2.css 1.69 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
  .slidebtn{
  	width: 55px;
  	height: 25px;
  	display: inline-block;
  	border-radius: 13px;
  	border: 1px solid #AAAAAA;
  	position: relative;
  	transition: all 0.5s;
  	background: #fff;
  }		
  .slidebtn>span{
  	display: inline-block;
  	width: 25px;
  	height: 25px;
  	border-radius: 13px;
  	position: absolute;
  	top: 0;
  	left: -5px;
  	border: 1px solid #AAAAAA;
  	background: #fff;
  	transition: all 0.3s;
  }
  .slidebtn.active{
  	/*background: #009688;*/
  	background: #75CBBE;
  }
  .slidebtn.active span{
  	left: 30px;
  }
  .checkgroup{
  	
  }
  .dcheck{
  	
  }
  .dcheck i{
  	width: 25px;
  	height: 25px;
  	border-radius: 50%;
  	border: 1px solid #C0C0C0;
  	color: #fff;
  }
  .dcheck.actived i{
  	border: 1px solid #007DDB;
  	color: #007DDB;
  }
  
  .uptip{
  	font-size: 13px;
  	color: #F76260;
  	padding: 5px 10px;
  }
  
  .uptable{
  	background: #fff;
  	width: 100%;
  	border-collapse: collapse;
  }
  .uptable tr{
  	/*border-bottom: 1px solid #E8E7E7 ;*/
  }
  .uptable tr td{
  	height: 44px;
  	padding:0 10px;
      border-bottom: 1px solid #e4e4e4;
      vertical-align: middle;
  }
  .uptable tr:last-child td{
  	border-bottom: 0;
  }
  .uptable input{
  	height: 100%;
  	width: 100%;
  	border-style: none;
  }
  .ultop{
  	/*margin-bottom:10px ;*/
  }
  .ultop td{
  	
  }
  .ultop .slidebtn{
  	float: right;
  }
  .ultop tr:first-child td:first-child,.ulbottom tr:nth-child(n+1) td:first-child{
  	width: 70px;
  }
  .upbtn,.upcbtn{
  	width: 69.3% !important;
  	display: block;
  	margin: 30px auto;
  	background: #75CBBE !important;
  }
  .upcbtn{
  	display: none;
  }
  .bao{
  	padding: 0 10px;
  	width: 100%;
  	box-sizing: border-box;
  	background: #fff;
  	border-top: 1px solid #e4e4e4;
  	border-bottom: 1px solid #e4e4e4;
  	margin-top: 10px;
  	position: relative;
  }
  .tc{
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	left: 0;
  	top: 0;
  	z-index: 888;
  }