Skip to content

Commit 6f20617

Browse files
committed
平安银行社区微信端angularjs版
1 parent 6d2af60 commit 6f20617

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+6823
-0
lines changed

css/base.css

+612
Large diffs are not rendered by default.

css/jjxq.css

+122
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
body {
2+
background-color: #f5f3f3;
3+
}
4+
5+
.content-header{
6+
margin-top: 45px;
7+
left: 0;
8+
width: 100%;
9+
height: auto;
10+
background: #fff;
11+
border-bottom: 1px solid #DDDDDD;
12+
}
13+
14+
.content-header .ch-wrap{
15+
width: 95%;
16+
margin: 0 auto;
17+
padding: 5px 0;
18+
}
19+
20+
.content-header img {
21+
float: left;
22+
margin-right: 3%;
23+
border: 1px solid #ddd;
24+
}
25+
26+
.content-header .ch-wrap div {
27+
float: none;
28+
}
29+
30+
.content-header .newsTitle {overflow: hidden;font-size: 18px;color: #333;line-height: 22px;}
31+
.content-header p:nth-child(2) {color: #999;font-size: 13px;line-height: 18px;margin-left: 3px;overflow: hidden;margin-top: 3px;}
32+
33+
.content{
34+
width: 95%;
35+
margin:10px auto;
36+
}
37+
38+
.tips{
39+
font-size: 14px;
40+
padding:8px 5px;
41+
color: #999;
42+
}
43+
44+
.introduce{
45+
width: 100%;
46+
padding:0 10px;
47+
background-color: #fff;
48+
}
49+
50+
.introduce li{
51+
border-bottom: 1px solid #f5f3f3;
52+
height: 45px;
53+
line-height: 45px;
54+
}
55+
56+
.introduce li:last-child{
57+
border-bottom: none;
58+
}
59+
60+
.introduce li b{
61+
color: #777;
62+
float: left;
63+
font-weight: normal;
64+
font-size: 14px;
65+
}
66+
67+
.introduce li b:last-child{
68+
float: right;
69+
}
70+
71+
/**/
72+
.list-jz .jz {
73+
background-color: #fff;
74+
width: 100%;
75+
height: 50px;
76+
z-index: 10000;
77+
font-size: 17px;
78+
79+
}
80+
81+
.jz-le {
82+
margin: 15px auto;
83+
color: #777;
84+
width: 50%;
85+
display: block;
86+
float: left;
87+
text-align: center;
88+
border-right: 1px solid #DDD;
89+
font-weight: normal;
90+
}
91+
.jz-ri {
92+
margin: 15px auto;
93+
color: #777;
94+
width: 50%;
95+
display: block;
96+
float: right;
97+
text-align: center;
98+
font-weight: normal;
99+
}
100+
.jz-rq {
101+
margin: 15px auto;
102+
color: #777;
103+
width: 50%;
104+
display: block;
105+
float: left;
106+
text-align: center;
107+
border-right: 1px solid #DDD;
108+
font-size: 14px;
109+
}
110+
.jz-jz {
111+
margin: 15px auto;
112+
width: 50%;
113+
display: block;
114+
float: right;
115+
text-align: center;
116+
color: #F87352;
117+
font-size: 20px;
118+
font-size: 14px;
119+
}
120+
121+
122+

css/jrcs.css

+106
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
2+
body {
3+
/*background-color: #f5f3f3;*/
4+
}
5+
6+
7+
8+
.tabs-list{
9+
margin-top: 55px;
10+
background-color: #fff;
11+
}
12+
13+
14+
.list-ul>li {
15+
padding-top: 6px;
16+
border-top: 1px solid #ddd;
17+
}
18+
.list-ul>li>hr {
19+
height: 10px;
20+
color: #DDD;
21+
background-color: #f5f3f3;
22+
border: none;
23+
border-top: 1px solid #ddd;
24+
}
25+
26+
27+
.content-header{
28+
top: 45px;
29+
left: 0;
30+
width: 100%;
31+
height: auto;
32+
background: #fff;
33+
}
34+
35+
.content-header .ch-wrap{
36+
width: 95%;
37+
margin: 0 auto;
38+
padding: 5px 0;
39+
}
40+
41+
.content-header img {
42+
float: left;
43+
margin-right: 3%;
44+
border: 1px solid #ddd;
45+
margin-bottom: 20px;
46+
}
47+
48+
.content-header .ch-wrap div {
49+
float: none;
50+
}
51+
52+
.content-header .newsTitle {overflow: hidden;font-size: 16px;color: #333;line-height: 22px;}
53+
.content-header .jjTitle {border-bottom: 1px solid #ddd;padding-bottom: 10px;}
54+
.content-header .jjTitle>span {width: 75%;float: left;}
55+
.content-header .jjTitle .jjbutton{float: right;background-color: #F87352;border-color: #F87352;color: #fff;padding: 3px;font-size: 12px;}
56+
.content-header p:nth-child(2) {color: #999;font-size: 13px;line-height: 18px;margin-left: 3px;overflow: hidden;margin-top: 3px;border-bottom: 1px solid #DDDDDD;padding-bottom: 10px;}
57+
#list-tab2 .content {
58+
padding-left: 0;
59+
}
60+
61+
62+
.content{
63+
padding-left: 64px;
64+
width: 100%;
65+
margin:0 auto;
66+
margin-bottom: 12px;
67+
}
68+
69+
.sy{
70+
background-color: #fff;
71+
72+
73+
}
74+
75+
.sy p{
76+
float: left;
77+
border-right: 1px solid #DDD;
78+
width: 49.3%;
79+
padding: 5px 3px;
80+
}
81+
82+
.sy p:last-child{
83+
border-right: none;
84+
}
85+
86+
.sy p b{
87+
width: 100%;
88+
height: 30px;
89+
line-height: 30px;
90+
margin: 0 auto;
91+
display: block;
92+
font-size: 14px;
93+
font-weight: normal;
94+
text-align: center;
95+
overflow: hidden;
96+
}
97+
98+
.sy p b:first-child{
99+
color: #F87352;
100+
font-size: 24px;
101+
font-weight: normal;
102+
}
103+
104+
105+
106+

css/jrxq.css

+132
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
body {
2+
background-color: #f5f3f3;
3+
}
4+
5+
.content-header{
6+
position: fixed;
7+
z-index: 999;
8+
top: 45px;
9+
left: 0;
10+
width: 100%;
11+
height: auto;
12+
background: #fff;
13+
border-bottom: 1px solid #DDDDDD;
14+
}
15+
16+
.content-header .ch-wrap{
17+
width: 95%;
18+
margin: 0 auto;
19+
padding: 5px 0;
20+
}
21+
22+
.content-header img {
23+
float: left;
24+
margin-right: 3%;
25+
border: 1px solid #ddd;
26+
margin-bottom: 20px;
27+
}
28+
29+
.content-header .ch-wrap div {
30+
float: none;
31+
}
32+
33+
.content-header .newsTitle {overflow: hidden;font-size: 16px;color: #333;line-height: 22px;}
34+
.content-header p:nth-child(2) {color: #999;font-size: 13px;line-height: 18px;margin-left: 3px;overflow: hidden;margin-top: 3px;}
35+
36+
.content{
37+
width: 95%;
38+
margin:0 auto;
39+
margin-bottom: 50px;
40+
}
41+
42+
.sy{
43+
background-color: #fff;
44+
45+
46+
}
47+
48+
.sy p{
49+
float: left;
50+
border-right: 1px solid #f5f3f3;
51+
width: 49.3%;
52+
padding: 5px 3px;
53+
}
54+
55+
.sy p:last-child{
56+
border-right: none;
57+
}
58+
59+
.sy p b{
60+
width: 96%;
61+
height: 30px;
62+
line-height: 30px;
63+
margin: 0 auto;
64+
display: block;
65+
font-size: 14px;
66+
font-weight: normal;
67+
text-align: center;
68+
}
69+
70+
.sy p b:last-child{
71+
color: #F87352;
72+
font-size: 24px;
73+
font-weight: normal;
74+
}
75+
76+
.tips{
77+
font-size: 14px;
78+
padding:8px 5px;
79+
color: #999;
80+
}
81+
82+
.introduce{
83+
width: 100%;
84+
padding:0 10px;
85+
background-color: #fff;
86+
margin-top: 5px;
87+
}
88+
89+
.introduce li{
90+
border-bottom: 1px solid #f5f3f3;
91+
height: 45px;
92+
line-height: 45px;
93+
}
94+
95+
.introduce li:last-child{
96+
border-bottom: none;
97+
}
98+
99+
.introduce li b{
100+
color: #777;
101+
float: left;
102+
font-weight: normal;
103+
font-size: 13px;
104+
}
105+
106+
.introduce li b:last-child{
107+
float: right;
108+
}
109+
110+
.introduce li p{
111+
font-size: 13px;
112+
background: url(../images/look-more.png) no-repeat right center;
113+
background-size: 11px 18px;
114+
}
115+
116+
.footer{
117+
position: fixed;
118+
z-index: 999;
119+
bottom: 0;
120+
left: 0;
121+
width: 100%;
122+
height: 45px;
123+
background: #fff;
124+
border-top: 1px solid #ddd;
125+
}
126+
127+
.buy{
128+
width: 95%;
129+
margin:5px auto 0;
130+
display: block;
131+
padding: 8px;
132+
}

css/listimg.css

Whitespace-only changes.

0 commit comments

Comments
 (0)