consult.css
1.4 KB
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
.post_1{
margin-top:0.59rem;
}
.carousel-indicators{
width: 20%;
left:110%;
}
.carousel-indicators li{
margin-bottom: -0.05rem !important;
}
.carousel-caption{
bottom: 0;
padding:0;
width:100%;
left:0;
height:0.55rem;
background:rgba(41,46,52,.7) !important;
line-height: 0.55rem;
font-size: 18px;
text-align: left;
text-indent: 2em;
}
.carousel-indicators .active{
background:rgba(230,115,22,1) !important;
border:1px solid rgba(230,115,22,1) !important;
}
.carousel-indicators li{
background:rgba(204,204,204,1) !important;
border:1px solid rgba(204,204,204,1) !important;
width: 12px;
height: 12px;
}
.post_{
margin-top:0.6rem;
}
.post_list{
border-top: 1px solid rgba(228,228,228,1);
border-bottom: 1px solid rgba(228,228,228,1);
padding-top:0;
}
.post_list .time_all{
font-size: 14px;
color:rgba(153,153,153,1);
margin-top:0.16rem;
}
.post_list .time_all span{
color:rgba(230,115,22,1);
}
.post_right{
border-right: 0;
}
.post_list .post_center .title{
font-size: 16px;
margin-top:0.13rem;
font-weight: 600;
}
.post_list .post_center .content{
font-size: 14px;
color:rgba(102,102,102,1);
line-height: 0.3rem;
margin-top:0.1rem;
}
.btn_{
margin-top:0.4rem !important;
margin-bottom: 1rem;
}
.btn_ button{
font-size: 16px;
background:rgba(230,115,22,1);
color:#fff;
}
.right_list{
margin-top:-3.7rem;
}
.right_list .list .mn{
font-size: 16px;
color:rgba(230,115,22,1) !important;
}