Files
coupon/component/picker/picker.wxss

14 lines
272 B
Plaintext
Raw Normal View History

2023-02-18 16:24:17 +08:00
/* component/picker/picker.wxss */
.rui-picker{
height: 10vw;
font-size: 4vw;
color: #000;
display: -webkit-flex;
display: flex;
align-items: center;
padding: 0 10px;
box-sizing: border-box;
border: 1px solid #aaa;
flex-grow: 1;
border-radius: 8px;
}