mo 1 year ago
parent
commit
f7e746539f
1 changed files with 39 additions and 0 deletions
  1. 39 0
      src/views/login/index.module.less

+ 39 - 0
src/views/login/index.module.less

@@ -319,4 +319,43 @@
     }
 
   }
+}
+
+
+.alertWrap {
+  padding: 14px 17px;
+  width: 620px;
+  height: 46px;
+  background: #E6F4FF;
+  border-radius: 9px;
+  display: flex;
+  flex-direction: row;
+  align-items: center;
+  justify-content: space-between;
+
+  .alertInfo {
+    display: flex;
+    flex-direction: row;
+    align-items: center;
+
+    .infoIcon {
+      width: 20px;
+      height: 20px;
+      margin-right: 8px;
+    }
+
+    font-size: 16px;
+    font-family: PingFangSC-Regular,
+    PingFang SC;
+    font-weight: 400;
+    color: rgba(0, 0, 0, 0.88);
+  }
+
+  .down {
+    font-size: 16px;
+    font-weight: 500;
+    color: #1677FF;
+    cursor: pointer;
+  }
+
 }