...
|
...
|
@@ -16,17 +16,17 @@ |
|
|
}
|
|
|
|
|
|
.share {
|
|
|
margin: 0px auto 30px;
|
|
|
margin: 0 auto 30px;
|
|
|
width: 560px;
|
|
|
height: 80px;
|
|
|
font-size: 29px;
|
|
|
line-height: 80px;
|
|
|
color: #fff;
|
|
|
background: #d25d7f;;
|
|
|
background: #d25d7f;
|
|
|
text-align: center;
|
|
|
|
|
|
&:after {
|
|
|
content: '';
|
|
|
content: "";
|
|
|
display: block;
|
|
|
width: 100%;
|
|
|
height: 10px;
|
...
|
...
|
@@ -43,8 +43,8 @@ |
|
|
}
|
|
|
|
|
|
.banner-border {
|
|
|
border-left: 3px solid #444444;
|
|
|
border-right: 3px solid #444444;
|
|
|
border-left: 3px solid #444;
|
|
|
border-right: 3px solid #444;
|
|
|
background-color: #f1f1f9;
|
|
|
padding-top: 30px;
|
|
|
}
|
...
|
...
|
@@ -110,7 +110,7 @@ |
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
|
&:before {
|
|
|
content: '';
|
|
|
content: "";
|
|
|
display: block;
|
|
|
width: 100%;
|
|
|
height: 54px;
|
...
|
...
|
@@ -151,7 +151,7 @@ |
|
|
height: 100%;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
background: rgba(0,0,0,0.6);
|
|
|
background: rgba(0, 0, 0, .6);
|
|
|
z-index: 2;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -161,7 +161,7 @@ |
|
|
height: 100%;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
background: rgba(0,0,0,0.6);
|
|
|
background: rgba(0, 0, 0, .6);
|
|
|
z-index: 2;
|
|
|
|
|
|
.pengyouquan {
|
...
|
...
|
|