瀏覽代碼

修复样式bug

yujinwen 2 周之前
父節點
當前提交
0045a9aac9
共有 1 個文件被更改,包括 35 次插入0 次删除
  1. 35 0
      src/views/hzyb/report/RaiDetail.vue

+ 35 - 0
src/views/hzyb/report/RaiDetail.vue

@@ -203,6 +203,41 @@ initPage()
 
 
 <style lang="scss" scope>
+/* 公共弹窗 */
+.global-pup{
+  background-color: #fff;
+  width: 90vw;
+  min-height: 200px;
+  font-size: 32px;
+  .content{
+    padding: 34px;
+    text-align: center;
+    min-height: 250px;
+    display: flex;
+    align-items: center;
+    text-align: center;
+    line-height: 1.7;
+    div{
+      flex: 1;
+    }
+  }
+  .bot{
+    border-top: 1px solid #dedede;
+    div{
+      line-height: 96px;
+      flex: 1;
+      text-align: center;
+      border-right: 1px solid #dedede;
+      color:#E3B377;
+    }
+    div:last-child {
+      border: none;
+    }
+  }
+}
+.flex{
+  display: flex;
+}
 .rai-report-detail-page {
   width: 100vw;
   height: 100vh;