作者 anyv
1 个管道 的构建 通过 耗费 20 秒

2

... ... @@ -13,7 +13,9 @@
<body>
<!-- 顶部 -->
<div class="ad_top top_navBg">
<img class="ad_topImg" src="__TMPL__/public/assets/images/left2.png" alt="" />
<a href="javascript:history.back(-1)">
<img class="ad_topImg" src="__TMPL__/public/assets/images/left2.png" alt="" />
</a>
<h1>购物车</h1>
<p>管理</p>
</div>
... ...
... ... @@ -660,10 +660,12 @@ body {
justify-content: space-between;
}
.de_topTxt3 span {
font-size: 0.22rem;
.de_topTxt3 span { font-size: 0.26rem;
cursor: pointer;
color: rgba(204, 204, 204, 1);
color: #333;
/*font-size: 0.22rem;*/
/*cursor: pointer;*/
/*color: rgba(204, 204, 204, 1);*/
}
... ...