forked from dunizb/CodeTest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlist.css
More file actions
64 lines (64 loc) · 1.05 KB
/
list.css
File metadata and controls
64 lines (64 loc) · 1.05 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
@charset "UTF-8";
.title {
text-align: center;
height: 32px;
font: 400 16px/32px "Microsoft YaHei";
}
.items {
width: 300px;
height: 219px;
text-align: center;
line-height: 196px;
float: left;
margin-right: 3px;
overflow: hidden;
border-radius:25px;
/*background-color: #169FE6;*/
border: 1px solid #169FE6;
border-bottom: 0px;
}
.items .items-title {
color: #fff;
background-color: red;
height: 24px;
font: 400 14px/24px "Microsoft YaHei";
border-radius:0 0 25px 25px;
position: relative;
z-index: 0;
}
.items img {
transition: all 2.5s;
width: 300px;
height: 195px;
}
.items a {
display: block;
height: 195px;
color: #fff;
}
.items:hover img {
width: 400px;
height: 295px;
}
.items:hover a.no {
cursor: default;
}
.items:hover a.no:after {
content: '敬请期待';
}
.friendlink ul {
display: inline-block;
}
.friendlink h2 {
background-color: #fff;
color: #666;
font-size: 12px;
font-weight: 700;
line-height: 20px;
font-family: "simsun";
}
.footer-tl-li {
background-color: #F7F7F7;
text-align: center;
padding-top: 5px;
}