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
| .huan{
| height: 60px;
| color: #666;
| padding: 10px 0px !important;
| }
| .huan p{
| width: 100%;
| /*line-height: 53px;
| height: 50px;*/
| padding: 0px 15px;
| margin-bottom: 0px;
| font-size: 14px;
| line-height: 22px;
| }
| .huan p.nong{
| text-indent: 30px;
| background: url(img/pcp.png) no-repeat 15px center;
| background-size: 10%;
| }
| .icon-time{
|
| }
| .btn-prpr{
| color: #fff;
| background-color: #41C5BE;
| border-color: #41C5BE;
| }
| .btn-prpr:hover{
| color: #fff;
| background-color: #38BAB4;
| border-color: #38BAB4;
| }
|
|