/* components/area-picker/index.wxss */ .picker-box { flex: 1; /* padding-right: 40rpx; */ overflow: hidden; position: relative; width: 420rpx ; } .picker-box .picker1 { line-height: 100rpx; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 100% ; text-align: right; color: #646566; } .picker-box .picker2 { line-height: 100rpx; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 100% ; text-align: right; color: #C8C9CC; } /* .picker-box::after { font-family: "cuIcon"; display: block; content: "\e6a3"; position: absolute; font-size: 34rpx; color: var(--grey); line-height: 100rpx; width: 60rpx; text-align: center; top: 0; bottom: 0; right: -20rpx; margin: auto; } */