hjg
2024-01-17 efbf825aa2f845bc6f9b26b0fa10139c8071deef
提交 | 用户 | 时间
58d006 1 .huan{
A 2     height: 60px;
3     color: #666;
4     padding: 10px 0px !important;
5 }
6 .huan p{
7     width: 100%;
8     /*line-height: 53px;
9     height: 50px;*/
10     padding: 0px 15px;
11     margin-bottom: 0px;
12     font-size: 14px;
13     line-height: 22px;
14 }
15 .huan p.nong{
16     text-indent: 30px;
17     background: url(img/pcp.png) no-repeat 15px center;
18     background-size: 10%;
19 }
20 .icon-time{
21
22 }
23 .btn-prpr{
24     color: #fff;
25     background-color: #41C5BE;
26     border-color: #41C5BE;
27 }
28 .btn-prpr:hover{
29     color: #fff;
30     background-color: #38BAB4;
31     border-color: #38BAB4;
32 }