33 lines
640 B
Plaintext
33 lines
640 B
Plaintext
/* 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;
|
|
} |