成人国产在线小视频_日韩寡妇人妻调教在线播放_色成人www永久在线观看_2018国产精品久久_亚洲欧美高清在线30p_亚洲少妇综合一区_黄色在线播放国产_亚洲另类技巧小说校园_国产主播xx日韩_a级毛片在线免费

資訊專欄INFORMATION COLUMN

用js驗(yàn)證手機(jī)號(hào)碼格式是否正確

canopus4u / 954人閱讀

摘要:記錄一下在之前工作中遇到的手機(jī)號(hào)碼驗(yàn)證的一個(gè)問題,主要是用正則表達(dá)式來判斷手機(jī)號(hào)是否輸入正確。下面附上代碼,已經(jīng)實(shí)現(xiàn)過的。

記錄一下在之前工作中遇到的手機(jī)號(hào)碼驗(yàn)證的一個(gè)問題,主要是用正則表達(dá)式來判斷手機(jī)號(hào)是否輸入正確。下面附上代碼,已經(jīng)實(shí)現(xiàn)過的。

    
    
        
        
        用戶注冊(cè)
        
    
    
        
用戶注冊(cè)

css樣式

@charset "UTF-8";

/**
 * 
 * @authors Your Name ([email protected])
 * @date    2016-11-08 17:38:55
 * @version $Id$
 */

html,body {
    font-family: Helvetica, "microsoft yahei";
    margin: 0px;
    padding: 0px;
}

input,textarea {
    -webkit-user-modify: read-write-plaintext-only;
    -webkit-appearance: none;
    outline: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a{
    text-decoration: none;
    
}
.clear{
    clear: both;
}
.hidden {
    visibility: hidden;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #c0c0c0;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c0c0c0;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c0c0c0;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #c0c0c0;
}

/**頭部樣式**/
.header{
    width: 100%;
    background: #2cc2ff;
    height:94px;
}
.mainheader {
    width: 664px;
    margin: 0 auto;
    height: 36px;
    padding: 29px 28px 29px 28px;
}
.closeicon{
    float: left;
    width: 36px;
    height:36px;
}
.closeicon img {
    width: 36px;
    height: 36px;
}
.mainheader .title{
    font-size: 34px;
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    width: 664px;
    text-align: center;
    letter-spacing: 4px;
    float: left;
}


.login{
    width: 720px;
    margin: 0 auto;
    padding-top: 50px;
}
.mainlogin{
    width: 80%;
    margin: 0 10%;
}
.account,.password{
    width: 100%;
    height:94px;
    border-radius: 8px;
    border: 1px solid #a6dfff;
    line-height: 100px;
}

.account input, .password input {
    font-size: 28px;
    font-family: Helvetica, "microsoft yahei";
    outline: none;
    border: 0px;
    width: 75%;
    margin-left: 3.3%;
}
.cellphone_error, .getcode_error{
    color: #f60000;
    font-size: 20px;
    height: 56px;
    line-height: 56px;
}
.loginbtn{
    width: 100%;
    height:94px;
    font-size: 28px;
    font-family: Helvetica, "microsoft yahei";
    color: #fff;
    outline: none;
    border: 1px solid #2cc2ff;
    border-radius:96px;
    letter-spacing: 2px;
    background: #2cc2ff;
    line-height: 100px;
 
}

.forgetpsd {
    font-size: 28px;
    height: 28px;
    line-height: 28px;
    color: #ffae00;
    float: right;
    margin-bottom: 25px;
}

.quklog_register {
    margin-top: 40px;
    /*margin-bottom: 198px;*/
    font-size: 28px;
    color: #8e8e8e;
}

.quklog_register a {
    color: #2cc6ff;
    font-size: 28px;
    text-decoration: none;
}

.goregister {
    float: right;
}

.loadingDiv{
    position:absolute;
    background:#000;
    background-size: 100% 100%;
    opacity:0.5;
    filter:alpha(opacity=50);
    top:0;
    right: 0;
    left:0;
    bottom: 0;
    margin:auto;
    z-index:10000;
}
.loadingImg{
    position:absolute;
    width:57px;
    height: 57px;
    top:420px;
    right: 0;
    left:0;
    bottom: 0;
    margin:0 auto;
    z-index:10000;
    cursor: wait;   
    background:url(../images/loading2.gif) no-repeat scroll 5px 10px; 
}

.otherway { 
    width: 588px;
    height: 20px;
    position: relative;
    margin:0 auto;
    margin:0 auto;
}

.line {
    width: 588px;
    height: 1px;
    background: #D9EBFF;
}

.methods {
    position: absolute;
    top: -50%;
    left: 30.1%;
    color: #c0c0c0;
    background: #ffffff;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    width: 232px;
    text-align: center;
}

.mode {
    width: 384px;
    height: 48px;
    margin: 0 auto;
    margin-bottom: 172px;
    margin-top:38px;
}


.account_error,
.password_error {
    color: #f60000;
    font-size: 20px;
    margin-left: 66px;
    height: 56px;
    line-height: 56px;
}

文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。

轉(zhuǎn)載請(qǐng)注明本文地址:http://systransis.cn/yun/84311.html

相關(guān)文章

  • js插件使:jQuery-Validate 表單驗(yàn)證插件的使

    摘要:使用下載后包中的或者就是簡(jiǎn)體中文的消息語言包引入和開始使用默認(rèn)校驗(yàn)規(guī)則必須輸入的字段。使用方法調(diào)用驗(yàn)證輸入值。日期校驗(yàn)出錯(cuò),慎用。必須輸入合法的信用卡號(hào)。輸入擁有合法后綴名的字符串上傳文件的后綴。 業(yè)務(wù)上需要進(jìn)行驗(yàn)證判斷,感覺一個(gè)一個(gè)寫太麻煩,于是乎在網(wǎng)上搜索到j(luò)Query-Validate這個(gè)表單插件 首先需要引入jquery包 在https://jqueryvalidation....

    wenyiweb 評(píng)論0 收藏0
  • js驗(yàn)證身份證號(hào)碼記錄

    摘要:中華人民共和國(guó)居民身份證驗(yàn)證規(guī)則如下號(hào)碼的結(jié)構(gòu)公民身份號(hào)碼是特征組合碼,由十七位數(shù)字本體碼和一位校驗(yàn)碼組成。排列順序從左至右依次為六位數(shù)字地址碼,八位數(shù)字出生日期碼,三位數(shù)字順序碼和一位數(shù)字校驗(yàn)碼。 在一些需要填寫身份證的表單網(wǎng)頁中,需要對(duì)身份證的輸入做一個(gè)驗(yàn)證,于是,我記錄下了自己寫的驗(yàn)證。在寫驗(yàn)證之前,我們需要理解身份證的一些常識(shí)規(guī)則。中華人民共和國(guó)居民身份證驗(yàn)證規(guī)則如下: 1.號(hào)...

    KitorinZero 評(píng)論0 收藏0
  • 重構(gòu) - 設(shè)計(jì)API的擴(kuò)展機(jī)制

    1.前言 上篇文章,主要介紹了重構(gòu)的一些概念和一些簡(jiǎn)單的實(shí)例。這一次,詳細(xì)的說下項(xiàng)目中的一個(gè)重構(gòu)場(chǎng)景--給API設(shè)計(jì)擴(kuò)展機(jī)制。目的就是為了方便以后能靈活應(yīng)對(duì)需求的改變。當(dāng)然了,是否需要設(shè)計(jì)擴(kuò)展性這個(gè)要看API的需求。如果大家有什么建議,歡迎評(píng)論留言。 2.擴(kuò)展性表現(xiàn)形式 2-1.prototype 這個(gè)可以說是JS里面最原的一個(gè)擴(kuò)展。比如原生JS沒有提供打亂數(shù)組順序的API,但是開發(fā)者又想方便使用...

    Lowky 評(píng)論0 收藏0
  • JS正則表達(dá)式驗(yàn)證

    摘要:驗(yàn)證是否含有等字符驗(yàn)證漢字驗(yàn)證地址驗(yàn)證驗(yàn)證電話號(hào)碼正確格式為,,,,,。驗(yàn)證身份證號(hào)位或位數(shù)字驗(yàn)證一年的個(gè)月正確格式為和驗(yàn)證一個(gè)月的天正確格式為和。 Js代碼 function SubmitCk() { var reg = /^([a-zA-Z0-9]+[_|\_|.]?)*[a-zA-Z0-9]+@([a-zA-Z0-9]+[_|\_|.]?)*...

    xi4oh4o 評(píng)論0 收藏0

發(fā)表評(píng)論

0條評(píng)論

閱讀需要支付1元查看
<