@ray-js/components
Version:
Ray basic components
18 lines (17 loc) • 326 B
text/less
.input {
box-sizing: border-box;
width: 100%;
min-height: 68rpx;
padding: 10rpx;
border: 2rpx solid #eee;
border-radius: 10rpx;
background-color: #fff;
font-size: 28rpx;
line-height: 1.5;
outline: none;
caret-color: #ca0e2d;
&[type='search'] {
-webkit-appearance: none;
appearance: none;
}
}