/* subpackage/user/info/info.wxss */ .card{ border-radius: 20rpx; margin: 34rpx 30rpx 0; box-sizing: border-box; box-shadow: 0 10rpx 10rpx rgba(0, 0, 0, 0.08); background-color: #fff; } .card-item{ display: flex; justify-content: space-between; align-items: center; padding: 0 28rpx; box-sizing: border-box; height: 110rpx; border-bottom: 2rpx solid #e5e5e5; } .right{ display: flex; align-items: center; color: #8c8c8c; font-size: 28rpx; } .card-item:last-child{ border: none; } .iconn{ /* margin-top: -4rpx; */ margin-left: 10rpx; } .right{ display: flex; align-items: center; } .btnn { background-color: rgba(255, 255, 255, 0); width: 100%; /* height: 160rpx !important; */ height: 60rpx; padding: 0; display: flex; justify-content: flex-end; } .avater { width: 60rpx; height: 60rpx; border-radius: 50%; z-index: 999; } .picker{ min-width: 300rpx; text-align: right; }