Browse Source

修改首页样式

l1448442195@163.com 1 year ago
parent
commit
2278ba389f
2 changed files with 17 additions and 4 deletions
  1. 1 1
      investment/investHome.html
  2. 16 3
      investment/styles/investHome.css

+ 1 - 1
investment/investHome.html

@@ -149,7 +149,7 @@
 
               <div class="status">
                 <p>项目状态</p>
-                <ul style="padding-left: 30px;">
+                <ul style="padding-left: 30px; margin-bottom: 10px;">
                   <li>完成决策: <i>15</i></li>
                   <li>进行中: <i>15</i></li>
                   <li>退出: <i>15</i></li>

+ 16 - 3
investment/styles/investHome.css

@@ -150,14 +150,14 @@ a {
   display: flex;
   align-items: center;
   justify-content: center;
-  background-color: rgba(59,211,255,0.26);
+  background-color: rgba(18, 61, 98, .6);
 }
 .b {
   padding: 15px 0;
   display: flex;
   align-items: center;
   justify-content: space-around;
-  background-color: rgba(59,211,255,0.16);
+  background-color: rgba(7, 42, 76, .6);
   padding: 15px 0;
 }
 .b span {
@@ -397,7 +397,7 @@ a {
   border: 1px solid #afadad;
 }
 .status p {
-  background-color: rgb(39 122 145 / 0.56);
+  background-color: #02397F;
   line-height: 35px;
   text-align: center;
   font-size: 16px;
@@ -406,6 +406,19 @@ a {
 .status li {
   line-height: 25px;
   padding-right: 15px;
+  list-style: none;
+  position: relative;
+}
+.status li::before {
+  content: '';
+  position: absolute;
+  left: -15px;
+  top: 50%;
+  transform: translate(0, -50%);
+  width: 5px;
+  height: 5px;
+  background-color: #00FFFF;
+  border-radius: 50%;
 }
 .status i {
   font-size: 16px;