调整图片

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;
}

View File

@@ -745,11 +745,11 @@ export default {
}
}
::v-deep.titleItem {
/deep/.titleItem {
// width: calc(100% - 120rpx) !important;
}
::v-deep.scroll-view-item:nth-child(2n-1) {
/deep/.scroll-view-item:nth-child(2n-1) {
background-color: transparent !important;
}

View File

@@ -1195,12 +1195,12 @@ export default {
}
}
::v-deep.titleItem {
/deep/.titleItem {
display: flex;
align-items: center;
}
::v-deep.scroll-view-item:nth-child(2n-1) {
/deep/.scroll-view-item:nth-child(2n-1) {
background-color: transparent !important;
}
@@ -1514,32 +1514,32 @@ export default {
// background:
}
::v-deep.u-alert--warning--light {
/deep/.u-alert--warning--light {
background-color: none !important;
}
::v-deep.u-alert__text--warning--light {
/deep/.u-alert__text--warning--light {
color: #fff !important;
}
::v-deep.u-alert {
/deep/.u-alert {
background: none !important;
}
::v-deep.u-icon__icon--warning {
/deep/.u-icon__icon--warning {
color: #fff !important;
}
::v-deep.uni-section {
/deep/.uni-section {
background: transparent !important;
}
::v-deep.uni-section .uni-section-header {
/deep/.uni-section .uni-section-header {
padding-top: 10rpx !important;
padding-bottom: 10rpx !important;
}
::v-deep.uni-section .uni-section-header {
/deep/.uni-section .uni-section-header {
padding-left: 0rpx !important;
// padding-bottom: 10rpx !important;
}
@@ -1766,7 +1766,7 @@ export default {
padding: 10rpx 0;
color: #333;
}
::v-deep .prof img {
/deep/ .prof img {
width: 100%;
}
.containerBg {
@@ -1800,12 +1800,12 @@ export default {
margin-top: 0 !important;
}
::v-deep.section {
/deep/.section {
padding-top: 0 !important;
background: linear-gradient(108deg, #f0fbf4 0%, #d1e8da 100%) !important;
}
::v-deep.section_box {
/deep/.section_box {
padding-top: 0 !important;
}

View File

@@ -605,7 +605,7 @@ export default {
width: 100vw;
.tabsStyle {
box-shadow: 0 2rpx 6rpx 0 rgba(153, 153, 153, 0.2);
::v-deep {
/deep/ {
.u-tabs {
box-shadow: 0px 4px 6px 0 rgba(153, 153, 153, 0.2);
}
@@ -921,7 +921,7 @@ export default {
text-align: center;
font-size: 30px;
}
::v-deep.section:nth-child(1) {
/deep/.section:nth-child(1) {
padding-top: 0 !important;
}
</style>

View File

@@ -884,7 +884,7 @@ export default {
// align-items: center;
}
::v-deep.common_curriculum_list {
/deep/.common_curriculum_list {
padding: 20rpx;
.content_item {
@@ -905,21 +905,21 @@ export default {
}
}
::v-deep.u-cell__left-icon-wrap {
/deep/.u-cell__left-icon-wrap {
width: 100%;
}
::v-deep.u-cell__body {
/deep/.u-cell__body {
background: #1b9994 !important;
box-shadow: 0rpx 0rpx 6rpx 0rpx rgba(0, 82, 79, 0.65) !important;
padding: 0 20rpx !important;
}
::v-deep.u-icon__icon--info {
/deep/.u-icon__icon--info {
color: #fff !important;
}
::v-deep.u-collapse-item__content__text {
/deep/.u-collapse-item__content__text {
padding-left: 0 !important;
padding-right: 0 !important;
padding-top: 0 !important;
@@ -994,7 +994,7 @@ export default {
float: left;
}
::v-deep.list_item {
/deep/.list_item {
position: relative;
border-radius: 20rpx;
padding: 20rpx !important;
@@ -1012,7 +1012,7 @@ export default {
}
}
// ::v-deep.list_item :nth-child(2n-1) {
// /deep/.list_item :nth-child(2n-1) {
// background: rgba(255, 255, 255, 0.85) !important;
// }
.feng {
@@ -1035,7 +1035,7 @@ export default {
background-image: #edf6f5ad !important;
}
::v-deep.uni-scroll-view-content {
/deep/.uni-scroll-view-content {
box-sizing: border-box !important;
padding: 10rpx !important;
}
@@ -1266,7 +1266,7 @@ export default {
}
}
::v-deep.scroll-view-item:nth-child(2n-1) {
/deep/.scroll-view-item:nth-child(2n-1) {
background: rgba(255, 255, 255, 0.85) !important;
}

View File

@@ -299,7 +299,7 @@ export default {
width: 100vw;
.tabsStyle {
box-shadow: 0 2rpx 6rpx 0 rgba(153, 153, 153, 0.2);
::v-deep {
/deep/ {
.u-tabs {
box-shadow: 0px 4px 6px 0 rgba(153, 153, 153, 0.2);
}