-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
118 lines (114 loc) · 2.44 KB
/
index.css
File metadata and controls
118 lines (114 loc) · 2.44 KB
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
{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
.banner {
border: 1px rgb(17, 201, 238) inset;
margin: 40px 40px 20px 60px;
text-align: center;
background-color: rgb(17, 238, 205);
width: 97%;
margin: 0px auto;
}
.name_banner{
font-size: 50px;
color: white;
font-weight: bold;
width: 98%;
}
.h1 {
color: white;
background-color: rgb(242, 220, 241);
border-radius: 7%;
border: 1px dashed rgb(15, 15, 16);
width: 750px;
height: 50px;
text-align: center;
margin: 20px 15px 20px 15px;
font-weight: bold;
font-size: 17px;
margin: 20px;
font-weight: bold;
padding: 20px 20px 20px 20px;
align-items: center;
}
.root>li {
list-style: none;
float: left;
position: relative;
display: block;
}
.root>li a{
text-decoration: none;
color: rgb(15, 231, 45);
padding: 0px 15px 0px 15px;
line-height: 50px;
display: block;
}
.menu_web {
width: 97%;
height: 50px;
background-color: cyan;
margin: 0 auto;
}
.menu {
font-size: 20px;
}
.root>li>a:hover{background-color: rgb(197, 50, 205);
color: white;
transform: ease-in 0.35s;
}
.submenu{
width: 250px;
background-color: #0babd3;
min-height: 80px;
display: none;
position: absolute;
}
.submenu li {list-style: none;}
.submenu li a{
text-transform: none;
text-decoration: none;
color: snow;
display: block;
border: 1px solid #ccc;
line-height: 40px;
text-indent: 12px;
}
.root>li:hover .submenu {
display: block;
background-color: #0babd3;
color: palevioletred;
transform: ease-in 0.35s;
}
.submenu li a:hover {
background-color: yellowgreen;
color: white;
transform: ease-in 0.35s;
}
.bocuc{
border: 1px solid #ccc;
width: 97%;margin: 0px auto;
}
.h11 td{border: 1px solid #ccc;}
.sp1 img{width: 200px; height: 150px;
align-items: center;}
.giacu{color: red; font-size: 18px;}
.giaban{color: blue;
font-size: 14px; font-weight: bold;}
.sp1{text-align: center;}
.giaban:hover{font-size: 25px;
position: absolute;
transform: ease-in 0.35s;}
.iconss{
align-items: center;
justify-content: space-between;
position: relative;
}
.iconss {
display:flex;
list-style: none;
padding: 10px 400px;
position:relative;
}