Browse Source

增加独立的定额选择页

Chente 6 years ago
parent
commit
72bcaf33ea
2 changed files with 57 additions and 0 deletions
  1. 4 0
      css/main.css
  2. 53 0
      login - ver.html

+ 4 - 0
css/main.css

@@ -62,6 +62,10 @@ a{
   background:#fff;
   box-shadow:#333 1px 1px 5px
 }
+.ver-panel {
+  width:100%;
+  top:10%;
+}
 .header {
   border-bottom: 1px solid #ccc
 }

File diff suppressed because it is too large
+ 53 - 0
login - ver.html