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: 170rpx;
- padding: 22rpx 0;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- picker {
- width: 100%;
- font-size: 28rpx;
- color: #333333;
- display: flex;
- justify-content: center;
- align-items: center;
- overflow: hidden;
- white-space: nowrap;
- text-emphasis: ellipsis;
- }
- .picker {
- width: 170rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- overflow: hidden;
- white-space: nowrap;
- text-emphasis: ellipsis;
- }
- .select_img {
- width: 16rpx;
- height: 10rpx;
- margin-left: 10rpx;
- }
|