Browse Source

fix: 修复身份选择时符号飞过的动画效果

pull/9/head
Default User 2 months ago
parent
commit
592b6fbb88
  1. 10
      pages/settlement/index.wxss

10
pages/settlement/index.wxss

@ -1628,21 +1628,13 @@ picker {
right: 24rpx;
width: 32rpx;
height: 32rpx;
color: white;
color: transparent;
font-size: 20rpx;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
z-index: 3;
opacity: 0;
transform: scale(0.5);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.identity-option.selected::before {
opacity: 1;
transform: scale(1);
}
/* 微信风格的上传区域 */

Loading…
Cancel
Save