1
@@ -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 {
+ .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-weight: 500;
+ color: #1677FF;
+ cursor: pointer;