Commit 69293978 by 方圆

feat: 零售优化

parent 39f7879d
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
</li> </li>
</ul> </ul>
<img <img
src="../../assets/image/news/ls3.png" src="../../assets/image/news/ls7.jpg"
class="div4-img" class="div4-img"
alt="" alt=""
/> />
...@@ -520,7 +520,7 @@ li{ ...@@ -520,7 +520,7 @@ li{
img { img {
position: absolute; position: absolute;
width: 33%; width: 33%;
height: 240px; // height: 276px;
top: 70px; top: 70px;
right: 20px; right: 20px;
} }
...@@ -553,6 +553,8 @@ li{ ...@@ -553,6 +553,8 @@ li{
display: block; display: block;
position: absolute; position: absolute;
text-align: right; text-align: right;
margin-right: 13px;
margin-bottom: 13px;
button { button {
width: 6px; width: 6px;
height: 6px; height: 6px;
...@@ -566,6 +568,13 @@ li{ ...@@ -566,6 +568,13 @@ li{
background: #f05587; background: #f05587;
} }
} }
/deep/.carousel-caption{
width: 636px;
margin: 0 auto;
text-align: center;
}
.carousel-item{ .carousel-item{
cursor: pointer; cursor: pointer;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment