张延森 před 4 roky
rodič
revize
0e361feb6d

+ 1
- 2
config/defaultSettings.js Zobrazit soubor

@@ -10,8 +10,7 @@ export default {
10 10
   menu: {
11 11
     locale: false,
12 12
   },
13
-  // title: '致云系统',
14
-  title: undefined,
13
+  title: '远道汇',
15 14
   pwa: false,
16 15
   iconfontUrl: '',
17 16
 };

+ 2
- 2
src/pages/Index.jsx Zobrazit soubor

@@ -90,7 +90,7 @@ const index = (props) => {
90 90
             >
91 91
                 <img width="100%" src={bg} alt=""/>
92 92
             </div>
93
-            <div style={{
93
+            {/* <div style={{
94 94
                 backgroundColor: '#fff',
95 95
                 paddingBottom: '16px'
96 96
                 // margin: '-24px -24px 0 -24px',
@@ -129,7 +129,7 @@ const index = (props) => {
129 129
                         ))}
130 130
                     </Row>
131 131
                 </div>
132
-            </div>
132
+            </div> */}
133 133
 
134 134
 
135 135
         </>

+ 3
- 3
src/pages/user/login/components/Login/index.jsx Zobrazit soubor

@@ -116,10 +116,10 @@ class Login extends Component {
116 116
       <>
117 117
         <div className={styles.topBox}>
118 118
           <div className={styles.con}>
119
-            <p className={styles.welcome}>Welcome</p>
119
+            <p className={styles.welcome}>欢迎使用</p>
120 120
             <div className={styles.title}>
121
-              <span style={{fontSize:' 0.106rem',lineHeight:' 0.106rem'}}>ZHI YUN SYSTEM</span>
122
-              <p className={styles.name}>致云·系统</p>
121
+              <p className={styles.name}>远道汇 · 系统</p>
122
+              {/* <span style={{fontSize:' 0.106rem',lineHeight:' 0.106rem'}}>YUANDAO HUI</span> */}
123 123
             </div>
124 124
           </div>
125 125
         </div>

+ 3
- 4
src/pages/user/login/components/Login/index.less Zobrazit soubor

@@ -2,7 +2,7 @@
2 2
 
3 3
 .topBox{
4 4
 height:42vh;
5
-background-color: #DB3C4B;
5
+background-color: #001529;
6 6
 position: relative;
7 7
   .con{
8 8
     position: absolute;
@@ -10,12 +10,11 @@ position: relative;
10 10
     top:50%;
11 11
     margin-top: -100px;
12 12
     margin-left: -150px;
13
-    text-align: center;
14 13
     height: 200px;
15 14
     width: 310px;
16 15
     .welcome{
17 16
       color: #fff;
18
-      font-size: 62px;
17
+      font-size: 36px;
19 18
       font-style: italic;
20 19
       margin-bottom: 0;
21 20
       font-family: initial;
@@ -24,7 +23,7 @@ position: relative;
24 23
     .title{
25 24
       width: 262px;
26 25
       height: 102px;
27
-      border:1px solid #fff;
26
+      // border:1px solid #fff;
28 27
       text-align: left;
29 28
       color:#fff;
30 29
       padding: 14px  20px;