|
@@ -0,0 +1,32 @@
|
|
1
|
+.loginBackImg-box {
|
|
2
|
+ width: 100vw;
|
|
3
|
+ height: 100vh;
|
|
4
|
+ > Image {
|
|
5
|
+ height: 100%;
|
|
6
|
+ width: 100%;
|
|
7
|
+ background-size: 100% 100%;
|
|
8
|
+ background-repeat: no-repeat;
|
|
9
|
+ position: fixed;
|
|
10
|
+ }
|
|
11
|
+
|
|
12
|
+ .loginhallo-text {
|
|
13
|
+ position: absolute;
|
|
14
|
+ margin: 98px 0 80px 30px;
|
|
15
|
+ }
|
|
16
|
+ .loginhallo-text:nth-child(1) {
|
|
17
|
+ font-size: 66px;
|
|
18
|
+ font-weight: bold;
|
|
19
|
+ color: #333333;
|
|
20
|
+ }
|
|
21
|
+ .loginhallo-text:nth-child(2) {
|
|
22
|
+ font-size: 54px;
|
|
23
|
+ font-weight: bold;
|
|
24
|
+ color: #333333;
|
|
25
|
+ }
|
|
26
|
+
|
|
27
|
+ .loginPhone-box {
|
|
28
|
+ position: absolute;
|
|
29
|
+ > View {
|
|
30
|
+ }
|
|
31
|
+ }
|
|
32
|
+}
|