瀏覽代碼

div const

[baozhangchao] 3 年之前
父節點
當前提交
bd006a7617
共有 1 個檔案被更改,包括 32 行新增0 行删除
  1. 32
    0
      src/pages/UserLogin/style.less

+ 32
- 0
src/pages/UserLogin/style.less 查看文件

@@ -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
+}