个人中心
@@ -20,11 +20,21 @@
|
||||
<p>共累计学习<span>238</span>分钟</p>
|
||||
</template>
|
||||
</div>
|
||||
<p class="info" v-if="user.id" @click.stop="$linkTo('./userInfo')">个人信息</p>
|
||||
<p class="info" @click.stop="$linkTo('./userInfo')">个人信息</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="list-wrap point-card">
|
||||
<div class="card">
|
||||
<div class="item">
|
||||
<div class="block">
|
||||
<img class="icon" src="./img/jfmx.png" alt="">
|
||||
</div>
|
||||
<span class="desc">积分明细</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="list-wrap">
|
||||
<div class="card" v-for="(group,index) in listGroup" :key="index">
|
||||
<div class="item" v-for="(item) in group" hover-class="bg-hover" :key="item.label"
|
||||
@@ -144,7 +154,7 @@ export default {
|
||||
.page {
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
background-color: #F3F6F9;
|
||||
background-color:#F4F5FA;;
|
||||
position: relative;
|
||||
|
||||
.header-bg {
|
||||
@@ -155,7 +165,7 @@ export default {
|
||||
.header-info {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("https://cdn.cunwuyun.cn/qj/home-top-bg.png") no-repeat no-repeat;
|
||||
background: url("./img/header-banner.png") no-repeat no-repeat;
|
||||
background-size: 100% 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 240px 0 0 48px;
|
||||
@@ -325,5 +335,12 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.point-card {
|
||||
padding: 0 32px!important;
|
||||
.card {
|
||||
margin-bottom: 0!important;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
BIN
src/project/qujing/AppMine/img/header-banner.png
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
src/project/qujing/AppMine/img/jfmx.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.9 KiB |