forked from 2689124501/PairProject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUntitled-1.css
124 lines (112 loc) · 1.66 KB
/
Untitled-1.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
114
115
116
117
118
119
120
121
122
123
124
*{
margin: 0;
padding: 0;
}
.header
{ position: fixed;
left: 0px;
top: 0;
z-index: 99;
height: 10%;
width: 100%;
background-color: rgb(182, 176, 176);
text-align:center
}
.picture
{
float: left;
height: 90px;
position: relative;
left: 0px;
}
#pi
{
float: right;
width: 400px;
height: 90px;
background-size:cover;
background-image: url(3.png)
}
.hh{
margin-top: 20px;
margin-left: 0px;
position: absolute;
left: 25%;
}
#head-l
{
height: 50px;
width: 700px;
font-size: 20px;
}
#head-r
{
height: 55px;
width: 100px;
border-radius: 0 10px 10px 0;
background-color: #4e71f2;
color: white;
font-size: 20px;
font-weight: bold;
}
#content
{
width: 80%;
position: absolute;
top: 10%;
left: 10%;
height: auto;
background-color: rgb(243, 243, 243);
}
#main-container
{ width: 100%;
height: 1200px;
}
.list
{
overflow:hidden;
width: 80%;
background: #ffffff;
padding: 5px;
margin-left: 10%;
margin-top: 3%;
margin-bottom: 60px;
height: 150px;
border-style: solid;
border-radius:20px;
border-width: 2px;
border-color:#00BFFF;
}
#foot
{
height:50px;position:fixed;bottom:0px;left:0px;
width: 100%;
background: #ffffff;
}
#next
{
text-align:center;
}
#se{
margin-top: 2px;
height: 54px;
font-size: 20px;
float: left;
overflow: hidden;
}
#a{
color: #049bd6;
font-size:20px;
}
#b
{ margin-left: 10px;
font-size: large;
}
#del{
color: #ff0202;
}
#h1{
color: #1a75ec;
font-size: 50px;
text-align: center;
}