You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /* 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;
- }
|