@ -865,23 +865,32 @@
width: 100%;
position: relative;
.link-item{
display: inline;
> img {
width: 308px;
margin: 13px;
height: 160px;
width:45%;
// width: 308px;
margin: 8px;
// height: 160px;
border-radius: 10px;
}
span {
position: absolute;
top: 30px;
top: -10px;
left: 20px;
color: #fff;
font-size: 22px;
font-size: 15px;
font-family: PingFang SC;
font-weight: bold;
color: #ffffff;
.dots {
bottom: 12px;
@ -173,14 +173,19 @@
<div class="d-cpt-wrap">
<div class="link">
<div class="link-item">
<img src="@/assets/img/modules/wx-mini/index-set/wailian-bg.jpg"
mode="aspectFill" />
<span>{{'建议直通车'}}</span>
</div>
<div class="dots">
<i></i>
@ -14,7 +14,7 @@
<el-table v-loading="dataListLoading"
:data="dataList"
:default-expand-all="true"
:default-expand-all="false"
row-key="categoryId"
:cell-style="cellStyle"
border