-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlist.css
113 lines (107 loc) · 1.99 KB
/
list.css
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
body {
margin: 0;
padding: 0;
font-size: 16px;
}
.hander{
width: 100%;
background-color: rgba(47,47,47,0.98);
}
.hander .title{
width: 800px;
margin: 0 auto;
overflow: hidden;
}
.hander .title label{
float: left;
width: 100px;
line-height: 50px;
color: #DDD;
font-size: 24px;
}
.hander .title input{
height: 22px;
border-radius: 5px;
margin-top: 12px;
}
.hander .title input:focus {
outline-width: 0
}
.section .content{
width: 100%;
margin: 0 auto;
background-color: #DDD;
}
.name{
width: 600px;
margin: 0 auto;
}
.section .content h2{
position: relative;
}
.section .content h2 span{
position: relative;
top: 5px;
right: 500px;
padding: 0 5px;
height: 20px;
border-radius: 20px;
background: #E6E6FA;
line-height: 22px;
text-align: center;
color: #666;
font-size: 14px;
}
ol{
padding: 0;
}
li{
list-style: none;
}
.section .content li > .item_box , .section .content li >span{
display: inline-block;
position: relative;
width:500px;
height: 32px;
line-height: 32px;
background-color: #fff;
margin-bottom: 2px;
padding: 0 10px;
border-radius: 3px;
border: 0;
}
.section .content li a{
position: absolute;
top: 5px;
right: 10px;
width: 30px;
height: 23px;
border-radius: 14px;
background: #CCC;
text-align: center;
color: #FFF;
font-size: 14px;
}
.edit_button{
text-align: center;
border-radius: 5px;
background-color: rgb(157, 171, 203);
border-color: transparent;
color: white;
font-family: '等线';
margin-left: 10px;
margin-right: 10px;
margin-top: 5px;
height: 35px;
font-size: 15px;
width: 50px;
}
.text_button{
width: 400px;
margin-left: 30px;
text-indent: 10px;
}
.list-box{
margin: 0 auto;
width: 800px;
}