css
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
<span>{{ item.createTime }}</span>
|
||||
</div>
|
||||
|
||||
<img :src="items.url" alt="" v-for="(items, i) in item.images" :key="i" />
|
||||
<div class="imgs">
|
||||
<img :src="items.url" alt="" v-for="(items, i) in item.images" :key="i" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<template #menu>
|
||||
@@ -149,6 +151,9 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
uni-page-body {
|
||||
height: 100%;
|
||||
}
|
||||
.AppUniMsg {
|
||||
height: 100%;
|
||||
::v-deep .AiCard {
|
||||
@@ -163,13 +168,16 @@ export default {
|
||||
color: #333;
|
||||
font-family: 500;
|
||||
}
|
||||
img {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
img:nth-child(3n) {
|
||||
margin-right: 0;
|
||||
.imgs {
|
||||
margin-top: 10px;
|
||||
img {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
img:nth-child(3n) {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -189,6 +197,12 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.u-load-more-wrap {
|
||||
background: #f3f6f9 !important;
|
||||
margin: 0 !important;
|
||||
padding: 34px 0;
|
||||
}
|
||||
|
||||
.AiFixedBtn {
|
||||
.movableArea {
|
||||
.addBtn {
|
||||
|
||||
Reference in New Issue
Block a user