chente 5 роки тому
батько
коміт
a299271d7f
2 змінених файлів з 26 додано та 2 видалено
  1. 18 2
      css/main.css
  2. 8 0
      login.html

+ 18 - 2
css/main.css

@@ -1,7 +1,7 @@
 /*building SAAS 0.1*/
 /*bootstrap 初始化*/
 body {
-    font-size: 0.9rem;
+    font-size: 14px;
     overflow: hidden;
     font-family: "Helvetica Neue","Hiragino Sans GB",stheiti,"Microsoft Yahei","微软雅黑",tahoma,sans-serif
 }
@@ -108,7 +108,7 @@ font-size: .875rem;
 }
 .header-logo div.v-title{
   font-size:11px;
-  color:#aeaeae;
+  color:#666;
   line-height: 12px;
   margin-top:3px;
 }
@@ -894,6 +894,22 @@ max-width:80px;
   margin-bottom:0;
   color:#333;
 }
+.top-avatar {
+  margin-top:3px;
+}
+.top-avatar li .avatar{
+ height:30px;
+ width: 30px;
+ line-height: 30px;
+ font-size:12px;
+}
+.big-avatar li .avatar{
+ height:80px;
+ width: 80px;
+ line-height: 80px;
+ font-size:24px;
+ border-radius: 80px
+}
 .edit-tag-btn{
   display: none
 }

+ 8 - 0
login.html

@@ -18,6 +18,14 @@
         <form class="form-signin">
             <h1 class="d-flex justify-content-center mb-0"><img src="img/building.png" width="40" height="40" class="mr-3" style="margin-top:5px"> 大司空云计价</h1>
             <p class="text-center mb-4 text-muted">市政、房建、轨道、管廊管线等专业工程计价软件</p>
+            <ul class="nav nav-tabs nav-fill mb-3">
+              <li class="nav-item">
+                <a class="nav-link active" href="#">个人版</a>
+              </li>
+              <li class="nav-item">
+                <a class="nav-link" href="#">企业版</a>
+              </li>
+            </ul>
             <p>账号登录</p>
             <div class="form-group">
                 <input id="inputEmail" class="form-control " placeholder="通行账号 邮箱/手机" required="" autofocus="">