pages
This commit is contained in:
@@ -15,11 +15,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="lawClass">
|
<div class="lawClass">
|
||||||
<div class="pic-left">
|
<div class="pic-left" @click="clickLaw(0)">
|
||||||
<img src="https://cdn.cunwuyun.cn/qujing/but-zaixianketang.png" alt="" @click="clickLaw(0)">
|
<img src="https://cdn.cunwuyun.cn/qujing/but-zaixianketang.png">
|
||||||
</div>
|
</div>
|
||||||
<div class="pic-right">
|
<div class="pic-right" @click="clickLaw(1)">
|
||||||
<img src="https://cdn.cunwuyun.cn/qujing/but-pufakaoshi.png" alt="" @click="clickLaw(1)">
|
<img src="https://cdn.cunwuyun.cn/qujing/but-pufakaoshi.png">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="grid-content">
|
<div class="grid-content">
|
||||||
@@ -167,7 +167,8 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
clickLaw(index) {
|
clickLaw(index) {
|
||||||
this.$linkTo("/mods/AppLegalLearning/AppLegalLearning?inx=" + index)
|
|
||||||
|
this.$linkTo("/pages/AppLegalLearning/AppLegalLearning?inx=" + index)
|
||||||
},
|
},
|
||||||
handleActive({type, appId, url}) {
|
handleActive({type, appId, url}) {
|
||||||
if (type == 0) {
|
if (type == 0) {
|
||||||
@@ -387,7 +388,8 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 150px;
|
height: 112px;
|
||||||
|
margin-bottom: 38px;
|
||||||
.pic-left,
|
.pic-left,
|
||||||
.pic-right {
|
.pic-right {
|
||||||
width: 46%;
|
width: 46%;
|
||||||
|
|||||||
Reference in New Issue
Block a user