Browse Source

Merge branch 'develop' of zhengxifeng/zc100 into master

zhengxifeng 7 months ago
parent
commit
319393c77c
1 changed files with 9 additions and 1 deletions
  1. 9
    1
      template/pc/components/index/step.htm

+ 9
- 1
template/pc/components/index/step.htm View File

@@ -1124,4 +1124,12 @@
1124 1124
             </div>
1125 1125
         </div><!-- /.modal-content -->
1126 1126
     </div><!-- /.modal-dialog -->
1127
-</div><!-- /.modal -->
1127
+</div><!-- /.modal -->
1128
+
1129
+
1130
+
1131
+<style>
1132
+.night{
1133
+    color: #333 !important;
1134
+}
1135
+</style>

Loading…
Cancel
Save