Browse Source

Merge branch 'dongqian/feature-20251022181325-deepmate简版' into milestone-20251031-简版功能开发

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

6
pages/deepMate/deepMate.vue

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

Loading…
Cancel
Save