2 Commits

Author SHA1 Message Date
31d747a0b0 style:样式修改 2025-07-11 16:13:49 +08:00
0025b0a5bb ljm master分支 2025-07-11 15:57:27 +08:00
3 changed files with 8 additions and 3 deletions

View File

@@ -152,7 +152,7 @@
} }
.orico_Page_achievement .achievementMain .achTimes .timecontent .timelist .timeline-con .con_event_list .event_list div li { .orico_Page_achievement .achievementMain .achTimes .timecontent .timelist .timeline-con .con_event_list .event_list div li {
display: inline-block; display: inline-block;
width: 100%; width: 94%;
font-family: Montserrat-Medium, Montserrat; font-family: Montserrat-Medium, Montserrat;
line-height: 1.5625rem; line-height: 1.5625rem;
font-size: 1rem; font-size: 1rem;
@@ -160,6 +160,11 @@
color: #707070; color: #707070;
padding: 0 0 1.24rem 4.6875rem; 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 { .orico_Page_achievement .achievementMain .tech {
background: #fff; background: #fff;
width: 100%; width: 100%;

View File

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

View File

@@ -56,5 +56,4 @@
.narsPage-head .headcenter .logico { .narsPage-head .headcenter .logico {
/* width: 10rem; */ /* width: 10rem; */
height: 2.875rem; height: 2.875rem;
/* width:100% */
} }