refactor: 调整图片目录
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user