zoukankan      html  css  js  c++  java
  • bootstrap输入框组

                       <div class="form-group">
                            <label for="lastName" class="col-sm-2 control-label lineHeight34 text-right">
                                <i class="fa fa-star text-red"></i>
                                名(拼音):
                            </label>
                            <div class="col-sm-6">
                                <input type="text" class="form-control" id="lastName" placeholder="">
                            </div>
                            <div class="col-sm-4">
                                <p class="text-danger lineHeight34">错误信息</p>
                            </div>
                        </div>
                        <div class="form-group">
                            <label for="sex" class="col-sm-2 control-label lineHeight34 text-right">
                                <i class="fa fa-star text-red"></i>
                                性别:
                            </label>
                            <div class="col-sm-6">
                                <select class="form-control">
                                    <option>请选择</option>
                                    <option></option>
                                    <option></option>
                                </select>
                            </div>
                            <div class="col-sm-4">
                                <p class="text-danger lineHeight34">错误信息</p>
                            </div>
                        </div>

    文本编辑框

                      <div class="row" style="margin:10px 0 0;">
                            <div class="form-group">
                                <label for="importantMeeting" class="col-sm-2 control-label lineHeight34 text-right">
                                    <i class="fa fa-star text-red"></i>
                                    奥术大师手打会议:
                                </label>
                                <div class="col-sm-6">
                                    <textarea id="importantMeeting" class="form-control" rows="3" placeholder="提示语言"></textarea>
                                </div>
                                <div class="col-sm-4">
                                    <p class="text-danger lineHeight34">错误信息</p>
                                </div>
                            </div>
                        </div>
  • 相关阅读:
    anaconda安装TensorFlow
    复习NLP-实战(三)
    复习NLP-实战(二)
    复习NLP-实战(一)
    python爬虫实战
    WebSocket实战(一)
    不上传图片直接本地预览
    oracle导出
    使用正则表达式验证学习成绩分数
    限制文本框,文本域输入的字符数量
  • 原文地址:https://www.cnblogs.com/fqh123/p/10921506.html
Copyright © 2011-2022 走看看