-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
128 lines (126 loc) · 2.21 KB
/
style.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
125
126
127
128
*{
margin: 0;
padding: 0;
}
.menu{
background: #f5f5f5;
height: 80px;
}
.logo h2{
font-size: 2rem;
line-height: 69px;
font-size: 35px;
color: blue;
}
.menu_option{}
.menu_option ul{
text-align: right;
}
.menu_option ul li{
display: inline-block;
}
.menu_option ul li a {
display: inline-block;
padding-left: 22px;
font-size: 20px;
line-height: 69px;
color: blue;
text-decoration: none;
}
.menu_option ul li a:hover{}
/* banner */
.banner{
background-image: url("https://thumbs.dreamstime.com/b/elegant-man-dressed-posing-under-blue-light-dark-place-46893647.jpg");
background-size: cover;
background-position-x: center;
background-position-y: center;
height: 441px;
width: 1349px;
padding: 300px 0;
background-repeat: no-repeat;
position: relative;
z-index: 1;
}
.banner::before{
content: "";
width: 100%;
height: 100%;
background: rgba(4, 4, 71, 0.527);
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.banner h3{
color: #fff;
text-align: center;
font-size: 60px;
word-spacing: 10px;
}
/* content */
/* left */
.content{
background: #f5f5f5;
padding-top: 50px;
}
.mypic{
float: left;
width: 30%;
clear: both;
}
.myself {
float: right;
width: 70%;
clear: right;
padding-left: 75px;
}
.mypic img{
max-width: 100%;
}
.section_down {
clear: both;
padding-top: 20px;;
font-size: 15px;
}
.left{
color: #4e4f4f;
}
/* right */
.right h4{
font-family: 'Barlow Condensed', sans-serif;
}
.right p{
font-size: 15px;
}
/* map_form */
.map_form{
background: #f5f5f5;
padding: 50px 0 10px 0;
}
/* .map img{
max-width: 100%;
} */
/* .input {
border: none;
border-radius: 4px;
width: 553px;
padding: 5px 10px;
border: 1px solid #b9b5b5;
}
.message {
height: 113px;
width: 553px;
border: 1px solid #b9b5b5;
border-radius: 4px;
} */
.footer{
background: #0062d3;
text-align: center;
color: #fff;
}
.footer p {
padding: 21px 0;
}
span{
font-weight: bold;
}