diff --git a/pages/my/indextaociliaoList.vue b/pages/my/indextaociliaoList.vue index ccc4519..660752b 100644 --- a/pages/my/indextaociliaoList.vue +++ b/pages/my/indextaociliaoList.vue @@ -26,7 +26,7 @@ - + {{item.title}} @@ -347,7 +347,7 @@ white-space: nowrap; } .item-view{ - width: 55%; + width:63%; height: 100%; display: flex; flex-direction: column; @@ -356,8 +356,8 @@ padding: 26rpx 0; } .item-img{ - width: 285rpx; - height: 120px; + width: 230rpx; + height: 200rpx; border-radius: 14rpx; position: relative; } @@ -461,13 +461,14 @@ /deep/.uni-searchbar{ width:240px; border-radius: 31rpx; + padding-right: 24rpx; } .search-btn{ text-align: center; color: #111; font-weight: bold; position: absolute; - right:50rpx; + right:40rpx; top: 26rpx; font-size: 30rpx; display: flex;