Blame view

more/self/fapiao/kaipiao/css/Viptjf.css 2.4 KB
313ce84a   songchongxian   创建h5 app项目
1
2
3
4
5
  body{
  			position: relative;
  			height: auto;
  		}
  		.viplist{
161b02bc   songchongxian   master
6
  			margin-bottom: 80px;
313ce84a   songchongxian   创建h5 app项目
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
  			/*padding-bottom: 80px;*/
  		}
  		.viplist li{
  			width: 100%;
  		}
  		.viplist li>p{
  			padding: 5px 10px;
  			font-size: 13px;
  		}
  		.viplist li>div{
  			width: 100%;
  		}
  		
  		
  		.viplist li>table{
  			padding: 15px 0;
  			background: #fff;
  			width: 100%;
  			border-top: 1px solid #e8e7e7;
  			border-bottom: 1px solid #e8e7e7;
  		}
  		
  		.viplist li>table td{
  			font-size: 14px;
  			vertical-align: middle;
  		}
  		.viplist li>table .vipmonrynum{
  			font-size: 18px;
  			color: #f5a623;
  		}
  		.viplist li>table tr:first-child td:first-child{
  			padding-left: 10px;
  			width: 40px;
  			box-sizing: border-box;
  		}
  		.viplist li>table tr:first-child td:last-child{
  			padding-right: 10px;
  			text-align: right;
  		}
  		.resultsd{
  			position: fixed;
  			left: 0;
  			bottom: 0;
  			background: #fff;
  			width: 100%;
  			padding:6px 10px 15px;
  			box-sizing: border-box;
  			border-top: 1px solid #E8E7E7;
  			display: table-cell;
  			vertical-align: middle;
  		}
  		.resultsd>div{
  			float: left;
  		}
  		.resultsd>div:first-child{
  			max-width: 75%;
  		}
  		.resultsd>div:first-child p:last-child{
  			font-size: 14px;
  		}
  		.resultsd>div:last-child{
  			text-align: right;
  			max-width: 25%;
  			padding-top: 14px;
  			float: right;
  		}
  		.resultsd table{
  			font-size: 13px;
  			width: 100%;
  			
  		}
  		.resultsd table td{
  			padding: 3px;
  			vertical-align: middle;
  		}
  		.resultsd #vipnums,.resultsd #totalm{
  			color: #EB7350;
  		}
  		#nextbtn{
  			padding: 5px;
  			width: 63px;
  			background: #75cbbe;/*#59a500;*//*#009E94;*/
  			color: #fff;
  			float: right;
  			border-style: none;
  			border-radius: 6px;
  		}
  		#nextbtn.disabled{
  			background: #919191;
  			color: #fff;
  		}
  		.layui-m-layer1 .layui-m-layerchild{
  			border-radius: 6px !important;
  			width: 60%;
  		}
  		.tttip{
  			padding: 10px 15px;
  			width: 100%;
  			box-sizing: border-box !important;
  			text-align: center;
  		}
  		.tttip>p{
  			/*padding:0 10px;*/
  			text-align: center;
  		}
  		.tttip>button{
  			display: block;
  			width: 60%;
  			margin: 15px auto 0 !important;
  			padding: 10px 0;
  			/*background: #59A500 ;*/
  			background: #75cbbe;
  			color: #fff;
  			border-radius: 6px;
  		}
  		.resultsd button {
  		    border-style: none;
  		    margin-bottom: 5px !important;
  		}
  		.layui-layer-dialog .layui-layer-padding {
  		     padding: 10px !important;/* */
  		    text-align: left;
  		}
  		.layui-layer-ico {
  		    display: none !important;
161b02bc   songchongxian   master
132
  		}