Commit eb978049 authored by 郝聪敏's avatar 郝聪敏

fix: 修改首页、我的ui细节

parent 784fd07e
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="format-detection" content="telephone=no"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no,viewport-fit=cover"> <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no,viewport-fit=cover">
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
&-activity { &-activity {
width: 100%; width: 100%;
min-height: 337px;
} }
&-service { &-service {
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
&-account { &-account {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center;
span:nth-child(1) { span:nth-child(1) {
height: 40px; height: 40px;
line-height: 40px; line-height: 40px;
...@@ -21,7 +22,7 @@ ...@@ -21,7 +22,7 @@
} }
span:nth-child(2) { span:nth-child(2) {
width: 89px; width: 89px;
padding: 3px 0 0px; padding-top: 1px;
height: 20px; height: 20px;
line-height: normal; line-height: normal;
text-align: center; text-align: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment