diff --git a/components/company/company.vue b/components/company/company.vue index dad972c..2935bf9 100644 --- a/components/company/company.vue +++ b/components/company/company.vue @@ -103,15 +103,30 @@ 资质信息 - - - - - + + + + + + + + + + + + @@ -390,13 +405,17 @@ justify-content: space-between; flex-direction: column; align-items: center; + padding: 28rpx; - image { - padding-bottom: 20rpx; + .image { border-radius: 20rpx; overflow: hidden; - width: 650rpx; - height: 455rpx; + margin-bottom: 28rpx; + image{ + width: 650rpx; + height: 455rpx; + background-color: #7f7f7f; + } } } }