Fly 4 日 前
コミット
9d833ff05e
2 ファイル変更16 行追加12 行削除
  1. 3 3
      src/views/Mall.vue
  2. 13 9
      src/views/register.vue

+ 3 - 3
src/views/Mall.vue

@@ -4,7 +4,7 @@
     <div class="desc-card">
       <div class="desc-title">国家社会保险公共服务平台《民生为本》万亿补贴!</div>
       <div class="desc-content">
-        国家鼓励民众参与《退休计划补贴政策》,使用红旗资产参与退休计划获得退休金,退休金是国家按照社会保障制度规定,根据对社会所作出的贡献和所具备的享有享受养老保险待遇或退休条件,因年老丧失劳动能力退出劳动岗位后的基本生活而建立的一种社会保险制度,主要用于保障职工退休后的生活需要
+           &nbsp;&nbsp;&nbsp;&nbsp;国家鼓励民众参与《退休计划补贴政策》,使用红旗资产参与退休计划获得退休金,退休金是国家按照社会保障制度规定,根据对社会所作出的贡献和所具备的享有享受养老保险待遇或退休条件,因年老丧失劳动能力退出劳动岗位后的基本生活而建立的一种社会保险制度,主要用于保障职工退休后的生活需要.
       </div>
     </div>
     <div
@@ -201,11 +201,11 @@ export default {
   font-size: 12px;
   color: #333;
   line-height: 1.4;
-  max-height: 48px;
+  max-height: 180px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
-  -webkit-line-clamp: 3;
+ /* -webkit-line-clamp: 3; */
   -webkit-box-orient: vertical;
 }
 

+ 13 - 9
src/views/register.vue

@@ -6,8 +6,8 @@
       </div>
       <!-- 头部logo -->
       <div class="header">
-        <img src="@/assets/logo-home.png" alt="logo" />
-        <div class="title">农泉财富</div>
+        <img src="@/assets/hongqi.png" alt="logo" />
+        <div class="title">让理想飞扬</div>
       </div>
       <!-- 主体 -->
       <div class="main">
@@ -179,26 +179,30 @@ export default {
 }
 
 .header {
-  width: 100px;
-  height: 80px;
+  width: 144px;
+  height: 104px;
   margin-top: 100px;
   display: flex;
   flex-direction: column;
   align-items: center;
-  
+  background-color: #fff;
+  padding: 20px;
+  border-radius: 50px 50px 50px 50px;
   img {
     width: 80px;
-    height: 80px;
+    width: 80px;
     object-fit: cover;
-    border-radius: 50%;
+    
   }
 }
 
+
 .title {
-  font-size: 24px;
-  color: #fff;
+  font-size: 10px;
+  color: #000;
   margin-top: 16px;
   font-weight: 500;
+  letter-spacing: 4px;
 }
 
 .main {