dev01 2 роки тому
батько
коміт
e25e417a35

BIN
image/logo.png


+ 1 - 1
js/component/login/adminLogin.jsx

@@ -69,7 +69,7 @@ var Login = React.createClass({
   render() {
     return (
       <div className='content'>
-        {/* 动画 */}
+        {/* 旋转动画 */}
         <div className="ui_base u_p3d">
           <div className="ball_c"></div>
           <div className="base u_p3d">

+ 1 - 2
js/component/login/adminLogin.less

@@ -20,7 +20,7 @@ body {
   -moz-box-shadow: 0 0 13px 3px rgba(0, 0, 0, .5);
   -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, .5);
   box-shadow: 0 0 13px 3px rgba(0, 0, 0, .5);
-  margin-left: 80px;
+  margin-left: 110px;
 
   .ant-spin-blur:after{
     background: transparent;
@@ -306,7 +306,6 @@ textarea:-ms-input-placeholder {
 
 .ui_base {
   width: 400px;
-  // height: 0px;
   -webkit-perspective: 1000px;
   -webkit-perspective-origin: 50% 0%;
   perspective: 1000px;

+ 7 - 12
js/component/login/login.less

@@ -1,9 +1,7 @@
 .wrap {
   width: 100%;
   height: 100%;
-  // min-height: 700px;
   position: absolute;
-  // background-image: url(../../../image/bg.jpg);
   background-size: cover;
 
   .login-header {
@@ -11,13 +9,13 @@
     color: #fff;
 
     .login-logo {
-      padding: 20px;
+      padding: 20px 0;
       overflow: hidden;
       width: 960px;
       margin: 0 auto;
 
       .logo {
-        width: 150px;
+        width: 300px;
         height: 100px;
         margin-right: 30px;
         float: left;
@@ -30,8 +28,7 @@
           top: 0;
           left: 0;
           height: 100px;
-          border-radius: 50%;
-          background: #fff;
+
         }
       }
 
@@ -39,23 +36,21 @@
         width: 100px;
         padding-top: 80px;
         float: right;
-        // border-right: 1px solid #eee;
         position: relative;
-        // overflow: hidden;
 
         img {
+          height: 90px;
           position: absolute;
           top: 0;
           left: 0;
-          height: 100px;
+          
         }
       }
 
       .logo-text {
-        width: 640px;
         float: left;
         line-height: 60px;
-        font-size: 24px;
+        font-size: 30px;
 
         .back {
           float: right;
@@ -68,7 +63,7 @@
         }
 
         span {
-          margin-left: 24px;
+          // margin-left: 24px;
         }
       }
     }

+ 1 - 1
js/component/login/loginTop.jsx

@@ -1,6 +1,6 @@
 import React from 'react';
 import './login.less';
-import logo from '../../../image/logo.png';
+import logo from '../../../image/kede.png';
 import erweima from '../../../image/erweima.jpg';
 
 const LoginTop = React.createClass({

+ 2 - 2
js/component/manageCenter/index/contacts/index.jsx

@@ -63,13 +63,13 @@ class Content extends Component {
           title: "研发活动编号",
           dataIndex: "rdNo",
           key: "rdNo",
-          width: 110,
+          width: 100,
         },
         {
           title: "知识产权编号",
           dataIndex: "ipNo",
           key: "ipNo",
-          width: 110,
+          width: 100,
         },
         {
           title: "研发活动名称",