调整图片

This commit is contained in:
liuyuan
2025-05-06 17:11:57 +08:00
parent b5d7e637b1
commit c5af21f384
69 changed files with 478 additions and 504 deletions

View File

@@ -12,7 +12,7 @@
label="title">
<template slot="labelSlot" slot-scope="slotProps">
<view class="feng">
<image v-if="slotProps.row.image" :src="slotProps.row.image" mode="aspectFit"
<image v-if="slotProps.row.squareImage" :src="slotProps.row.squareImage"
class="book_image"></image>
<view v-else style="
color: #c0c4cc;
@@ -687,7 +687,7 @@
</script>
<style lang="scss" scoped>
::v-deep .commonPageBox {
/deep/ .commonPageBox {
background-color: #EDF6F5 !important;
}
@@ -768,7 +768,7 @@
float: left;
}
::v-deep.list_item {
/deep/.list_item {
border-radius: 20rpx;
margin-bottom: 20rpx;
@@ -786,31 +786,24 @@
align-items: center;
}
}
// ::v-deep.list_item :nth-child(2n-1) {
// background: rgba(255, 255, 255, 0.85) !important;
// }
.feng {
background-color: #f6f7f2;
margin: 0rpx 22rpx 0 0;
height: 200rpx !important;
width: 260rpx !important;
float: left;
height: 250rpx !important;
width: 250rpx !important;
border-radius: 14rpx;
// border: 1rpx solid #e9e9e9;
}
.cate_right {
width: calc(100% - 260rpx);
float: right;
width: calc(100% - 250rpx);
}
.commonPageBox {
background-image: #edf6f5ad !important;
}
::v-deep.uni-scroll-view-content {
/deep/.uni-scroll-view-content {
box-sizing: border-box !important;
padding: 20rpx !important;
}
@@ -847,7 +840,7 @@
// justify-content: space-between;
}
::v-deep.scroll-view-item:nth-child(2n-1) {
/deep/.scroll-view-item:nth-child(2n-1) {
background-color: #fff !important;
}