Browse Source

分类书展开

dev
jiangyy 4 years ago
parent
commit
48aa55687a
  1. 19
      epmet-oper-web/src/assets/scss/modules/wx-mini/index-set.scss
  2. 5
      epmet-oper-web/src/components/wx-index/cpt-item.vue
  3. 2
      epmet-oper-web/src/views/modules/customer/customize/CategoryList.vue

19
epmet-oper-web/src/assets/scss/modules/wx-mini/index-set.scss

@ -865,23 +865,32 @@
width: 100%;
position: relative;
.link-item{
display: inline;
position: relative;
> 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 {
position: absolute;
bottom: 12px;

5
epmet-oper-web/src/components/wx-index/cpt-item.vue

@ -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="link-item">
<img src="@/assets/img/modules/wx-mini/index-set/wailian-bg.jpg"
mode="aspectFill" />
<span>{{'建议直通车'}}</span>
</div>
</div>
<div class="dots">
<i></i>
<i></i>

2
epmet-oper-web/src/views/modules/customer/customize/CategoryList.vue

@ -14,7 +14,7 @@
</div>
<el-table v-loading="dataListLoading"
:data="dataList"
:default-expand-all="true"
:default-expand-all="false"
row-key="categoryId"
:cell-style="cellStyle"
border

Loading…
Cancel
Save