Browse Source

优化deepmate卡片图

dongqian/feature-20251022181325-deepmate简版
dongqian 3 weeks ago
parent
commit
44c5430258
  1. 6
      pages/deepMate/deepMate.vue

6
pages/deepMate/deepMate.vue

@ -1113,14 +1113,14 @@ async function itemClick(item) {
/* min-height: 20rpx; */
/* border-radius: 20rpx; */
padding: 40rpx;
margin-top: 20rpx;
margin-top: 10rpx;
margin-bottom: 10rpx;
/* box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.05); */
}
.welcome-section {
/* 灰色卡片(recommend-card)之后展示背景图 */
margin-top: 2rem;
margin-top: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
@ -1445,7 +1445,7 @@ async function itemClick(item) {
inset: 0;
/* 顶部、底部、左、右都贴合容器 */
width: 100%;
height: 81%;
height: 83%;
border-radius: 15rpx;
z-index: 1;
/* 在灰底之上、内容之下 */

Loading…
Cancel
Save