forked from saatvika07/ACM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
164 lines (156 loc) · 2.64 KB
/
index.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
body {
font-family: 'Arial', sans-serif;
margin: 10px;
padding: 0;
line-height: 1.6;
}
.header-container {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
margin: 20px 0;
}
.header-container img {
max-height: 80px;
width: auto;
}
h2 {
margin: 0;
font-size: 1.8em;
}
#banner .unslider
{
position:relative;
}
#banner .unslider-nav ol li{
display: inline-block;
width: 10px;
height: 10px;
margin: 0 5px;
padding: 0;
border: none;
border-radius: 12px;
cursor: pointer;
font-size: 0px;
border:1px solid #eee;
}
#banner .unslider-nav ol{
position: absolute;
right:50%;
bottom: 10px;
padding-left: 20px;
padding-bottom:6px;
}
#banner .unslider-nav ol li.unslider-active
{
background:#fff;
}
#banner .ban-rm{
background: #a16b15;
display: inline-block;
color: #fff;
padding: 7px 15px;
margin-top: -50px;
position: relative;
top: -27px;
}
#banner .ban-rm:hover{
background: #981e20;
}
.ban-social{
float:right;
background: rgba(217, 213, 212, 0.78);
margin-top: -50px;
position: relative;
z-index: 9;
}
.ban-social ul{
margin-bottom:0px;
padding-left: 10px;
}
.ban-social ul li{
list-style: none;
display:inline-block;
margin:10px 0px;
/*padding:0px 15px;*/
line-height: 11px;
}
.ban-social ul li a{
padding:2px;
display: inline-block;
}
.ban-social ul li:last-child
{
border:none;
}
.ban-social ul li span{
vertical-align: middle;
font-size:16px;
color:#a71a1b;
font-weight: bold;
}
.ban-social ul li i{
font-size:20px;
color:#000;
}
.ban-social ul li i:hover
{
opacity: 0.6;
}
.scl-txt{
top:-5px;
margin-left:2px;
position:relative;
}
#banner{
position:relative;
z-index: 1;
}
#banner img{
width:100%;
height:100%;
object-fit: cover;
}
.inner-banner img{
width:100% !important;
height:350px !important;
object-fit: cover;
}
.box-menu{
padding-left:0px;
/* margin-bottom:25px;
margin-top:25px; */
padding: 5px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin:0;
}
.box-menu li{
list-style: none;
display:inline-block;
margin-left:5px;
margin-right: 5px;
margin-bottom: 20px;
line-height: 50px;
}
.box-menu li a{
background: #04358a;
border-radius: 20px;
padding: 15px;
color:#fff !important;
text-decoration: none;
}
.box-menu li a:hover {
background: #5a8ce1;
}
.logo_img {
width: 250px;
margin: 0 auto;
}
.logo_img img {
max-width: 100%;
height: auto;
}