Commit 0a8d3fe9 by 梁建民

css

parent 8e1202ad
......@@ -69,7 +69,7 @@ body { overflow-x: hidden; }
.pc-index-nav { width: 100%; height: 40px; background-color: #07275b; }
.pc-index-nav .pc-nav-wrap .parent { white-space: nowrap; margin-left: 4%; }
.pc-index-nav .pc-nav-wrap .parent li { position: relative; width: 10%; height: 40px; line-height: 40px; text-align: center; transition: all 0.4s ease; min-width: 127px; }
.pc-index-nav .pc-nav-wrap .parent li { position: relative; width: 127px; height: 40px; line-height: 40px; text-align: center; transition: all 0.4s ease; margin-right: 66px; }
.pc-index-nav .pc-nav-wrap .parent li a { display: block; font-size: 18px; color: #ffffff; }
.pc-index-nav .pc-nav-wrap .parent li dl { position: absolute; top: 100%; left: 0; right: 0; background-color: rgba(18, 26, 37, 0.95); display: none; z-index: 9; }
.pc-index-nav .pc-nav-wrap .parent li dl dd { height: 35px; line-height: 35px; text-align: center; transition: all 0.4s ease; border: solid 1px transparent; }
......
......@@ -60,12 +60,12 @@
margin-left: 4%;
li {
position: relative;
width: 10%;
width: 127px;
height: 40px;
line-height: 40px;
text-align: center;
transition: all 0.4s ease;
min-width: 127px;
margin-right: 66px;
a {
display: block;
font-size: 18px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment