style:样式修改

This commit is contained in:
2025-07-11 16:13:49 +08:00
parent c3e1f08908
commit 9b211f804f
2 changed files with 8 additions and 2 deletions

View File

@@ -152,7 +152,7 @@
}
.orico_Page_achievement .achievementMain .achTimes .timecontent .timelist .timeline-con .con_event_list .event_list div li {
display: inline-block;
width: 100%;
width: 94%;
font-family: Montserrat-Medium, Montserrat;
line-height: 1.5625rem;
font-size: 1rem;
@@ -160,6 +160,11 @@
color: #707070;
padding: 0 0 1.24rem 4.6875rem;
}
.orico_Page_achievement .achievementMain .achTimes .timecontent .timelist .timeline-con .con_event_list .event_list div li p{
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
}
.orico_Page_achievement .achievementMain .tech {
background: #fff;
width: 100%;

View File

@@ -266,9 +266,10 @@
.orico_Page_index .pageMain .featuredProducts .fpSwiper .swiperasd {
display: flex;
width: 75%;
width: 83%;
position: relative;
height: 6.25rem;
margin-left: 2%;
}
.orico_Page_index .pageMain .featuredProducts .fpSwiper .swiperasd .swiper-container1 {