refactor: 调整图片目录

This commit is contained in:
2025-05-23 14:25:33 +08:00
parent a8051c10de
commit 2705bb9baa
5 changed files with 17 additions and 17 deletions

View File

@@ -130,7 +130,7 @@
}
.orico_Page_achievement .achievementMain .achTimes .timecontent .timelist .timeline-con .con_event_list .event_list {
width: 98%;
background: url(/static/index/images/greyline.png) 50px 0 repeat-y;
background: url(/static/index/pc/images/greyline.png) 50px 0 repeat-y;
}
.orico_Page_achievement .achievementMain .achTimes .timecontent .timelist .timeline-con .con_event_list .event_list div {
overflow: hidden;
@@ -139,7 +139,7 @@
.orico_Page_achievement .achievementMain .achTimes .timecontent .timelist .timeline-con .con_event_list .event_list div h3 {
margin: 0 0 0 2.1875rem;
padding-left: 2.5rem;
background: url(/static/index/images/greyyuandian.png) 3px 3px no-repeat;
background: url(/static/index/pc/images/greyyuandian.png) 3px 3px no-repeat;
height: 2.375rem;
font-size: 1.25rem;
font-family: Montserrat-Bold, Montserrat;
@@ -148,7 +148,7 @@
line-height: 1.875rem;
}
.orico_Page_achievement .achievementMain .achTimes .timecontent .timelist .timeline-con .con_event_list .event_list div .backgroundimg {
background: url(/static/index/images/yaundian.png) 3px 3px no-repeat !important;
background: url(/static/index/pc/images/yaundian.png) 3px 3px no-repeat !important;
}
.orico_Page_achievement .achievementMain .achTimes .timecontent .timelist .timeline-con .con_event_list .event_list div li {
display: inline-block;

View File

@@ -49,7 +49,7 @@
position: absolute;
left: 1.875rem;
top: 0.9375rem;
background: url(/static/index/images/search.png);
background: url(/static/index/pc/images/search.png);
z-index: 9;
}
.orico_Page_category .categoryMain .categorySearch .search {

View File

@@ -146,7 +146,7 @@
.tpicture {
width: 1.375rem;
height: 1.375rem;
background: url('/static/index/images/more2.png') no-repeat;
background: url('/static/index/pc/images/more2.png') no-repeat;
background-position: -26px 0px;
margin-left: 1.625rem;
}
@@ -569,7 +569,7 @@
position: absolute;
top: 0px;
left: 0px;
background-image: url('/static/index/images/indeximg1.jpg');
background-image: url('/static/index/pc/images/indeximg1.jpg');
width: 100%;
height: 53.75rem;
background-repeat: no-repeat;
@@ -581,7 +581,7 @@
top: 0px;
left: 0px;
border-right: 0.25rem solid rgba(255, 255, 255, 0.5019607843);
background-image: url('/static/index/images/indeximg2.jpg');
background-image: url('/static/index/pc/images/indeximg2.jpg');
width: 50%;
height: 53.75rem;
background-repeat: no-repeat;
@@ -601,7 +601,7 @@
display: flex;
align-items: center;
justify-content: center;
background: #fff url('/static/index/images/ba-arrow.png') center center/22px
background: #fff url('/static/index/pc/images/ba-arrow.png') center center/22px
22px no-repeat;
border: 1px solid #fff;
border-radius: 50%;

View File

@@ -122,7 +122,7 @@
.preview
.bigImg
.smallImgUp.disabled {
background: url(/static/index/images/fl.png) no-repeat;
background: url(/static/index/pc/images/fl.png) no-repeat;
position: absolute;
z-index: 1;
top: 50%;
@@ -138,7 +138,7 @@
.preview
.bigImg
.smallImgUp.disabled:hover {
background: url(/static/index/images/fl1.png) no-repeat;
background: url(/static/index/pc/images/fl1.png) no-repeat;
}
.orico_Page_prdetail .oriprdetail .cp .cpfl .preview .bigImg .smallImgDown,
.orico_Page_prdetail
@@ -148,7 +148,7 @@
.preview
.bigImg
.smallImgDown.disabled {
background: url(/static/index/images/rh.png) no-repeat;
background: url(/static/index/pc/images/rh.png) no-repeat;
position: absolute;
z-index: 1;
right: -2%;
@@ -169,7 +169,7 @@
.preview
.bigImg
.smallImgDown.disabled:hover {
background: url(/static/index/images/rh1.png) no-repeat;
background: url(/static/index/pc/images/rh1.png) no-repeat;
}
.orico_Page_prdetail .oriprdetail .cp .cprh {
width: 45%;
@@ -565,26 +565,26 @@
.scrollbutton_01.smallImgUp,
.scrollbutton_01.smallImgUp.disabled {
background: url(/static/index/images/fl.png);
background: url(/static/index/pc/images/fl.png);
left: 0px;
}
.scrollbutton_01.smallImgDown,
.scrollbutton_01.smallImgDown.disabled {
background: url(/static/index/images/rh.png);
background: url(/static/index/pc/images/rh.png);
right: 0px;
}
.scrollbutton.smallImgUp,
.scrollbutton.smallImgUp.disabled {
background: url(/static/index/images/fl.png);
background: url(/static/index/pc/images/fl.png);
left: 90px;
margin-top: -24.5px;
}
.scrollbutton.smallImgDown,
.scrollbutton.smallImgDown.disabled {
background: url(/static/index/images/rh.png);
background: url(/static/index/pc/images/rh.png);
right: 0px;
margin-top: -24.5px;
}