how to hidden [input=number] browser default spin style
css input type number remove arrows
@charset "UTF-8";
.search-spaces {
margin-left: 50px;
}
div#spin {
visibility: none;
}
div[pseudo="-webkit-inner-spin-button"] {
-moz-appearance: textfield;
-webkit-appearance: textfield;
}
/*pseudo="-webkit-inner-spin-button"*/
/*id="spin"*/
/*let s = document.querySelector("#spin");*/https://stackoverflow.com/questions/3790935/can-i-hide-the-html5-number-input-s-spin-box
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
/* display: none; <- Crashes Chrome on hover */
-webkit-appearance: none;
margin: 0;
/* <-- Apparently some margin are still there even though it's hidden */
}
[{ "key": 1, "rid": 666, "rname": "胡彦斌", "uid": 2048, "uname": "彦斌", "ulname": "西湖 湖底公园" }, { "key": 2, "rid": 666, "rname": "胡彦斌", "uid": 2048, "uname": "彦斌", "ulname": "西湖 湖底公园" }, { "key": 3, "rid": 666, "rname": "胡彦斌", "uid": 2048, "uname": "彦斌", "ulname": "西湖 湖底公园" } ]