摘要:
css: li{ list-style: none; } ul li{ width:100px; font-size:16px; height: 45px; line-height: 45px; text-align: justify;; border:1px solid red; } ul li: 阅读全文
posted @ 2020-07-31 17:15
可不可以重名
阅读(154)
评论(0)
推荐(0)
摘要:
js: function GetQueryString(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); var r = window.location.search.substr(1).match(reg); if(r 阅读全文
posted @ 2020-07-31 17:10
可不可以重名
阅读(148)
评论(0)
推荐(0)
摘要:
html: <form> <div class="line"> <div class="hint left">+86</div> <input type="number" class="tel num right model" id="tel" placeholder="请输入手机号" /> </d 阅读全文
posted @ 2020-07-31 16:35
可不可以重名
阅读(215)
评论(0)
推荐(0)
摘要:
css: .file { position: relative; display: block; background: #D0EEFF; width:120px; height: 35px; line-height: 35px; color: #075db3; text-decoration: n 阅读全文
posted @ 2020-07-31 16:09
可不可以重名
阅读(80)
评论(0)
推荐(0)