Ver código fonte

爱数 字体改成宋体 标题调整

y595705120 2 anos atrás
pai
commit
cfde017cdb

+ 1 - 1
index.html

@@ -8,7 +8,7 @@
     <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
     <!-- <meta name="referrer" content="origin"> -->
 
-    <title>福建省爱数信息技术有限公司</title>
+    <title>建设从业人员继续教育系统服务平台</title>
   </head>
   <body style="margin:0px;">
 <!--    <div id="img_float" style="z-index: 101; left: 134px; width: 242px; height: 141px; position: absolute; top: 577px; visibility: visible; cursor: pointer;">

+ 1 - 1
src/App.vue

@@ -46,7 +46,7 @@ html,
     padding: 0;
     line-height: 1.5;
     color: #333;
-    font-family: "Arial";
+    font-family: "SimSun";
     font-size: 14px;
     background-color: #efefef;
  }

+ 1 - 1
src/assets/css/main.css

@@ -271,7 +271,7 @@ a, span {
 }
 .opacity-bg {
   border-radius: 10px;
-  background:#6b9eff;
+  background:#517ed2;
   /* background: rgba(0,0,0,0.2); */
   /* background: url("../../assets/images/opacity-bg_hash548c17198c.png"); */
   color: #fff;

+ 3 - 0
src/containers/login/components/loginBase.css

@@ -75,6 +75,9 @@ input[type=radio] {
 /*  */
 .m-login {
   width: 290px;
+  font-size: 16px;
+  font-family: "SimSun";
+  font-weight: 600;
   height: 350px;
 }
 

+ 4 - 4
src/containers/login/components/unLogin.vue

@@ -34,9 +34,9 @@
               <label class="ui-label " :class="rememberUse?'checked':''">
                 <input type="checkbox" class="checkbox  ng-valid" v-model="rememberUse">
                 <a class="checkbox-a"> </a>
-                <span class="ipt-txt">记住帐号和密码</span>
+                <span class="ipt-txt">记住密码</span>
               </label>
-            </div><a class="ag fr" @click="goReset">忘记密码?</a>
+            </div><a class="ag fr" @click="goReset">找回密码?</a>
           </li>
 
           <li class="last">
@@ -46,8 +46,8 @@
       </div>
 
 
-      <div class="mt10 ng-scope" style="font-size: 10px; text-align: center;">没有学员/单位管理员帐号?
-        <a @click="goRegist()" class="ao b">立即注册</a></div>
+      <div class="mt10" style="font-size: 14px; text-align: center;">如果您有证书
+        <a @click="goRegist()" class="ao b" style="color: white;border-bottom: 2px solid #fff;">立即注册</a></div>
     </div>
   </div>
 </template>

+ 2 - 2
src/settings.js

@@ -1,11 +1,11 @@
 module.exports = {
-  title: '福建省爱数信息技术有限公司'
+  title: '建设从业人员继续教育系统服务平台'
   ,beian:'闽ICP备2121760号-1'
   ,exam:{
     username:'福建省爱数信息技术有限公司'
     ,bankName: '中国银行厦门市分行'
     ,bankNo:'414360427410'
-    ,promise:'本人自愿选择参加福建省爱数信息技术有限公司组织的施工现场专业人员岗位培训,对报名相关条件、提交的材料及收费情况均已知晓!且所提交的材料真实有效,如有存在虚假,所导致的一切后果由本人承担。'
+    ,promise:'本人自愿选择参加建设从业人员继续教育系统服务平台组织的施工现场专业人员岗位培训,对报名相关条件、提交的材料及收费情况均已知晓!且所提交的材料真实有效,如有存在虚假,所导致的一切后果由本人承担。'
   }
   ,email:'1015067257@qq.com'
   ,outLink: 'http://220.160.52.164:9081/portalWeb/fwZhcx/toFwZhcxPage?code=zscx'