/* pages/my/my.wxss */ .my-nav { display: flex; justify-content: space-between; align-items: center; font-size: 36rpx; color: #000; padding: 0 5%; box-sizing: border-box; } .my-nav view { flex: 1; height: 89rpx; display: flex; justify-content: center; align-items: center; border-radius: 89rpx; } .slecte-nav { background: #fff; } swiper-item { height: 100%; } .my-information { padding: 0 16rpx; box-sizing: border-box; } .information-item { display: flex; align-items: center; width: 100%; height: 266rpx; margin-top: 27rpx; border-radius: 20rpx; background: #fff; padding: 0 25rpx; box-sizing: border-box; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, .2); } .information-item image { width: 193rpx; height: 193rpx; border-radius: 50%; margin-right: 55rpx; } .information-item .set-name { display: flex; flex-direction: column; } .information-item .set-name .name { font-size: 40rpx; color: #424242; margin-bottom: 28rpx; } .information-item .set-name text { font-size: 32rpx; } .shaiwa { display: flex; align-items: center; width: 100%; height: 116rpx; margin-top: 27rpx; border-radius: 20rpx; background: #386ca9; padding: 0 25rpx; box-sizing: border-box; color: #fff; font-size: 40rpx; font-weight: 600; box-shadow:0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, .2); } .mengwa { display: flex; align-items: center; width: 100%; height: 116rpx; margin-top: 27rpx; border-radius: 20rpx; background: #fece00; padding: 0 25rpx; box-sizing: border-box; color: #000; font-size: 40rpx; font-weight: 600; box-shadow:0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, .2); } .child { display: flex; align-items: center; width: 100%; height: 116rpx; margin-top: 27rpx; border-radius: 20rpx; background: #fff; padding: 0 25rpx; box-sizing: border-box; color: #000; font-size: 40rpx; font-weight: 600; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, .2); } .my-collection { padding: 0 16rpx; box-sizing: border-box; } .collection-item { width: 100%; height: 266rpx; margin-top: 27rpx; border-radius: 20rpx; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, .2); } .collection-item image { width: 100%; height: 100%; border-radius: 20rpx; } .child { display: flex; justify-content: space-between; position: relative; } .childMatchLogo { position: absolute; bottom: 0; right: 0; } .childMatchLogo image{ width: 173rpx; height: 116rpx; }