许静 5 vuotta sitten
vanhempi
commit
b1ff8d5588

+ 1
- 1
config/config.js Näytä tiedosto

479
 
479
 
480
   proxy: {
480
   proxy: {
481
     '/api/': {
481
     '/api/': {
482
-      target: 'http://localhost:8080/',
482
+      target: 'http://192.168.0.11:8080/',
483
       changeOrigin: true,
483
       changeOrigin: true,
484
       // pathRewrite: { '^/server': '' },
484
       // pathRewrite: { '^/server': '' },
485
     },
485
     },

+ 7
- 4
src/app.js Näytä tiedosto

4
     recalc = function () {
4
     recalc = function () {
5
       var clientWidth = docEl.clientWidth;
5
       var clientWidth = docEl.clientWidth;
6
       if (!clientWidth) return;
6
       if (!clientWidth) return;
7
-      if (clientWidth < 1200) {
8
-        docEl.style.fontSize = '100px';
9
-      } else {
10
-        docEl.style.fontSize = 100 * (clientWidth / 1200) + 'px';
7
+      if (clientWidth < 1700) {
8
+        docEl.style.fontSize = '150px';
9
+      } else if ( 1700>=clientWidth>2000 ){
10
+        docEl.style.fontSize = '170px';
11
+      }else{
12
+        docEl.style.fontSize = '170px';
13
+        // docEl.style.fontSize = 100 * (clientWidth / 1400) + 'px';
11
       }
14
       }
12
     };
15
     };
13
 
16
 

+ 3
- 3
src/pages/Welcome.jsx Näytä tiedosto

23
     <div style={{ display: 'flex' }}>
23
     <div style={{ display: 'flex' }}>
24
       <div style={{
24
       <div style={{
25
         textAlign: 'center', display: 'flex', justifyContent: 'center', lineHeight: '100px', background: 'linear-gradient(144deg,rgba(241,43,62,1) 0%,rgba(254,144,155,1) 100%)', height: '100px',
25
         textAlign: 'center', display: 'flex', justifyContent: 'center', lineHeight: '100px', background: 'linear-gradient(144deg,rgba(241,43,62,1) 0%,rgba(254,144,155,1) 100%)', height: '100px',
26
-        boxShadow: '0px 18px 14px -15px rgba(241,43,62,1)',
26
+        boxShadow: '0px  0.11rem 14px -15px rgba(241,43,62,1)',
27
         borderRadius: '12px', width: '32%', marginRight: '2%'
27
         borderRadius: '12px', width: '32%', marginRight: '2%'
28
       }}>
28
       }}>
29
         <span style={{ fontSize: '24px', color: '#fff' }}>总用户 </span>
29
         <span style={{ fontSize: '24px', color: '#fff' }}>总用户 </span>
31
       </div>
31
       </div>
32
       <div style={{
32
       <div style={{
33
         textAlign: 'center', display: 'flex', justifyContent: 'center', lineHeight: '100px', background: 'linear-gradient(144deg,rgba(255,126,74,1) 0%,rgba(255,196,168,1) 100%)', height: '100px',
33
         textAlign: 'center', display: 'flex', justifyContent: 'center', lineHeight: '100px', background: 'linear-gradient(144deg,rgba(255,126,74,1) 0%,rgba(255,196,168,1) 100%)', height: '100px',
34
-        boxShadow: '0px 18px 14px -15px rgba(255,126,74,1)',
34
+        boxShadow: '0px  0.11rem 14px -15px rgba(255,126,74,1)',
35
         borderRadius: '12px', width: '32%', marginRight: '2%'
35
         borderRadius: '12px', width: '32%', marginRight: '2%'
36
       }}>
36
       }}>
37
         <span style={{ fontSize: '24px', color: '#fff' }}>总注册用户 </span>
37
         <span style={{ fontSize: '24px', color: '#fff' }}>总注册用户 </span>
39
       </div>
39
       </div>
40
       <div style={{
40
       <div style={{
41
         textAlign: 'center', display: 'flex', justifyContent: 'center', lineHeight: '100px', background: 'linear-gradient(137deg,rgba(107,130,230,1) 0%,rgba(152,175,251,1) 100%)', height: '100px',
41
         textAlign: 'center', display: 'flex', justifyContent: 'center', lineHeight: '100px', background: 'linear-gradient(137deg,rgba(107,130,230,1) 0%,rgba(152,175,251,1) 100%)', height: '100px',
42
-        boxShadow: '0px 18px 14px -15px rgba(107,130,230,1)',
42
+        boxShadow: '0px  0.11rem 14px -15px rgba(107,130,230,1)',
43
         borderRadius: '12px', width: '32%',
43
         borderRadius: '12px', width: '32%',
44
       }}>
44
       }}>
45
         <span style={{ fontSize: '24px', color: '#fff' }}>最近7天新增 </span>
45
         <span style={{ fontSize: '24px', color: '#fff' }}>最近7天新增 </span>

+ 1
- 1
src/pages/building/list/add/amap.less Näytä tiedosto

5
   top: 20px;
5
   top: 20px;
6
   left: 20px;
6
   left: 20px;
7
   background-color: white;
7
   background-color: white;
8
-  width: 280px;
8
+  width: 290px;
9
   box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
9
   box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
10
   z-index: 100;
10
   z-index: 100;
11
   .inputText{
11
   .inputText{

+ 1
- 1
src/pages/building/list/index.jsx Näytä tiedosto

104
   return (
104
   return (
105
     <Card
105
     <Card
106
       hoverable
106
       hoverable
107
-      style={{ minWidth: '400px', borderRadius: '12px', margin: '10px', boxShadow: '0px 0px 16px 2px rgba(0,0,0,0.12)' }}
107
+      style={{ minWidth: '330px', borderRadius: '12px', margin: '10px', boxShadow: '0px 0px 16px 2px rgba(0,0,0,0.12)' }}
108
       cover={<img alt="example" src={data.poster} style={{ borderRadius: '12px 12px 0 0', width: '100%', height: '14vw' }}></img>}
108
       cover={<img alt="example" src={data.poster} style={{ borderRadius: '12px 12px 0 0', width: '100%', height: '14vw' }}></img>}
109
       bodyStyle={{ padding: '10px 20px' }}
109
       bodyStyle={{ padding: '10px 20px' }}
110
     >
110
     >

+ 7
- 4
src/pages/building/list/style.css Näytä tiedosto

17
 .cardText {
17
 .cardText {
18
   font-size: 0.11rem;
18
   font-size: 0.11rem;
19
   color: #333;
19
   color: #333;
20
-  line-height: 24px;
20
+  line-height: 1.5;
21
   display: flex;
21
   display: flex;
22
   align-items: center;
22
   align-items: center;
23
   position: relative;
23
   position: relative;
24
+  margin-bottom: 0.08rem;
24
 }
25
 }
25
 .cardItem {
26
 .cardItem {
26
   font-size: 0.11rem;
27
   font-size: 0.11rem;
27
   font-weight: 400;
28
   font-weight: 400;
28
   color: #666;
29
   color: #666;
29
-  line-height: 24px;
30
   display: flex;
30
   display: flex;
31
   align-items: center;
31
   align-items: center;
32
+  line-height: 1.5;
33
+  font-size: 0.11rem;
34
+  margin-bottom: 0.08rem;
35
+
32
 }
36
 }
33
 .ediText {
37
 .ediText {
34
   font-size: 0.11rem;
38
   font-size: 0.11rem;
35
   color: #ff925c;
39
   color: #ff925c;
36
-  line-height: 24px;
37
   position: absolute;
40
   position: absolute;
38
   right: 0;
41
   right: 0;
39
 }
42
 }
40
 .title {
43
 .title {
41
   display: inline-block;
44
   display: inline-block;
42
-  width: 84px;
45
+  width: 0.54rem;
43
   justify-content: space-between;
46
   justify-content: space-between;
44
   text-align: justify;
47
   text-align: justify;
45
   text-align-last: justify;
48
   text-align-last: justify;

+ 14
- 11
src/pages/building/list/style.less Näytä tiedosto

17
 .cardText {
17
 .cardText {
18
   font-size: 0.11rem;
18
   font-size: 0.11rem;
19
   color: #333;
19
   color: #333;
20
-  line-height: 24px;
21
   display: flex;
20
   display: flex;
22
   align-items: center;
21
   align-items: center;
23
   position: relative;
22
   position: relative;
24
-
23
+  margin-bottom: 0.08rem;
24
+  
25
 }
25
 }
26
 .cardItem{
26
 .cardItem{
27
   font-size: 0.11rem;
27
   font-size: 0.11rem;
28
   font-weight: 400;
28
   font-weight: 400;
29
   color: #666;
29
   color: #666;
30
-  line-height: 24px;
31
   display: flex;
30
   display: flex;
32
   align-items: center;  
31
   align-items: center;  
32
+  margin-bottom: 0.08rem;
33
+  .title{
34
+    display: inline-block;
35
+    width: 0.54rem;
36
+    min-width: 0.54rem;
37
+    justify-content: space-between;
38
+    text-align: justify;
39
+    text-align-last:justify
40
+  }
41
+  
33
 }
42
 }
34
 .ediText {
43
 .ediText {
35
   font-size: 0.11rem;
44
   font-size: 0.11rem;
36
   color: #ff925c;
45
   color: #ff925c;
37
-  line-height: 24px;
38
   position: absolute;
46
   position: absolute;
39
   right: 0;
47
   right: 0;
48
+
40
 }
49
 }
41
-.title{
42
-  display: inline-block;
43
-  width: 84px;
44
-  justify-content: space-between;
45
-  text-align: justify;
46
-  text-align-last:justify
47
-}
50
+
48
 
51
 
49
 .address { 
52
 .address { 
50
   width: 400px;
53
   width: 400px;

+ 3
- 3
src/pages/building/list/style.wxss Näytä tiedosto

26
   font-size: 0.11rem;
26
   font-size: 0.11rem;
27
   font-weight: 400;
27
   font-weight: 400;
28
   color: #666;
28
   color: #666;
29
-  line-height: 24px;
30
   display: flex;
29
   display: flex;
31
   align-items: center;
30
   align-items: center;
31
+  margin-bottom: 0.08rem;
32
 }
32
 }
33
 .ediText {
33
 .ediText {
34
   font-size: 0.11rem;
34
   font-size: 0.11rem;
35
   color: #ff925c;
35
   color: #ff925c;
36
-  line-height: 24px;
37
   position: absolute;
36
   position: absolute;
38
   right: 0;
37
   right: 0;
38
+  margin-bottom: 0.08rem;
39
 }
39
 }
40
 .title {
40
 .title {
41
   display: inline-block;
41
   display: inline-block;
42
-  width: 84px;
42
+   width: 0.54rem;
43
   justify-content: space-between;
43
   justify-content: space-between;
44
   text-align: justify;
44
   text-align: justify;
45
   text-align-last: justify;
45
   text-align-last: justify;

+ 7
- 6
src/pages/building/type/style.css Näytä tiedosto

16
   margin: 10px 0px;
16
   margin: 10px 0px;
17
 }
17
 }
18
 .cardText {
18
 .cardText {
19
-  font-size: 18px;
19
+  font-size:  0.11rem;
20
   color: #333;
20
   color: #333;
21
   line-height: 24px;
21
   line-height: 24px;
22
   display: flex;
22
   display: flex;
24
   position: relative;
24
   position: relative;
25
 }
25
 }
26
 .cardItem {
26
 .cardItem {
27
-  font-size: 18px;
28
-  font-weight: 400;
27
+
29
   color: #666;
28
   color: #666;
30
-  line-height: 24px;
31
   display: flex;
29
   display: flex;
32
   align-items: center;
30
   align-items: center;
31
+  line-height: 1.5;
32
+  font-size: 0.11rem;
33
+  margin-bottom: 0.08rem;
33
 }
34
 }
34
 .ediText {
35
 .ediText {
35
-  font-size: 18px;
36
+  font-size: 0.11rem;
36
   color: #ff925c;
37
   color: #ff925c;
37
   line-height: 24px;
38
   line-height: 24px;
38
   position: absolute;
39
   position: absolute;
40
 }
41
 }
41
 .title {
42
 .title {
42
   display: inline-block;
43
   display: inline-block;
43
-  width: 84px;
44
+  width: 0.54rem;
44
   justify-content: space-between;
45
   justify-content: space-between;
45
   text-align: justify;
46
   text-align: justify;
46
   text-align-last: justify;
47
   text-align-last: justify;

+ 8
- 7
src/pages/building/type/style.less Näytä tiedosto

16
   margin: 10px 0px;
16
   margin: 10px 0px;
17
 }
17
 }
18
 .cardText {
18
 .cardText {
19
-  font-size: 18px;
20
   color: #333;
19
   color: #333;
21
-  line-height: 24px;
22
   display: flex;
20
   display: flex;
23
   align-items: center;
21
   align-items: center;
24
   position: relative;
22
   position: relative;
23
+  line-height: 1.5;
24
+  font-size: 0.11rem;
25
+  margin-bottom: 0.08rem;
25
 
26
 
26
 }
27
 }
27
 .cardItem{
28
 .cardItem{
28
-  font-size: 18px;
29
-  font-weight: 400;
30
   color: #666;
29
   color: #666;
31
-  line-height: 24px;
32
   display: flex;
30
   display: flex;
33
   align-items: center;  
31
   align-items: center;  
32
+  line-height: 1.5;
33
+  font-size: 0.11rem;
34
+  margin-bottom: 0.08rem;
34
 }
35
 }
35
 .ediText {
36
 .ediText {
36
-  font-size: 18px;
37
+  font-size: 0.11rem;
37
   color: #ff925c;
38
   color: #ff925c;
38
   line-height: 24px;
39
   line-height: 24px;
39
   position: absolute;
40
   position: absolute;
41
 }
42
 }
42
 .title{
43
 .title{
43
   display: inline-block;
44
   display: inline-block;
44
-  width: 84px;
45
+  width: 0.54rem;
45
   justify-content: space-between;
46
   justify-content: space-between;
46
   text-align: justify;
47
   text-align: justify;
47
   text-align-last:justify
48
   text-align-last:justify

+ 4
- 4
src/pages/building/type/style.wxss Näytä tiedosto

16
   margin: 10px 0px;
16
   margin: 10px 0px;
17
 }
17
 }
18
 .cardText {
18
 .cardText {
19
-  font-size: 18px;
19
+  font-size:  0.11rem;
20
   color: #333;
20
   color: #333;
21
   line-height: 24px;
21
   line-height: 24px;
22
   display: flex;
22
   display: flex;
24
   position: relative;
24
   position: relative;
25
 }
25
 }
26
 .cardItem {
26
 .cardItem {
27
-  font-size: 18px;
27
+  font-size:  0.11rem;
28
   font-weight: 400;
28
   font-weight: 400;
29
   color: #666;
29
   color: #666;
30
   line-height: 24px;
30
   line-height: 24px;
32
   align-items: center;
32
   align-items: center;
33
 }
33
 }
34
 .ediText {
34
 .ediText {
35
-  font-size: 18px;
35
+  font-size:  0.11rem;
36
   color: #ff925c;
36
   color: #ff925c;
37
   line-height: 24px;
37
   line-height: 24px;
38
   position: absolute;
38
   position: absolute;
40
 }
40
 }
41
 .title {
41
 .title {
42
   display: inline-block;
42
   display: inline-block;
43
-  width: 84px;
43
+  width:  0.54rem;
44
   justify-content: space-between;
44
   justify-content: space-between;
45
   text-align: justify;
45
   text-align: justify;
46
   text-align-last: justify;
46
   text-align-last: justify;

+ 4
- 4
src/pages/customer/customerlist/style.css Näytä tiedosto

19
   margin: 10px 0px;
19
   margin: 10px 0px;
20
 }
20
 }
21
 .cardText {
21
 .cardText {
22
-  font-size: 18px;
22
+  font-size:  0.11rem;
23
   color: #333;
23
   color: #333;
24
   line-height: 24px;
24
   line-height: 24px;
25
   display: flex;
25
   display: flex;
27
   position: relative;
27
   position: relative;
28
 }
28
 }
29
 .cardItem {
29
 .cardItem {
30
-  font-size: 18px;
30
+  font-size:  0.11rem;
31
   font-weight: 400;
31
   font-weight: 400;
32
   color: #666;
32
   color: #666;
33
   line-height: 24px;
33
   line-height: 24px;
35
   align-items: center;
35
   align-items: center;
36
 }
36
 }
37
 .ediText {
37
 .ediText {
38
-  font-size: 18px;
38
+  font-size:  0.11rem;
39
   color: #ff925c;
39
   color: #ff925c;
40
   line-height: 24px;
40
   line-height: 24px;
41
   position: absolute;
41
   position: absolute;
43
 }
43
 }
44
 .title {
44
 .title {
45
   display: inline-block;
45
   display: inline-block;
46
-  width: 84px;
46
+  width:  0.54rem;
47
   justify-content: space-between;
47
   justify-content: space-between;
48
   text-align: justify;
48
   text-align: justify;
49
   text-align-last: justify;
49
   text-align-last: justify;

+ 9
- 8
src/pages/customer/customerlist/style.less Näytä tiedosto

19
   margin: 10px 0px;
19
   margin: 10px 0px;
20
 }
20
 }
21
 .cardText {
21
 .cardText {
22
-  font-size: 18px;
23
   color: #333;
22
   color: #333;
24
-  line-height: 24px;
25
   display: flex;
23
   display: flex;
26
   align-items: center;
24
   align-items: center;
27
   position: relative;
25
   position: relative;
26
+  line-height: 1.5;
27
+  font-size: 0.11rem;
28
+  margin-bottom: 0.08rem;
28
 
29
 
29
 }
30
 }
30
 .cardItem{
31
 .cardItem{
31
-  font-size: 18px;
32
-  font-weight: 400;
33
   color: #666;
32
   color: #666;
34
-  line-height: 24px;
35
   display: flex;
33
   display: flex;
36
-  align-items: center;  
34
+  align-items: center; 
35
+  line-height: 1.5;
36
+  font-size: 0.11rem;
37
+  margin-bottom: 0.08rem; 
37
 }
38
 }
38
 .ediText {
39
 .ediText {
39
-  font-size: 18px;
40
+  font-size: 0.11rem;
40
   color: #ff925c;
41
   color: #ff925c;
41
   line-height: 24px;
42
   line-height: 24px;
42
   position: absolute;
43
   position: absolute;
44
 }
45
 }
45
 .title{
46
 .title{
46
   display: inline-block;
47
   display: inline-block;
47
-  width: 84px;
48
+  width:  0.54rem;
48
   justify-content: space-between;
49
   justify-content: space-between;
49
   text-align: justify;
50
   text-align: justify;
50
   text-align-last:justify
51
   text-align-last:justify

+ 4
- 4
src/pages/customer/customerlist/style.wxss Näytä tiedosto

19
   margin: 10px 0px;
19
   margin: 10px 0px;
20
 }
20
 }
21
 .cardText {
21
 .cardText {
22
-  font-size: 18px;
22
+  font-size:  0.11rem;
23
   color: #333;
23
   color: #333;
24
   line-height: 24px;
24
   line-height: 24px;
25
   display: flex;
25
   display: flex;
27
   position: relative;
27
   position: relative;
28
 }
28
 }
29
 .cardItem {
29
 .cardItem {
30
-  font-size: 18px;
30
+  font-size:  0.11rem;
31
   font-weight: 400;
31
   font-weight: 400;
32
   color: #666;
32
   color: #666;
33
   line-height: 24px;
33
   line-height: 24px;
35
   align-items: center;
35
   align-items: center;
36
 }
36
 }
37
 .ediText {
37
 .ediText {
38
-  font-size: 18px;
38
+  font-size:  0.11rem;
39
   color: #ff925c;
39
   color: #ff925c;
40
   line-height: 24px;
40
   line-height: 24px;
41
   position: absolute;
41
   position: absolute;
43
 }
43
 }
44
 .title {
44
 .title {
45
   display: inline-block;
45
   display: inline-block;
46
-  width: 84px;
46
+  width:  0.54rem;
47
   justify-content: space-between;
47
   justify-content: space-between;
48
   text-align: justify;
48
   text-align: justify;
49
   text-align-last: justify;
49
   text-align-last: justify;

+ 9
- 8
src/pages/customer/drift/style.less Näytä tiedosto

16
   margin: 10px 0px;
16
   margin: 10px 0px;
17
 }
17
 }
18
 .cardText {
18
 .cardText {
19
-  font-size: 18px;
20
   color: #333;
19
   color: #333;
21
-  line-height: 24px;
22
   display: flex;
20
   display: flex;
23
   align-items: center;
21
   align-items: center;
24
   position: relative;
22
   position: relative;
23
+  line-height: 1.5;
24
+  font-size: 0.11rem;
25
+  margin-bottom: 0.08rem;
25
 
26
 
26
 }
27
 }
27
 .cardItem{
28
 .cardItem{
28
-  font-size: 18px;
29
-  font-weight: 400;
30
   color: #666;
29
   color: #666;
31
-  line-height: 24px;
32
   display: flex;
30
   display: flex;
33
-  align-items: center;  
31
+  align-items: center; 
32
+  line-height: 1.5;
33
+  font-size: 0.11rem;
34
+  margin-bottom: 0.08rem; 
34
 }
35
 }
35
 .ediText {
36
 .ediText {
36
-  font-size: 18px;
37
+  font-size: 0.11rem;
37
   color: #ff925c;
38
   color: #ff925c;
38
   line-height: 24px;
39
   line-height: 24px;
39
   position: absolute;
40
   position: absolute;
41
 }
42
 }
42
 .title{
43
 .title{
43
   display: inline-block;
44
   display: inline-block;
44
-  width: 84px;
45
+  width:  0.54rem;
45
   justify-content: space-between;
46
   justify-content: space-between;
46
   text-align: justify;
47
   text-align: justify;
47
   text-align-last:justify
48
   text-align-last:justify

+ 4
- 4
src/pages/customer/independentList/style.css Näytä tiedosto

16
   margin: 10px 0px;
16
   margin: 10px 0px;
17
 }
17
 }
18
 .cardText {
18
 .cardText {
19
-  font-size: 18px;
19
+  font-size:  0.11rem;
20
   color: #333;
20
   color: #333;
21
   line-height: 24px;
21
   line-height: 24px;
22
   display: flex;
22
   display: flex;
24
   position: relative;
24
   position: relative;
25
 }
25
 }
26
 .cardItem {
26
 .cardItem {
27
-  font-size: 18px;
27
+  font-size:  0.11rem;
28
   font-weight: 400;
28
   font-weight: 400;
29
   color: #666;
29
   color: #666;
30
   line-height: 24px;
30
   line-height: 24px;
32
   align-items: center;
32
   align-items: center;
33
 }
33
 }
34
 .ediText {
34
 .ediText {
35
-  font-size: 18px;
35
+  font-size:  0.11rem;
36
   color: #ff925c;
36
   color: #ff925c;
37
   line-height: 24px;
37
   line-height: 24px;
38
   position: absolute;
38
   position: absolute;
40
 }
40
 }
41
 .title {
41
 .title {
42
   display: inline-block;
42
   display: inline-block;
43
-  width: 84px;
43
+  width:  0.54rem;
44
   justify-content: space-between;
44
   justify-content: space-between;
45
   text-align: justify;
45
   text-align: justify;
46
   text-align-last: justify;
46
   text-align-last: justify;

+ 8
- 7
src/pages/customer/independentList/style.less Näytä tiedosto

16
   margin: 10px 0px;
16
   margin: 10px 0px;
17
 }
17
 }
18
 .cardText {
18
 .cardText {
19
-  font-size: 18px;
20
   color: #333;
19
   color: #333;
21
-  line-height: 24px;
22
   display: flex;
20
   display: flex;
23
   align-items: center;
21
   align-items: center;
24
   position: relative;
22
   position: relative;
23
+  line-height: 1.5;
24
+  font-size: 0.11rem;
25
+  margin-bottom: 0.08rem;
25
 
26
 
26
 }
27
 }
27
 .cardItem{
28
 .cardItem{
28
-  font-size: 18px;
29
-  font-weight: 400;
30
   color: #666;
29
   color: #666;
31
-  line-height: 24px;
32
   display: flex;
30
   display: flex;
33
   align-items: center;  
31
   align-items: center;  
32
+  line-height: 1.5;
33
+  font-size: 0.11rem;
34
+  margin-bottom: 0.08rem;
34
 }
35
 }
35
 .ediText {
36
 .ediText {
36
-  font-size: 18px;
37
+  font-size: 0.11rem;
37
   color: #ff925c;
38
   color: #ff925c;
38
   line-height: 24px;
39
   line-height: 24px;
39
   position: absolute;
40
   position: absolute;
41
 }
42
 }
42
 .title{
43
 .title{
43
   display: inline-block;
44
   display: inline-block;
44
-  width: 84px;
45
+  width:  0.54rem;
45
   justify-content: space-between;
46
   justify-content: space-between;
46
   text-align: justify;
47
   text-align: justify;
47
   text-align-last:justify
48
   text-align-last:justify

+ 4
- 4
src/pages/customer/independentList/style.wxss Näytä tiedosto

16
   margin: 10px 0px;
16
   margin: 10px 0px;
17
 }
17
 }
18
 .cardText {
18
 .cardText {
19
-  font-size: 18px;
19
+  font-size:  0.11rem;
20
   color: #333;
20
   color: #333;
21
   line-height: 24px;
21
   line-height: 24px;
22
   display: flex;
22
   display: flex;
24
   position: relative;
24
   position: relative;
25
 }
25
 }
26
 .cardItem {
26
 .cardItem {
27
-  font-size: 18px;
27
+  font-size:  0.11rem;
28
   font-weight: 400;
28
   font-weight: 400;
29
   color: #666;
29
   color: #666;
30
   line-height: 24px;
30
   line-height: 24px;
32
   align-items: center;
32
   align-items: center;
33
 }
33
 }
34
 .ediText {
34
 .ediText {
35
-  font-size: 18px;
35
+  font-size:  0.11rem;
36
   color: #ff925c;
36
   color: #ff925c;
37
   line-height: 24px;
37
   line-height: 24px;
38
   position: absolute;
38
   position: absolute;
40
 }
40
 }
41
 .title {
41
 .title {
42
   display: inline-block;
42
   display: inline-block;
43
-  width: 84px;
43
+  width:  0.54rem;
44
   justify-content: space-between;
44
   justify-content: space-between;
45
   text-align: justify;
45
   text-align: justify;
46
   text-align-last: justify;
46
   text-align-last: justify;

+ 4
- 4
src/pages/customer/recommendCustomer/style.css Näytä tiedosto

16
   margin: 10px 0px;
16
   margin: 10px 0px;
17
 }
17
 }
18
 .cardText {
18
 .cardText {
19
-  font-size: 18px;
19
+  font-size:  0.11rem;
20
   color: #333;
20
   color: #333;
21
   line-height: 24px;
21
   line-height: 24px;
22
   display: flex;
22
   display: flex;
24
   position: relative;
24
   position: relative;
25
 }
25
 }
26
 .cardItem {
26
 .cardItem {
27
-  font-size: 18px;
27
+  font-size:  0.11rem;
28
   font-weight: 400;
28
   font-weight: 400;
29
   color: #666;
29
   color: #666;
30
   line-height: 24px;
30
   line-height: 24px;
32
   align-items: center;
32
   align-items: center;
33
 }
33
 }
34
 .ediText {
34
 .ediText {
35
-  font-size: 18px;
35
+  font-size:  0.11rem;
36
   color: #ff925c;
36
   color: #ff925c;
37
   line-height: 24px;
37
   line-height: 24px;
38
   position: absolute;
38
   position: absolute;
40
 }
40
 }
41
 .title {
41
 .title {
42
   display: inline-block;
42
   display: inline-block;
43
-  width: 84px;
43
+  width:  0.54rem;
44
   justify-content: space-between;
44
   justify-content: space-between;
45
   text-align: justify;
45
   text-align: justify;
46
   text-align-last: justify;
46
   text-align-last: justify;

+ 6
- 5
src/pages/customer/recommendCustomer/style.less Näytä tiedosto

16
   margin: 10px 0px;
16
   margin: 10px 0px;
17
 }
17
 }
18
 .cardText {
18
 .cardText {
19
-  font-size: 18px;
20
   color: #333;
19
   color: #333;
21
-  line-height: 24px;
22
   display: flex;
20
   display: flex;
23
   align-items: center;
21
   align-items: center;
24
   position: relative;
22
   position: relative;
23
+  line-height: 1.5;
24
+  font-size: 0.11rem;
25
+  margin-bottom: 0.08rem;
25
 
26
 
26
 }
27
 }
27
 .cardItem{
28
 .cardItem{
28
-  font-size: 18px;
29
+  font-size: 0.11rem;
29
   font-weight: 400;
30
   font-weight: 400;
30
   color: #666;
31
   color: #666;
31
   line-height: 24px;
32
   line-height: 24px;
33
   align-items: center;  
34
   align-items: center;  
34
 }
35
 }
35
 .ediText {
36
 .ediText {
36
-  font-size: 18px;
37
+  font-size:  0.11rem;
37
   color: #ff925c;
38
   color: #ff925c;
38
   line-height: 24px;
39
   line-height: 24px;
39
   position: absolute;
40
   position: absolute;
41
 }
42
 }
42
 .title{
43
 .title{
43
   display: inline-block;
44
   display: inline-block;
44
-  width: 84px;
45
+  width:  0.54rem;
45
   justify-content: space-between;
46
   justify-content: space-between;
46
   text-align: justify;
47
   text-align: justify;
47
   text-align-last:justify
48
   text-align-last:justify

+ 4
- 4
src/pages/customer/recommendCustomer/style.wxss Näytä tiedosto

16
   margin: 10px 0px;
16
   margin: 10px 0px;
17
 }
17
 }
18
 .cardText {
18
 .cardText {
19
-  font-size: 18px;
19
+  font-size:  0.11rem;
20
   color: #333;
20
   color: #333;
21
   line-height: 24px;
21
   line-height: 24px;
22
   display: flex;
22
   display: flex;
24
   position: relative;
24
   position: relative;
25
 }
25
 }
26
 .cardItem {
26
 .cardItem {
27
-  font-size: 18px;
27
+  font-size:  0.11rem;
28
   font-weight: 400;
28
   font-weight: 400;
29
   color: #666;
29
   color: #666;
30
   line-height: 24px;
30
   line-height: 24px;
32
   align-items: center;
32
   align-items: center;
33
 }
33
 }
34
 .ediText {
34
 .ediText {
35
-  font-size: 18px;
35
+  font-size:  0.11rem;
36
   color: #ff925c;
36
   color: #ff925c;
37
   line-height: 24px;
37
   line-height: 24px;
38
   position: absolute;
38
   position: absolute;
40
 }
40
 }
41
 .title {
41
 .title {
42
   display: inline-block;
42
   display: inline-block;
43
-  width: 84px;
43
+  width:  0.54rem;
44
   justify-content: space-between;
44
   justify-content: space-between;
45
   text-align: justify;
45
   text-align: justify;
46
   text-align-last: justify;
46
   text-align-last: justify;

+ 4
- 4
src/pages/customer/report/style.css Näytä tiedosto

16
   margin: 10px 0px;
16
   margin: 10px 0px;
17
 }
17
 }
18
 .cardText {
18
 .cardText {
19
-  font-size: 18px;
19
+  font-size:  0.11rem;
20
   color: #333;
20
   color: #333;
21
   line-height: 24px;
21
   line-height: 24px;
22
   display: flex;
22
   display: flex;
24
   position: relative;
24
   position: relative;
25
 }
25
 }
26
 .cardItem {
26
 .cardItem {
27
-  font-size: 18px;
27
+  font-size:  0.11rem;
28
   font-weight: 400;
28
   font-weight: 400;
29
   color: #666;
29
   color: #666;
30
   line-height: 24px;
30
   line-height: 24px;
32
   align-items: center;
32
   align-items: center;
33
 }
33
 }
34
 .ediText {
34
 .ediText {
35
-  font-size: 18px;
35
+  font-size:  0.11rem;
36
   color: #ff925c;
36
   color: #ff925c;
37
   line-height: 24px;
37
   line-height: 24px;
38
   position: absolute;
38
   position: absolute;
40
 }
40
 }
41
 .title {
41
 .title {
42
   display: inline-block;
42
   display: inline-block;
43
-  width: 84px;
43
+  width:  0.54rem;
44
   justify-content: space-between;
44
   justify-content: space-between;
45
   text-align: justify;
45
   text-align: justify;
46
   text-align-last: justify;
46
   text-align-last: justify;

+ 9
- 7
src/pages/customer/report/style.less Näytä tiedosto

16
   margin: 10px 0px;
16
   margin: 10px 0px;
17
 }
17
 }
18
 .cardText {
18
 .cardText {
19
-  font-size: 18px;
20
   color: #333;
19
   color: #333;
21
-  line-height: 24px;
22
   display: flex;
20
   display: flex;
23
   align-items: center;
21
   align-items: center;
24
   position: relative;
22
   position: relative;
23
+  line-height: 1.5;
24
+  font-size: 0.11rem;
25
+  margin-bottom: 0.08rem;
25
 
26
 
26
 }
27
 }
27
 .cardItem{
28
 .cardItem{
28
-  font-size: 18px;
29
-  font-weight: 400;
29
+
30
   color: #666;
30
   color: #666;
31
-  line-height: 24px;
32
   display: flex;
31
   display: flex;
33
   align-items: center;  
32
   align-items: center;  
33
+  line-height: 1.5;
34
+  font-size: 0.11rem;
35
+  margin-bottom: 0.08rem;
34
 }
36
 }
35
 .ediText {
37
 .ediText {
36
-  font-size: 18px;
38
+  font-size: 0.11rem;
37
   color: #ff925c;
39
   color: #ff925c;
38
   line-height: 24px;
40
   line-height: 24px;
39
   position: absolute;
41
   position: absolute;
41
 }
43
 }
42
 .title{
44
 .title{
43
   display: inline-block;
45
   display: inline-block;
44
-  width: 84px;
46
+  width:  0.54rem;
45
   justify-content: space-between;
47
   justify-content: space-between;
46
   text-align: justify;
48
   text-align: justify;
47
   text-align-last:justify
49
   text-align-last:justify

+ 4
- 4
src/pages/customer/report/style.wxss Näytä tiedosto

16
   margin: 10px 0px;
16
   margin: 10px 0px;
17
 }
17
 }
18
 .cardText {
18
 .cardText {
19
-  font-size: 18px;
19
+  font-size:  0.11rem;
20
   color: #333;
20
   color: #333;
21
   line-height: 24px;
21
   line-height: 24px;
22
   display: flex;
22
   display: flex;
24
   position: relative;
24
   position: relative;
25
 }
25
 }
26
 .cardItem {
26
 .cardItem {
27
-  font-size: 18px;
27
+  font-size:  0.11rem;
28
   font-weight: 400;
28
   font-weight: 400;
29
   color: #666;
29
   color: #666;
30
   line-height: 24px;
30
   line-height: 24px;
32
   align-items: center;
32
   align-items: center;
33
 }
33
 }
34
 .ediText {
34
 .ediText {
35
-  font-size: 18px;
35
+  font-size:  0.11rem;
36
   color: #ff925c;
36
   color: #ff925c;
37
   line-height: 24px;
37
   line-height: 24px;
38
   position: absolute;
38
   position: absolute;
40
 }
40
 }
41
 .title {
41
 .title {
42
   display: inline-block;
42
   display: inline-block;
43
-  width: 84px;
43
+  width:  0.54rem;
44
   justify-content: space-between;
44
   justify-content: space-between;
45
   text-align: justify;
45
   text-align: justify;
46
   text-align-last: justify;
46
   text-align-last: justify;

+ 9
- 9
src/pages/news/list/NewsList.jsx Näytä tiedosto

167
         cover={<img alt="example" src={data.newsImg} style={{ borderRadius: '12px 0 0 12px', width: '260px', height: '253px' }}></img>}
167
         cover={<img alt="example" src={data.newsImg} style={{ borderRadius: '12px 0 0 12px', width: '260px', height: '253px' }}></img>}
168
         bodyStyle={{ padding: '10px 20px' }}
168
         bodyStyle={{ padding: '10px 20px' }}
169
       >
169
       >
170
-        <span style={{ position: 'absolute', right: '20px', top: '20px', fontSize: '18px', color: '#FF7E48' }} onClick={toEditList(data.newsId)}>
170
+        <span style={{ position: 'absolute', right: '20px', top: '20px', fontSize: ' 0.11rem', color: '#FF7E48' }} onClick={toEditList(data.newsId)}>
171
           编辑
171
           编辑
172
                 <Icon type="form" style={{ color: '#C0C4CC', marginLeft: '10px' }} />
172
                 <Icon type="form" style={{ color: '#C0C4CC', marginLeft: '10px' }} />
173
         </span>
173
         </span>
174
         {data.newsStatus === 0 ?
174
         {data.newsStatus === 0 ?
175
-          <span style={{ position: 'absolute', left: '280px', bottom: '18px', fontSize: '18px', color: '#FF7E48' }} onClick={cancelRelease.bind(this, data.newsId, 1, data.buildingId, data.newsType.newsTypeId)}>
175
+          <span style={{ position: 'absolute', left: '280px', bottom: ' 0.11rem', fontSize: ' 0.11rem', color: '#FF7E48' }} onClick={cancelRelease.bind(this, data.newsId, 1, data.buildingId, data.newsType.newsTypeId)}>
176
             取消发布
176
             取消发布
177
               <Icon type="close-circle" style={{ color: '#C0C4CC', marginLeft: '8px' }} />
177
               <Icon type="close-circle" style={{ color: '#C0C4CC', marginLeft: '8px' }} />
178
           </span> :
178
           </span> :
179
-          <span style={{ position: 'absolute', left: '280px', bottom: '18px', fontSize: '18px', color: '#FF7E48' }} onClick={cancelRelease.bind(this, data.newsId, 0, data.buildingId, data.newsType.newsTypeId)}>
179
+          <span style={{ position: 'absolute', left: '280px', bottom: ' 0.11rem', fontSize: ' 0.11rem', color: '#FF7E48' }} onClick={cancelRelease.bind(this, data.newsId, 0, data.buildingId, data.newsType.newsTypeId)}>
180
             发布
180
             发布
181
               <Icon type="form" style={{ color: '#C0C4CC', marginLeft: '8px' }} />
181
               <Icon type="form" style={{ color: '#C0C4CC', marginLeft: '8px' }} />
182
           </span>
182
           </span>
183
         }
183
         }
184
 
184
 
185
-        <span style={{ position: 'absolute', right: '20px', bottom: '18px', fontSize: '18px', color: '#FF7E48' }} onClick={changeNewsListStatus(data.newsId)}>
185
+        <span style={{ position: 'absolute', right: '20px', bottom: ' 0.11rem', fontSize: ' 0.11rem', color: '#FF7E48' }} onClick={changeNewsListStatus(data.newsId)}>
186
           删除
186
           删除
187
                 <Icon type="rest" style={{ color: '#C0C4CC', marginLeft: '8px' }} />
187
                 <Icon type="rest" style={{ color: '#C0C4CC', marginLeft: '8px' }} />
188
         </span>
188
         </span>
189
         <div style={{ position: 'absolute', left: '260px', top: '0px', padding: '20px' }}>
189
         <div style={{ position: 'absolute', left: '260px', top: '0px', padding: '20px' }}>
190
           <p style={{
190
           <p style={{
191
-            fontSize: '18px', color: '#333', fontWeight: '600', marginBottom: '10px', overflow: 'hidden',
191
+            fontSize: ' 0.11rem', color: '#333', fontWeight: '600', marginBottom: '10px', overflow: 'hidden',
192
             textOverflow: 'ellipsis',
192
             textOverflow: 'ellipsis',
193
             whiteSpace: 'nowrap',
193
             whiteSpace: 'nowrap',
194
             width: '300px',
194
             width: '300px',
195
           }}>{data.newsName}</p>
195
           }}>{data.newsName}</p>
196
-          <p style={{ fontSize: '18px', color: '#555', marginBottom: '10px' }}>
196
+          <p style={{ fontSize: ' 0.11rem', color: '#555', marginBottom: '10px' }}>
197
             <span style={{ display: 'inline-block', width: '190px' }}>咨询类型:{data.newsType.newsTypeName}</span>
197
             <span style={{ display: 'inline-block', width: '190px' }}>咨询类型:{data.newsType.newsTypeName}</span>
198
             <span>状态:{data.newsStatus == 0 ? "已发布" : "未发布"}</span>
198
             <span>状态:{data.newsStatus == 0 ? "已发布" : "未发布"}</span>
199
           </p>
199
           </p>
200
 
200
 
201
-          <p style={{ fontSize: '18px', color: '#555', marginBottom: '10px' }}>
201
+          <p style={{ fontSize: ' 0.11rem', color: '#555', marginBottom: '10px' }}>
202
             <span style={{ display: 'inline-block', width: '190px' }}>阅读数量:{data.pvNum}</span>
202
             <span style={{ display: 'inline-block', width: '190px' }}>阅读数量:{data.pvNum}</span>
203
             <span>转发数量:{data.shareNum}</span>
203
             <span>转发数量:{data.shareNum}</span>
204
           </p>
204
           </p>
205
 
205
 
206
-          <p style={{ fontSize: '18px', color: '#555', marginBottom: '10px' }}>
206
+          <p style={{ fontSize: ' 0.11rem', color: '#555', marginBottom: '10px' }}>
207
             <span style={{ display: 'inline-block', width: '190px' }}>点赞数量:{data.favorNum}</span>
207
             <span style={{ display: 'inline-block', width: '190px' }}>点赞数量:{data.favorNum}</span>
208
             <span>收藏数量:{data.saveNum}</span>
208
             <span>收藏数量:{data.saveNum}</span>
209
           </p>
209
           </p>
210
 
210
 
211
-          <p style={{ fontSize: '18px', color: '#999', marginBottom: '10px' }}>发布时间:{data.createDate}</p>
211
+          <p style={{ fontSize: ' 0.11rem', color: '#999', marginBottom: '10px' }}>发布时间:{data.createDate}</p>
212
         </div>
212
         </div>
213
       </Card>
213
       </Card>
214
     )
214
     )

+ 8
- 7
src/pages/news/list/style.less Näytä tiedosto

16
     margin: 10px 0px;
16
     margin: 10px 0px;
17
   }
17
   }
18
   .cardText {
18
   .cardText {
19
-    font-size: 18px;
20
     color: #333;
19
     color: #333;
21
-    line-height: 24px;
22
     display: flex;
20
     display: flex;
23
     align-items: center;
21
     align-items: center;
24
     position: relative;
22
     position: relative;
23
+    line-height: 1.5;
24
+    font-size: 0.11rem;
25
+    margin-bottom: 0.08rem;
25
   
26
   
26
   }
27
   }
27
   .cardItem{
28
   .cardItem{
28
-    font-size: 18px;
29
-    font-weight: 400;
30
     color: #666;
29
     color: #666;
31
-    line-height: 24px;
32
     display: flex;
30
     display: flex;
33
     align-items: center;  
31
     align-items: center;  
32
+    line-height: 1.5;
33
+    font-size: 0.11rem;
34
+    margin-bottom: 0.08rem;
34
   }
35
   }
35
   .ediText {
36
   .ediText {
36
-    font-size: 18px;
37
+    font-size: 0.11rem;
37
     color: #ff925c;
38
     color: #ff925c;
38
     line-height: 24px;
39
     line-height: 24px;
39
     position: absolute;
40
     position: absolute;
41
   }
42
   }
42
   .title{
43
   .title{
43
     display: inline-block;
44
     display: inline-block;
44
-    width: 84px;
45
+    width:  0.54rem;
45
     justify-content: space-between;
46
     justify-content: space-between;
46
     text-align: justify;
47
     text-align: justify;
47
     text-align-last:justify
48
     text-align-last:justify

+ 6
- 6
src/pages/staff/list/StaffList.jsx Näytä tiedosto

66
     <Card className={Styles.card}>
66
     <Card className={Styles.card}>
67
       <div>
67
       <div>
68
 
68
 
69
-        <Avatar src={data.avatar} style={{ width: 94, height: 94 }} />
70
-        <Button type="link" style={{ marginLeft: '10px', color: '#FF925C', fontSize: '18px' }} onClick={toEditStaff(data.userId)}>
69
+        <Avatar src={data.avatar} style={{ width: '0.48rem', height: '0.48rem' }} />
70
+        <Button type="link" style={{ marginLeft: '0.04rem', color: '#FF925C', fontSize: '0.11rem' }} onClick={toEditStaff(data.userId)}>
71
           编辑
71
           编辑
72
-                <Icon type="form" style={{ color: '#C0C4CC', marginLeft: '8px' }} />
72
+                <Icon type="form" style={{ color: '#C0C4CC', marginLeft: '0.04rem' }} />
73
         </Button>
73
         </Button>
74
-        <Button type="link" style={{ fontSize: '18px', color: '#cacaca', position: 'absolute', top: '50px', right: '0' }} onClick={confirm(data)}>
74
+        <Button type="link" style={{ fontSize: ' 0.11rem', color: '#cacaca', position: 'absolute', top: '40px', right: '0' }} onClick={confirm(data)}>
75
           {data.status === 1 ? '停用' : '启用'}
75
           {data.status === 1 ? '停用' : '启用'}
76
-                <Icon type={data.status===1?'close-circle':'form'} style={{ color: '#C0C4CC', marginLeft: '8px' }} />
76
+                <Icon type={data.status===1?'close-circle':'form'} style={{ color: '#C0C4CC', marginLeft: '0.04rem' }} />
77
         </Button>
77
         </Button>
78
-        {/* <Button type="link" style={{ fontSize: '18px', color: '#FF925C', position: 'absolute', top: '50px', right: '0' }} onClick={confirm}>
78
+        {/* <Button type="link" style={{ fontSize: ' 0.11rem', color: '#FF925C', position: 'absolute', top: '50px', right: '0' }} onClick={confirm}>
79
           启用
79
           启用
80
                 <Icon type="form" style={{ color: '#C0C4CC', marginLeft: '8px' }} />
80
                 <Icon type="form" style={{ color: '#C0C4CC', marginLeft: '8px' }} />
81
         </Button> */}
81
         </Button> */}

+ 14
- 14
src/pages/staff/list/style.less Näytä tiedosto

13
 
13
 
14
 
14
 
15
 .card {
15
 .card {
16
-  min-width: 330px;
17
-  margin-right: 2vw;
18
-  height: 244px;
16
+  min-width: 240px;
17
+  margin-right: 0.1rem;
18
+  height: 240px;
19
   background: rgba(255, 255, 255, 1);
19
   background: rgba(255, 255, 255, 1);
20
   box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.12);
20
   box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.12);
21
   border-radius: 12px;
21
   border-radius: 12px;
22
   margin-bottom: 40px;
22
   margin-bottom: 40px;
23
   position: relative;
23
   position: relative;
24
+  
24
 }
25
 }
25
 
26
 
26
-
27
 .cardText {
27
 .cardText {
28
-  font-size: 20px;
28
+  font-size: 0.12rem;
29
   color: rgba(102, 102, 102, 1);
29
   color: rgba(102, 102, 102, 1);
30
   position: absolute;
30
   position: absolute;
31
-  bottom:52px;
31
+  bottom:0.28rem;
32
 }
32
 }
33
 .statusText {
33
 .statusText {
34
-  font-size: 20px;
34
+  font-size: 0.12rem;
35
   color: rgba(102, 102, 102, 1);
35
   color: rgba(102, 102, 102, 1);
36
   position: absolute;
36
   position: absolute;
37
-  bottom:52px;
37
+  bottom:0.28rem;
38
   right: 20px;
38
   right: 20px;
39
 }
39
 }
40
 .phoneText{
40
 .phoneText{
41
-  font-size: 20px;
41
+  font-size: 0.12rem;
42
   color: rgba(102, 102, 102, 1);
42
   color: rgba(102, 102, 102, 1);
43
   position: absolute;
43
   position: absolute;
44
-  bottom:16px;
44
+  bottom:0.05rem;
45
 }
45
 }
46
 
46
 
47
 .cardItem {
47
 .cardItem {
48
-  font-size: 18px;
49
-  font-weight: 400;
50
   color: #666;
48
   color: #666;
51
-  line-height: 24px;
52
   display: flex;
49
   display: flex;
53
   align-items: center;
50
   align-items: center;
51
+  line-height: 1.5;
52
+  font-size: 0.11rem;
53
+  margin-bottom: 0.08rem;
54
 }
54
 }
55
 
55
 
56
 
56
 
66
 
66
 
67
 .title {
67
 .title {
68
   display: inline-block;
68
   display: inline-block;
69
-  width: 84px;
69
+  width:  0.54rem;
70
   justify-content: space-between;
70
   justify-content: space-between;
71
   text-align: justify;
71
   text-align: justify;
72
   text-align-last: justify;
72
   text-align-last: justify;

+ 1
- 1
src/pages/user/login/components/Login/index.jsx Näytä tiedosto

118
           <div className={styles.con}>
118
           <div className={styles.con}>
119
             <p className={styles.welcome}>Welcome</p>
119
             <p className={styles.welcome}>Welcome</p>
120
             <div className={styles.title}>
120
             <div className={styles.title}>
121
-              <span style={{fontSize:'18px',lineHeight:'18px'}}>ying xiao yun</span>
121
+              <span style={{fontSize:' 0.11rem',lineHeight:' 0.11rem'}}>ying xiao yun</span>
122
               <p className={styles.name}>营销云·系统</p>
122
               <p className={styles.name}>营销云·系统</p>
123
             </div>
123
             </div>
124
           </div>
124
           </div>

+ 1
- 1
src/pages/user/login/components/Login/index.less Näytä tiedosto

91
 
91
 
92
   .prefixIcon {
92
   .prefixIcon {
93
     color: #fff;
93
     color: #fff;
94
-    font-size: 18px;
94
+    font-size:  0.11rem;
95
     background-color: #EF273A;
95
     background-color: #EF273A;
96
     padding: 3px 4px;
96
     padding: 3px 4px;
97
   }
97
   }