forked from Nobody9810/React-Event
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss.css
58 lines (57 loc) · 1.08 KB
/
css.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
#root {
background-color: rebeccapurple;
background-image: url("./assets/KICT_logo3.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: 950px 500px;
}
.head {
text-align: center;
padding: 10px;
background: #a6e2eb;
}
.mian {
padding: 24px;
background-color: #ffffff;
border: 10px solid #ece9e9;
width: 500px;
height: 380px;
margin-left: 50px;
margin-top: 5px;
background: rgba(255, 255, 255, 0.8);
}
.NameInput {
width: 150px;
margin-right: 10px;
}
.AddressInput {
width: 150px;
margin-right: 10px;
margin-top: 10px;
}
.PhoneInput {
width: 150px;
margin-right: 10px;
}
.EmailInput {
width: 150px;
margin-right: 10px;
}
.Detail {
padding: 24px;
background-color: #f5f5f5;
width: 500px;
height: 260px;
margin-left: 50px;
margin-top: 5px;
background: rgba(255, 255, 255, 0.8);
}
.div3 {
padding: 24px;
background-color: #f5f5f5;
width: 500px;
height: 230px;
margin-left: 900px;
margin-top: -300px;
background: rgba(255, 255, 255, 0.8);
}