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.
14 lines
241 B
14 lines
241 B
|
|
.rui-picker{
|
|
/* height: 50upx; */
|
|
font-size: 26rpx;
|
|
/* left: 50upx; */
|
|
color: #000;
|
|
display: flex;
|
|
align-items: center;
|
|
/* padding: 0 10px; */
|
|
box-sizing: border-box;
|
|
/* border: 1px solid #aaa; */
|
|
border-radius: 3px;
|
|
}
|
|
|
|
|