Browse Source

新增label样式,调整datepicker插件样式和使用,调整silders插件样式和皮肤,改td垂直居中,增加登录页面

笔下光年 5 years ago
parent
commit
ff579b61bb
50 changed files with 671 additions and 27 deletions
  1. 2 0
      README.md
  2. 55 0
      css/style.min.css
  3. BIN
      images/login-bg-2.jpg
  4. BIN
      images/login-bg-3.jpg
  5. BIN
      images/login-bg-4.jpg
  6. BIN
      images/login-bg.jpg
  7. 3 0
      index.html
  8. 9 9
      js/bootstrap-datepicker/bootstrap-datepicker3.css
  9. 1 1
      js/bootstrap-datepicker/bootstrap-datepicker3.min.css
  10. 1 1
      js/ion-rangeslider/ion.rangeSlider.min.css
  11. 12 6
      js/main.min.js
  12. 3 0
      lyear-config-system.html
  13. 3 0
      lyear-config-upload.html
  14. 3 1
      lyear_forms_checkbox.html
  15. 3 0
      lyear_forms_elements.html
  16. 3 0
      lyear_forms_radio.html
  17. 3 0
      lyear_forms_switch.html
  18. 3 0
      lyear_js_chartjs.html
  19. 3 0
      lyear_js_colorpicker.html
  20. 6 3
      lyear_js_datepicker.html
  21. 3 0
      lyear_js_jconfirm.html
  22. 3 0
      lyear_js_notify.html
  23. 49 0
      lyear_js_sliders.html
  24. 3 0
      lyear_js_tags_input.html
  25. 3 0
      lyear_pages_add_doc.html
  26. 3 0
      lyear_pages_config.html
  27. 3 0
      lyear_pages_doc.html
  28. 3 0
      lyear_pages_edit_pwd.html
  29. 3 0
      lyear_pages_gallery.html
  30. 5 1
      lyear_pages_guide.html
  31. 10 5
      lyear_pages_login.html
  32. 123 0
      lyear_pages_login_2.html
  33. 123 0
      lyear_pages_login_3.html
  34. 160 0
      lyear_pages_login_4.html
  35. 3 0
      lyear_pages_profile.html
  36. 3 0
      lyear_pages_rabc.html
  37. 3 0
      lyear_ui_alerts.html
  38. 3 0
      lyear_ui_buttons.html
  39. 3 0
      lyear_ui_cards.html
  40. 3 0
      lyear_ui_grid.html
  41. 3 0
      lyear_ui_icons.html
  42. 3 0
      lyear_ui_modals.html
  43. 19 0
      lyear_ui_other.html
  44. 3 0
      lyear_ui_pagination.html
  45. 3 0
      lyear_ui_progress.html
  46. 3 0
      lyear_ui_step.html
  47. 3 0
      lyear_ui_tables.html
  48. 3 0
      lyear_ui_tabs.html
  49. 3 0
      lyear_ui_tooltips_popover.html
  50. 3 0
      lyear_ui_typography.html

+ 2 - 0
README.md

@@ -103,6 +103,8 @@
 - perfect-scrollbar
 
 ### 更新记录
+2020.06.14 新增label样式,调整datepicker插件样式和使用,调整silders插件样式和皮肤,改td垂直居中,增加登录页面
+
 2019.12.08 修改cssbug,新增card-footer,增加图标的一些使用类
 
 2019.08.04 修改样式bug

+ 55 - 0
css/style.min.css

@@ -142,6 +142,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
 .table>thead>tr>td,
 .table>thead>tr>th {
     /*padding: .75em;*/
+    vertical-align: middle;
     padding: 10px;
 	line-height: 1.5;
     border-color: #eceeef;
@@ -220,6 +221,60 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
 .label-brown {
     background-color: #8d6658;
 }
+[class*='label-outline-'] {
+    position: relative;
+	border: 1px solid #ebebeb;
+    color: #4d5259;
+    font-size: 12px;
+}
+[class*='label-outline-']:before {
+    content: "";
+    margin-right: 5px;
+    width: 8px;
+    height: 8px;
+    display: inline-block;
+    -wekit-border-radius: 50%;
+    border-radius: 50%;
+}
+.label-outline-default::before {
+    background-color: #f5f6f7;
+}
+.label-outline-primary::before {
+    background-color: #33cabb;
+}
+.label-outline-success::before {
+    background-color: #15c377;
+}
+.label-outline-info::before {
+    background-color: #48b0f7;
+}
+.label-outline-warning::before {
+    background-color: #faa64b;
+}
+.label-outline-danger::before {
+    background-color: #f96868;
+}
+.label-outline-dark::before {
+    background-color: #465161;
+}
+.label-outline-secondary::before {
+    background-color: #e4e7ea;
+}
+.label-outline-purple::before {
+    background-color: #926dde;
+}
+.label-outline-pink::before {
+    background-color: #f96197;
+}
+.label-outline-cyan::before {
+    background-color: #57c7d4;
+}
+.label-outline-yellow::before {
+    background-color: #fcc525;
+}
+.label-outline-brown::before {
+    background-color: #8d6658;
+}
 
 /* well */
 .well {

BIN
images/login-bg-2.jpg


BIN
images/login-bg-3.jpg


BIN
images/login-bg-4.jpg


BIN
images/login-bg.jpg


+ 3 - 0
index.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 9 - 9
js/bootstrap-datepicker/bootstrap-datepicker3.css

@@ -87,7 +87,7 @@
   text-align: center;
   width: 30px;
   height: 30px;
-  border-radius: 4px;
+  border-radius: 2px;
   border: none;
 }
 .table-striped .datepicker table tr td,
@@ -460,8 +460,8 @@ fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
 .datepicker table tr td.active.active,
 .datepicker table tr td.active.highlighted.active {
   color: #ffffff;
-  background-color: #286090;
-  border-color: #204d74;
+  background-color: #33cabb;
+  border-color: #33cabb;
 }
 .datepicker table tr td.active:active:hover,
 .datepicker table tr td.active.highlighted:active:hover,
@@ -476,8 +476,8 @@ fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
 .datepicker table tr td.active.active.focus,
 .datepicker table tr td.active.highlighted.active.focus {
   color: #ffffff;
-  background-color: #204d74;
-  border-color: #122b40;
+  background-color: #31c2b3;
+  border-color: #31c2b3;
 }
 .datepicker table tr td.active.disabled:hover,
 .datepicker table tr td.active.highlighted.disabled:hover,
@@ -558,8 +558,8 @@ fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
 .datepicker table tr td span.active.disabled.active,
 .datepicker table tr td span.active.disabled:hover.active {
   color: #ffffff;
-  background-color: #286090;
-  border-color: #204d74;
+  background-color: #33cabb;
+  border-color: #33cabb;
 }
 .datepicker table tr td span.active:active:hover,
 .datepicker table tr td span.active:hover:active:hover,
@@ -586,8 +586,8 @@ fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
 .datepicker table tr td span.active.disabled.active.focus,
 .datepicker table tr td span.active.disabled:hover.active.focus {
   color: #ffffff;
-  background-color: #204d74;
-  border-color: #122b40;
+  background-color: #52d3c7;
+  border-color: #52d3c7;
 }
 .datepicker table tr td span.active.disabled:hover,
 .datepicker table tr td span.active:hover.disabled:hover,

File diff suppressed because it is too large
+ 1 - 1
js/bootstrap-datepicker/bootstrap-datepicker3.min.css


File diff suppressed because it is too large
+ 1 - 1
js/ion-rangeslider/ion.rangeSlider.min.css


+ 12 - 6
js/main.min.js

@@ -109,13 +109,19 @@ jQuery( function() {
     
     // 日期选择
 	jQuery('.js-datepicker').each(function() {
-	    var $input = jQuery(this);
-		$input.datepicker({
+        var options = {
 			weekStart: 1,
-			autoclose: true,
-			todayHighlight: true,
-			language: 'zh-CN',
-		});
+			autoclose: typeof($(this).data('auto-close')) != 'undefined' ? $(this).data('auto-close') : true,
+            language: 'zh-CN',  // 默认简体中文
+            multidateSeparator: ', ', // 默认多个日期用,分隔
+            format: $(this).data('date-format') ? $(this).data('date-format') : 'yyyy-mm-dd',
+        };
+  
+        if ( $(this).prop("tagName") != 'INPUT' ) {
+            options.inputs = [$(this).find('input:first'), $(this).find('input:last')];
+        }
+  
+        $(this).datepicker(options);
 	});
     
     // 颜色选取

+ 3 - 0
lyear-config-system.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear-config-upload.html

@@ -68,6 +68,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 1
lyear_forms_checkbox.html

@@ -66,7 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
-                <li> <a href="lyear_pages_error.html">错误页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_forms_elements.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_forms_radio.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_forms_switch.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_js_chartjs.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_js_colorpicker.html

@@ -68,6 +68,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 6 - 3
lyear_js_datepicker.html

@@ -70,6 +70,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>
@@ -288,10 +291,10 @@
                 
                 <input class="form-control js-datepicker m-b-10" type="text" id="example-datepicker2" name="example-datepicker2" data-date-format="yy/mm/dd" placeholder="yy/mm/dd">
                 
-                <div class="input-daterange input-group">
-                  <input class="form-control js-datepicker" data-date-format="yyyy-mm-dd" type="text" id="example-daterange1" name="example-daterange1" placeholder="从">
+                <div class="input-daterange input-group js-datepicker" data-auto-close="false" data-date-format="yyyy-mm-dd">
+                  <input class="form-control" type="text" id="example-daterange1" name="example-daterange1" placeholder="从">
                   <span class="input-group-addon"><i class="mdi mdi-chevron-right"></i></span>
-                  <input class="form-control js-datepicker" data-date-format="yyyy-mm-dd" type="text" id="example-daterange2" name="example-daterange2" placeholder="至">
+                  <input class="form-control" type="text" id="example-daterange2" name="example-daterange2" placeholder="至">
                 </div>
                 
               </div>

+ 3 - 0
lyear_js_jconfirm.html

@@ -68,6 +68,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_js_notify.html

@@ -67,6 +67,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 49 - 0
lyear_js_sliders.html

@@ -68,6 +68,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>
@@ -334,6 +337,37 @@
                     <small class="form-text text-muted">注意如何连接和连接值? 使用decorate_both选项</small>
                   </div>
                 </div>
+                <div class="form-group row">
+                  <label class="col-form-label col-lg-3">皮肤big</label>
+                  <div class="col-lg-9">
+                    <input id="range_11">
+                    <small class="form-text text-muted">目前默认皮肤是flat</small>
+                  </div>
+                </div>
+                <div class="form-group row">
+                  <label class="col-form-label col-lg-3">皮肤modern</label>
+                  <div class="col-lg-9">
+                    <input id="range_12">
+                  </div>
+                </div>
+                <div class="form-group row">
+                  <label class="col-form-label col-lg-3">皮肤sharp</label>
+                  <div class="col-lg-9">
+                    <input id="range_13">
+                  </div>
+                </div>
+                <div class="form-group row">
+                  <label class="col-form-label col-lg-3">皮肤round</label>
+                  <div class="col-lg-9">
+                    <input id="range_14">
+                  </div>
+                </div>
+                <div class="form-group row">
+                  <label class="col-form-label col-lg-3">皮肤square</label>
+                  <div class="col-lg-9">
+                    <input id="range_15">
+                  </div>
+                </div>
        
               </div>
             </div>
@@ -436,6 +470,21 @@ $(function() {
         postfix: " 百万镑",
         decorate_both: true
     });
+    $("#range_11").ionRangeSlider({
+        skin: "big"
+    });
+    $("#range_12").ionRangeSlider({
+        skin: "modern"
+    });
+    $("#range_13").ionRangeSlider({
+        skin: "sharp"
+    });
+    $("#range_14").ionRangeSlider({
+        skin: "round"
+    });
+    $("#range_15").ionRangeSlider({
+        skin: "square"
+    });
 });
 </script>
 </body>

+ 3 - 0
lyear_js_tags_input.html

@@ -68,6 +68,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_pages_add_doc.html

@@ -68,6 +68,9 @@
                 <li class="active"> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_pages_config.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_pages_doc.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_pages_edit_pwd.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_pages_gallery.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 5 - 1
lyear_pages_guide.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li class="active"> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>
@@ -267,7 +270,7 @@
               <div class="card-header"><h4>表单向导</h4></div>
               <div class="card-body">
                 
-                <form action="#" method="post" class="guide-box" data-navigateable="true">
+                <form action="lyear_pages_guide.html" method="post" class="guide-box" data-navigateable="true">
                   <ul class="nav-step step-dots">
                     <li class="nav-step-item active">
                       <span>步骤一</span>
@@ -363,6 +366,7 @@ $(document).ready(function() {
         },
         'onFinish': function(e, t, i) {
             // 点击完成后处理提交
+            return false;
         }
     });
 });

+ 10 - 5
lyear_pages_login.html

@@ -22,15 +22,15 @@
     justify-content: center !important;
 }
 .lyear-login:after{
-    content:'';
-    min-height:inherit;
-    font-size:0;
+    content: '';
+    min-height: inherit;
+    font-size: 0;
 }
 .login-center {
     background: #fff;
     min-width: 29.25rem;
     padding: 2.14286em 3.57143em;
-    border-radius: 5px;
+    border-radius: 3px;
     margin: 2.85714em;
 }
 .login-header {
@@ -56,7 +56,7 @@
 </head>
   
 <body>
-<div class="row lyear-wrapper">
+<div class="row lyear-wrapper" style="background-image: url(images/login-bg.jpg); background-size: cover;">
   <div class="lyear-login">
     <div class="login-center">
       <div class="login-header text-center">
@@ -81,6 +81,11 @@
           </div>
         </div>
         <div class="form-group">
+          <label class="lyear-checkbox checkbox-primary m-t-10">
+            <input type="checkbox"><span>5天内自动登录</span>
+          </label>
+        </div>
+        <div class="form-group">
           <button class="btn btn-block btn-primary" type="button" onclick="location.href='index.html'">立即登录</button>
         </div>
       </form>

+ 123 - 0
lyear_pages_login_2.html

@@ -0,0 +1,123 @@
+<!DOCTYPE html>
+<html lang="zh">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
+<title>登录页面 - 光年(Light Year Admin)后台管理系统模板</title>
+<link rel="icon" href="favicon.ico" type="image/ico">
+<meta name="keywords" content="LightYear,光年,后台模板,后台管理系统,光年HTML模板">
+<meta name="description" content="LightYear是一个基于Bootstrap v3.3.7的后台管理系统的HTML模板。">
+<meta name="author" content="yinqi">
+<link href="css/bootstrap.min.css" rel="stylesheet">
+<link href="css/materialdesignicons.min.css" rel="stylesheet">
+<link href="css/style.min.css" rel="stylesheet">
+<style>
+body {
+    display: -webkit-box;
+    display: flex;
+    -webkit-box-pack: center;
+    justify-content: center;
+    -webkit-box-align: center;
+    align-items: center;
+    height: 100%;
+}
+.login-box {
+    display: table;
+    table-layout: fixed;
+    overflow: hidden;
+    max-width: 700px;
+}
+.login-left {
+    display: table-cell;
+    position: relative;
+    margin-bottom: 0;
+    border-width: 0;
+    padding: 45px;
+}
+.login-left .form-group:last-child {
+    margin-bottom: 0px;
+}
+.login-right {
+    display: table-cell;
+    position: relative;
+    margin-bottom: 0;
+    border-width: 0;
+    padding: 45px;
+    width: 50%;
+    max-width: 50%;
+    background: #67b26f!important;
+    background: -moz-linear-gradient(45deg,#67b26f 0,#4ca2cd 100%)!important;
+    background: -webkit-linear-gradient(45deg,#67b26f 0,#4ca2cd 100%)!important;
+    background: linear-gradient(45deg,#67b26f 0,#4ca2cd 100%)!important;
+    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67b26f', endColorstr='#4ca2cd', GradientType=1 )!important;
+}
+.login-box .has-feedback.feedback-left .form-control {
+    padding-left: 38px;
+    padding-right: 12px;
+}
+.login-box .has-feedback.feedback-left .form-control-feedback {
+    left: 0;
+    right: auto;
+    width: 38px;
+    height: 38px;
+    line-height: 38px;
+    z-index: 4;
+    color: #dcdcdc;
+}
+.login-box .has-feedback.feedback-left.row .form-control-feedback {
+    left: 15px;
+}
+@media (max-width: 576px) {
+  .login-right {
+      display: none;
+  }   
+}
+</style>
+</head>
+  
+<body style="background-image: url(images/login-bg-2.jpg); background-size: cover;">
+<div class="bg-translucent p-10">
+  <div class="login-box bg-white clearfix">
+    <div class="login-left">
+      <form action="#!" method="post">
+        <div class="form-group has-feedback feedback-left">
+          <input type="text" placeholder="请输入您的用户名" class="form-control" name="username" id="username" />
+          <span class="mdi mdi-account form-control-feedback" aria-hidden="true"></span>
+        </div>
+        <div class="form-group has-feedback feedback-left">
+          <input type="password" placeholder="请输入密码" class="form-control" id="password" name="password" />
+          <span class="mdi mdi-lock form-control-feedback" aria-hidden="true"></span>
+        </div>
+        <div class="form-group has-feedback feedback-left row">
+          <div class="col-xs-7">
+            <input type="text" name="captcha" class="form-control" placeholder="验证码">
+            <span class="mdi mdi-check-all form-control-feedback" aria-hidden="true"></span>
+          </div>
+          <div class="col-xs-5">
+            <img src="images/captcha.png" class="pull-right" id="captcha" style="cursor: pointer;" onclick="this.src=this.src+'?d='+Math.random();" title="点击刷新" alt="captcha">
+          </div>
+        </div>
+        <div class="form-group">
+          <label class="lyear-checkbox checkbox-primary m-t-10">
+            <input type="checkbox"><span>5天内自动登录</span>
+          </label>
+        </div>
+        <div class="form-group">
+          <button class="btn btn-block btn-primary" type="button" onclick="location.href='index.html'">立即登录</button>
+        </div>
+      </form>
+    </div>
+    <div class="login-right">
+      <p><img src="images/logo.png" class="m-b-md m-t-xs" alt="logo"></p>
+      <p class="text-white m-tb-15">Light Year Admin 是一个基于Bootstrap v3.3.7的后台管理系统的HTML模板。</p>
+      <p class="text-white">Copyright © 2020 <a href="http://lyear.itshubao.com">IT书包</a>. All right reserved</p>
+    </div>
+  </div>
+</div>
+<script type="text/javascript" src="js/jquery.min.js"></script>
+<script type="text/javascript" src="js/bootstrap.min.js"></script>
+<script type="text/javascript">
+;
+</script>
+</body>
+</html>

+ 123 - 0
lyear_pages_login_3.html

@@ -0,0 +1,123 @@
+<!DOCTYPE html>
+<html lang="zh">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
+<title>登录页面 - 光年(Light Year Admin)后台管理系统模板</title>
+<link rel="icon" href="favicon.ico" type="image/ico">
+<meta name="keywords" content="LightYear,光年,后台模板,后台管理系统,光年HTML模板">
+<meta name="description" content="LightYear是一个基于Bootstrap v3.3.7的后台管理系统的HTML模板。">
+<meta name="author" content="yinqi">
+<link href="css/bootstrap.min.css" rel="stylesheet">
+<link href="css/materialdesignicons.min.css" rel="stylesheet">
+<link href="css/style.min.css" rel="stylesheet">
+<style>
+.lyear-wrapper {
+    position: relative;
+}
+.lyear-login {
+    display: flex !important;
+    min-height: 100vh;
+    align-items: center !important;
+    justify-content: center !important;
+}
+.lyear-login:after{
+    content: '';
+    min-height: inherit;
+    font-size: 0;
+}
+.login-center {
+    background-color: rgba(255,255,255,.075);
+    min-width: 29.25rem;
+    padding: 2.14286em 3.57143em;
+    border-radius: 3px;
+    margin: 2.85714em;
+}
+.login-header {
+    margin-bottom: 1.5rem !important;
+}
+.login-center .has-feedback.feedback-left .form-control {
+    padding-left: 38px;
+    padding-right: 12px;
+    background-color: rgba(255,255,255,.075);
+    border-color: rgba(255,255,255,.075)
+}
+.login-center .has-feedback.feedback-left .form-control-feedback {
+    left: 0;
+    right: auto;
+    width: 38px;
+    height: 38px;
+    line-height: 38px;
+    z-index: 4;
+    color: #dcdcdc;
+}
+.login-center .has-feedback.feedback-left.row .form-control-feedback {
+    left: 15px;
+}
+.login-center .form-control::-webkit-input-placeholder{ 
+    color: rgba(255, 255, 255, .8);
+} 
+.login-center .form-control:-moz-placeholder{ 
+    color: rgba(255, 255, 255, .8);
+} 
+.login-center .form-control::-moz-placeholder{ 
+    color: rgba(255, 255, 255, .8);
+} 
+.login-center .form-control:-ms-input-placeholder{ 
+    color: rgba(255, 255, 255, .8);
+}
+.login-center .custom-control-label::before {
+    background: rgba(0, 0, 0, 0.3);
+    border-color: rgba(0, 0, 0, 0.1);
+}
+.login-center .lyear-checkbox span::before {
+    border-color: rgba(255,255,255,.075)
+}
+</style>
+</head>
+  
+<body>
+<div class="row lyear-wrapper" style="background-image: url(images/login-bg-3.jpg); background-size: cover;">
+  <div class="lyear-login">
+    <div class="login-center">
+      <div class="login-header text-center">
+        <a href="index.html"> <img alt="light year admin" src="images/logo-sidebar.png"> </a>
+      </div>
+      <form action="#!" method="post">
+        <div class="form-group has-feedback feedback-left">
+          <input type="text" placeholder="请输入您的用户名" class="form-control" name="username" id="username" />
+          <span class="mdi mdi-account form-control-feedback" aria-hidden="true"></span>
+        </div>
+        <div class="form-group has-feedback feedback-left">
+          <input type="password" placeholder="请输入密码" class="form-control" id="password" name="password" />
+          <span class="mdi mdi-lock form-control-feedback" aria-hidden="true"></span>
+        </div>
+        <div class="form-group has-feedback feedback-left row">
+          <div class="col-xs-7">
+            <input type="text" name="captcha" class="form-control" placeholder="验证码">
+            <span class="mdi mdi-check-all form-control-feedback" aria-hidden="true"></span>
+          </div>
+          <div class="col-xs-5">
+            <img src="images/captcha.png" class="pull-right" id="captcha" style="cursor: pointer;" onclick="this.src=this.src+'?d='+Math.random();" title="点击刷新" alt="captcha">
+          </div>
+        </div>
+        <div class="form-group">
+          <label class="lyear-checkbox checkbox-primary m-t-10 text-white">
+            <input type="checkbox"><span>5天内自动登录</span>
+          </label>
+        </div>
+        <div class="form-group">
+          <button class="btn btn-block btn-primary" type="button" onclick="location.href='index.html'">立即登录</button>
+        </div>
+      </form>
+      <footer class="col-sm-12 text-center text-white">
+        <p class="m-b-0">Copyright © 2020 <a href="http://lyear.itshubao.com">IT书包</a>. All right reserved</p>
+      </footer>
+    </div>
+  </div>
+</div>
+<script type="text/javascript" src="js/jquery.min.js"></script>
+<script type="text/javascript" src="js/bootstrap.min.js"></script>
+<script type="text/javascript">;</script>
+</body>
+</html>

+ 160 - 0
lyear_pages_login_4.html

@@ -0,0 +1,160 @@
+<!DOCTYPE html>
+<html lang="zh">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
+<title>登录页面 - 光年(Light Year Admin)后台管理系统模板</title>
+<link rel="icon" href="favicon.ico" type="image/ico">
+<meta name="keywords" content="LightYear,光年,后台模板,后台管理系统,光年HTML模板">
+<meta name="description" content="LightYear是一个基于Bootstrap v3.3.7的后台管理系统的HTML模板。">
+<meta name="author" content="yinqi">
+<link href="css/bootstrap.min.css" rel="stylesheet">
+<link href="css/materialdesignicons.min.css" rel="stylesheet">
+<link href="css/style.min.css" rel="stylesheet">
+<style>
+body {
+    background-color: #fff;
+}
+.lyear-login-box {
+    position: relative;
+    overflow-x: hidden;
+    width: 100%;
+    height: 100%;
+    -webkit-transition: 0.5s;
+    -o-transition: 0.5s;
+    transition: 0.5s;
+}
+.lyear-login-left {
+    width: 50%;
+    top: 0;
+    left: 0;
+    bottom: 0;
+    position: fixed;
+    height: 100%;
+    z-index: 555;
+    background-size: cover;
+    background-repeat: no-repeat;
+    background-position: center center;
+}
+.lyear-overlay {
+    position: absolute;
+    top: 0;
+    bottom: 0;
+    left: 0;
+    right: 0;
+    z-index: 10;
+    background: rgba(0, 0, 0, 0.5);
+}
+.lyear-logo {
+    margin-bottom: 50px;
+}
+.lyear-featured {
+    z-index: 12;
+    position: absolute;
+    bottom: 0;
+    padding: 30px;
+    width: 100%;
+}
+.lyear-featured h4 {
+    color: #fff;
+    line-height: 32px;
+}
+.lyear-featured h4 small {
+    color: #fff;
+    display: block;
+    text-align: right;
+    margin-top: 15px;
+}
+.lyear-login-right {
+    margin-left: 50%;
+    position: relative;
+    z-index: 999;
+    padding: 100px;
+    background-color: #fff;
+}
+@media screen and (max-width: 1024px) {
+.lyear-login-right {
+    padding: 50px;
+}
+}
+@media screen and (max-width: 820px) {
+.lyear-login-left {
+    width: 100%;
+    position: relative;
+    z-index: 999;
+    height: 300px;
+}
+.lyear-login-right {
+    margin-left: 0;
+}
+}
+@media screen and (max-width: 480px) {
+.lyear-login-right {
+    padding: 50px;
+}
+}
+@media screen and (max-width: 320px) {
+.lyear-login-right {
+    padding: 30px;
+}
+}
+</style>
+</head>
+  
+<body>
+<div class="lyear-login-box">
+  <div class="lyear-login-left" style="background-image: url(images/login-bg-4.jpg)">
+    <div class="lyear-overlay"></div>
+    <div class="lyear-featured">
+      <h4>愿你有好运气,如果没有,愿你在不幸中学会慈悲;愿你被很多人爱,如果没有,愿你在寂寞中学会宽容。<small> - 刘瑜《愿你慢慢长大》</small></h4>
+    </div>
+  </div>
+  <div class="lyear-login-right">
+    
+    <div class="lyear-logo text-center"> 
+      <a href="#!"><img src="images/logo-sidebar.png" alt="logo" /></a> 
+    </div>
+    <form action="#!" method="post">
+      <div class="form-group">
+        <label for="username">用户名</label>
+        <input type="text" class="form-control" id="username" placeholder="请输入您的用户名">
+      </div>
+
+      <div class="form-group">
+        <label for="password">密码</label>
+        <input type="password" class="form-control" id="password" placeholder="请输入您的密码">
+      </div>
+
+      <div class="form-group">
+        <label for="captcha">验证码</label>
+        <div class="row">
+          <div class="col-xs-7">
+            <input type="text" name="captcha" id="captcha" class="form-control" placeholder="验证码">
+          </div>
+          <div class="col-xs-5">
+            <img src="images/captcha.png" class="pull-right" id="captcha" style="cursor: pointer;" onclick="this.src=this.src+'?d='+Math.random();" title="点击刷新" alt="captcha">
+          </div>
+        </div>
+      </div>
+      
+      <div class="form-group">
+        <label class="lyear-checkbox checkbox-primary m-t-10">
+          <input type="checkbox" checked=""><span>5天内自动登录</span>
+        </label>
+      </div>
+
+      <div class="form-group">
+        <button class="btn btn-block btn-primary" type="submit">立即登录</button>
+      </div>
+      <footer class="text-center">
+        <p class="m-b-0">Copyright © 2020 <a href="http://lyear.itshubao.com">IT书包</a>. All right reserved</p>
+      </footer>
+    </form>
+    
+  </div>
+</div>
+<script type="text/javascript" src="js/jquery.min.js"></script>
+<script type="text/javascript" src="js/bootstrap.min.js"></script>
+<script type="text/javascript">;</script>
+</body>
+</html>

+ 3 - 0
lyear_pages_profile.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_pages_rabc.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_ui_alerts.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_ui_buttons.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_ui_cards.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_ui_grid.html

@@ -79,6 +79,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_ui_icons.html

@@ -126,6 +126,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_ui_modals.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 19 - 0
lyear_ui_other.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>
@@ -281,6 +284,22 @@
                 <span class="label label-yellow">武侠小说</span>
                 <span class="label label-brown">儿童文学</span>
                 
+                <div class="m-t-10">
+                  <span class="label label-outline-default">青春校园</span>
+                  <span class="label label-outline-primary">历史小说</span>
+                  <span class="label label-outline-success">当代小说</span>
+                  <span class="label label-outline-info">都市小说</span>
+                  <span class="label label-outline-warning">科幻小说</span>
+                  <span class="label label-outline-danger">名人传记</span>
+                  <span class="label label-outline-dark">悬疑小说</span>
+                  <span class="label label-outline-secondary">古文典籍</span>
+                  <span class="label label-outline-purple">玄幻仙侠</span>
+                  <span class="label label-outline-pink">言情小说</span>
+                  <span class="label label-outline-cyan">国外名著</span>
+                  <span class="label label-outline-yellow">武侠小说</span>
+                  <span class="label label-outline-brown">儿童文学</span>
+                </div>
+                
               </div>
             </div>
           </div>

+ 3 - 0
lyear_ui_pagination.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_ui_progress.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_ui_step.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_ui_tables.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_ui_tabs.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_ui_tooltips_popover.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>

+ 3 - 0
lyear_ui_typography.html

@@ -66,6 +66,9 @@
                 <li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
                 <li> <a href="lyear_pages_guide.html">表单向导</a> </li>
                 <li> <a href="lyear_pages_login.html">登录页面</a> </li>
+                <li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
+                <li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
+                <li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
                 <li> <a href="lyear_pages_error.html">错误页面</a> </li>
               </ul>
             </li>