我有一个显示产品项目的php程序。用户应该增加/减少订单数量。我尝试输入类型=‘number’。在桌面上使用鼠标就行了。但是,在移动设备上,正负箭头不显示(鼠标在上面),点击就会打开键盘,键盘覆盖了大部分屏幕。
我现在在寻找这样一种展示方式:
数量:+2-
我试过js代码:
<script>
var i = 0;
function buttonClickAdd() {
i++;
document.getElementById('inc').value = i;
}
function buttonClickSub() {
i--;
do
我怎么才能像截图那样拆分屏幕呢?截图中的网站是我的,我用Elementor设计了它,但现在我想对它进行编码。我如何使用css或者Boostrap来做到这一点呢? 请访问mateusrdesign.com亲自查看。 Screenshot Screenshot #02 (notice how the screen is smaller and there is no horizontal scroll bar 这是我尝试过的: <div class="container">
<div class="row">
<