浏览代码

项目转移页面UI 优化

ly 6 月之前
父节点
当前提交
3f8b99f063
共有 1 个文件被更改,包括 5 次插入13 次删除
  1. 5 13
      src/main/resources/templates/prjproject/updateSsbm.html

+ 5 - 13
src/main/resources/templates/prjproject/updateSsbm.html

@@ -22,18 +22,10 @@
22 22
             border: 1.5px solid dimgrey;
23 23
             position: relative; /* 添加这一行,使其成为定位参考 */
24 24
         }
25
-
26
-        .left-section {
27
-            /*background-color: lightblue;*/
28
-        }
29
-
30
-        .right-section {
31
-    /*        background-color: lightgreen;
32
-    */    }
33
-        h3 {
25
+        h2 {
34 26
             text-align: center;
35
-            margin-top: 0px;
36
-            color: #4ac14a;
27
+            margin-top: 10%;
28
+            color: #0C0C0C;
37 29
         }
38 30
 
39 31
         .layui-form-item {
@@ -58,7 +50,7 @@
58 50
 <body>
59 51
 <div class="left-section">
60 52
     <!-- 左侧内容 -->
61
-    <h3>转移前</h3>
53
+    <h2>转移前</h2>
62 54
 
63 55
     <div class="layui-form layuimini-form">
64 56
         <div class="layui-form-item layui-inline" style="width: 100%">
@@ -99,7 +91,7 @@
99 91
 
100 92
 <div class="right-section">
101 93
     <!-- 右侧内容 -->
102
-    <h3>转移后</h3>
94
+    <h2>转移后</h2>
103 95
         <div class="layui-form layuimini-form">
104 96
             <div class="layui-form-item layui-inline" style="width: 100%">
105 97
                 <label class="layui-form-label required" style="width: 17%">项目名称</label>