gpt4 book ai didi

jQuery Mobile slider 输入不够宽

转载 作者:太空宇宙 更新时间:2023-11-03 18:35:03 24 4
gpt4 key购买 nike

有人能告诉我如何增加 jQuery Mobile slider 输入区域的宽度而不丢掉控件的其余元素吗?输入区域正在裁剪大量数字。

   <!DOCTYPE html>
<html>
<head>
<link href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" rel="stylesheet" type="text/css" />
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>

<section id="page1" data-role="page">
<header data-role="header" data-theme="a" data-position="fixed">

</header> <div data-role="fieldcontain" id="trDesiredAnnuityPayment">
<label id="PremiumText" for="txtDesiredAnnuityPayment">Desired Payment</label>
<input type="range" id="txtDesiredAnnuityPayment" name="txtDesiredAnnuityPayment"
step="1000" value="2088880" min="1000" max="5000000">
</div> </section>
</body>
</html>

最佳答案

#txtDesiredAnnuityPayment{
width:auto;
}

在谷歌浏览器中测试。

关于jQuery Mobile slider 输入不够宽,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18949110/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com