Commit 90a4cd17 authored by liaili's avatar liaili

修改样式

parent 33a77590
...@@ -133,12 +133,6 @@ ...@@ -133,12 +133,6 @@
.company-introduction .friend-list a:nth-child(4) { .company-introduction .friend-list a:nth-child(4) {
border-top: 0; border-top: 0;
} }
.company-introduction .friend-list a:nth-child(5),
.company-introduction .friend-list a:nth-child(6),
.company-introduction .friend-list a:nth-child(7),
.company-introduction .friend-list a:nth-child(8) {
background-position: center 38px;
}
/* .company-introduction end */ /* .company-introduction end */
/* .address-map */ /* .address-map */
.address-map { .address-map {
......
...@@ -144,12 +144,6 @@ ...@@ -144,12 +144,6 @@
&:nth-child(4) { &:nth-child(4) {
border-top: 0; border-top: 0;
} }
&:nth-child(5),
&:nth-child(6),
&:nth-child(7),
&:nth-child(8) {
background-position: center 38px;
}
} }
} }
} }
......
...@@ -171,17 +171,17 @@ ...@@ -171,17 +171,17 @@
width: 100%; width: 100%;
} }
.hot-project-address .hot-project-address-box > div:nth-child(2) a { .hot-project-address .hot-project-address-box > div:nth-child(2) a {
width: 138px; width: 120px;
height: 46px; height: 40px;
text-align: center; text-align: center;
line-height: 46px; line-height: 40px;
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
border-radius: 26px; border-radius: 16px;
background: #fff; background: #fff;
color: #000; color: #000;
position: absolute; position: absolute;
right: -144px; right: -126px;
z-index: 3; z-index: 3;
} }
.hot-project-address .hot-project-address-box > div:nth-child(2) a:hover { .hot-project-address .hot-project-address-box > div:nth-child(2) a:hover {
...@@ -189,28 +189,28 @@ ...@@ -189,28 +189,28 @@
color: #fff; color: #fff;
} }
.hot-project-address .hot-project-address-box > div:nth-child(2) a:nth-child(2) { .hot-project-address .hot-project-address-box > div:nth-child(2) a:nth-child(2) {
top: 3%; top: 4%;
} }
.hot-project-address .hot-project-address-box > div:nth-child(2) a:nth-child(3) { .hot-project-address .hot-project-address-box > div:nth-child(2) a:nth-child(3) {
top: 23%; top: 24%;
} }
.hot-project-address .hot-project-address-box > div:nth-child(2) a:nth-child(4) { .hot-project-address .hot-project-address-box > div:nth-child(2) a:nth-child(4) {
top: 38%; top: 39%;
} }
.hot-project-address .hot-project-address-box > div:nth-child(2) a:nth-child(5) { .hot-project-address .hot-project-address-box > div:nth-child(2) a:nth-child(5) {
top: 56%; top: 57%;
} }
.hot-project-address .hot-project-address-box > div:nth-child(2) a:nth-child(6) { .hot-project-address .hot-project-address-box > div:nth-child(2) a:nth-child(6) {
top: 65%; top: 66%;
} }
.hot-project-address .hot-project-address-box > div:nth-child(2) a:nth-child(7) { .hot-project-address .hot-project-address-box > div:nth-child(2) a:nth-child(7) {
top: 74%; top: 75%;
} }
.hot-project-address .hot-project-address-box > div:nth-child(2) a:nth-child(8) { .hot-project-address .hot-project-address-box > div:nth-child(2) a:nth-child(8) {
top: 84%; top: 84%;
} }
.hot-project-address .hot-project-address-box > div:nth-child(2) a:nth-child(9) { .hot-project-address .hot-project-address-box > div:nth-child(2) a:nth-child(9) {
top: 94%; top: 93%;
} }
/* .hot-project-address end */ /* .hot-project-address end */
/* .hot-project-tabs start */ /* .hot-project-tabs start */
...@@ -352,7 +352,6 @@ ...@@ -352,7 +352,6 @@
} }
.modal-box .modal-dialog img { .modal-box .modal-dialog img {
width: 200px; width: 200px;
height: 300px;
position: absolute; position: absolute;
right: 55px; right: 55px;
top: 108px; top: 108px;
...@@ -381,7 +380,7 @@ ...@@ -381,7 +380,7 @@
left: 50%; left: 50%;
top: 50%; top: 50%;
margin-top: -200px; margin-top: -200px;
margin-left: -250px; margin-left: -200px;
width: 500px; width: 500px;
height: 400px; height: 400px;
background: #fff; background: #fff;
......
...@@ -181,45 +181,45 @@ ...@@ -181,45 +181,45 @@
width: 100%; width: 100%;
} }
a { a {
width: 138px; width: 120px;
height: 46px; height: 40px;
text-align: center; text-align: center;
line-height: 46px; line-height: 40px;
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
border-radius: 26px; border-radius: 16px;
background: #fff; background: #fff;
color: #000; color: #000;
position: absolute; position: absolute;
right: -144px; right: -126px;
z-index: 3; z-index: 3;
&:hover { &:hover {
background: #000; background: #000;
color: #fff; color: #fff;
} }
&:nth-child(2) { &:nth-child(2) {
top: 3%; top: 4%;
} }
&:nth-child(3) { &:nth-child(3) {
top: 23%; top: 24%;
} }
&:nth-child(4) { &:nth-child(4) {
top: 38%; top: 39%;
} }
&:nth-child(5) { &:nth-child(5) {
top: 56%; top: 57%;
} }
&:nth-child(6) { &:nth-child(6) {
top: 65%; top: 66%;
} }
&:nth-child(7) { &:nth-child(7) {
top: 74%; top: 75%;
} }
&:nth-child(8) { &:nth-child(8) {
top: 84%; top: 84%;
} }
&:nth-child(9) { &:nth-child(9) {
top: 94%; top: 93%;
} }
} }
} }
...@@ -387,7 +387,6 @@ ...@@ -387,7 +387,6 @@
} }
img { img {
width: 200px; width: 200px;
height: 300px;
position: absolute; position: absolute;
right: 55px; right: 55px;
top: 108px; top: 108px;
...@@ -420,7 +419,7 @@ ...@@ -420,7 +419,7 @@
left: 50%; left: 50%;
top: 50%; top: 50%;
margin-top: -200px; margin-top: -200px;
margin-left: -250px; margin-left: -200px;
width: 500px; width: 500px;
height: 400px; height: 400px;
background: #fff; background: #fff;
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<a data-index="2" href="javascrpt:;">江苏海安</a> <a data-index="2" href="javascrpt:;">江苏海安</a>
<a data-index="3" href="javascrpt:;">成都金堂</a> <a data-index="3" href="javascrpt:;">成都金堂</a>
<a data-index="4" href="javascrpt:;">四川巴中</a> <a data-index="4" href="javascrpt:;">四川巴中</a>
<a data-index="5" href="javascrpt:;">贵州</a> <a data-index="5" href="javascrpt:;">贵州</a>
<a data-index="6" href="javascrpt:;">贵州余庆</a> <a data-index="6" href="javascrpt:;">贵州余庆</a>
<a data-index="7" href="javascrpt:;">贵州黔南州</a> <a data-index="7" href="javascrpt:;">贵州黔南州</a>
</div> </div>
......
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 to comment