|
@@ -72,10 +72,11 @@ export default {
|
|
|
}
|
|
|
.swiper-container::-webkit-scrollbar {display:none}
|
|
|
.timeline {
|
|
|
- width: 96%;
|
|
|
+ width: 100%;
|
|
|
list-style-type: none;
|
|
|
display: flex;
|
|
|
padding: 0;
|
|
|
+ margin: 0;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.swiper-slide {
|
|
@@ -138,7 +139,7 @@ export default {
|
|
|
.content0,.content1,.content2 {
|
|
|
width: 100%;
|
|
|
font-size: 14px;
|
|
|
- color: #909399;
|
|
|
+ color: #333;
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
transform: translateX(-50%);
|