/* components/Select/index.wxss */ .select_box { width: 160rpx; padding: 22rpx 0; display: flex; justify-content: space-between; align-items: center; } picker { width: 200rpx; font-size: 28rpx; color: #333333; display: flex; justify-content: flex-end; align-items: center; } .picker { margin-right: 30rpx; } .select_img { width: 16rpx; height: 10rpx; }