Commit 892d621a authored by 程恺文's avatar 程恺文

修改

parent e3c08af6
Pipeline #77998 waiting for manual action with stages
...@@ -156,6 +156,7 @@ ...@@ -156,6 +156,7 @@
"react-infinite-scroll-component": "^6.1.0", "react-infinite-scroll-component": "^6.1.0",
"react-intl": "^3.12.1", "react-intl": "^3.12.1",
"react-redux": "7.0.2", "react-redux": "7.0.2",
"react-reveal": "^1.2.2",
"react-router-config": "^5.1.1", "react-router-config": "^5.1.1",
"react-router-dom": "6.3.0", "react-router-dom": "6.3.0",
"react-use": "^15.3.4", "react-use": "^15.3.4",
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
width: 100vw; width: 100vw;
height: 82px; height: 82px;
background-color: rgba(0,0,0,0.4); background-color: rgba(0,0,0,0.4);
border: 1px solid #000000; // border: 1px solid #000000;
/// opacity: 0.6; /// opacity: 0.6;
position: absolute; position: absolute;
/* top: 10px; */ /* top: 10px; */
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
// box-shadow: 0px 15px 15px 3px rgba(140,142,145,0.52); // box-shadow: 0px 15px 15px 3px rgba(140,142,145,0.52);
border-radius: 10px; border-radius: 10px;
background: rgba(255, 255, 255, 0.5); background: rgba(255, 255, 255, 0.5);
border-radius: 15px 15px 0px 15px; border-radius: 15px 15px 15px 15px;
box-shadow: 0px 6px 18px 0px rgb(25 61 79 / 35%); box-shadow: 0px 6px 18px 0px rgb(25 61 79 / 35%);
padding: 20px 0; padding: 20px 0;
top: -57px; top: -57px;
...@@ -146,7 +146,8 @@ ...@@ -146,7 +146,8 @@
text-align: center; text-align: center;
font-size: 20px; font-size: 20px;
font-weight: bold; font-weight: bold;
color: white; // color: white;
color: #838383;
margin-left: 15px; margin-left: 15px;
} }
...@@ -197,7 +198,7 @@ ...@@ -197,7 +198,7 @@
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
align-items: center; align-items: center;
box-shadow: 0px 1px 3px 0px rgba(235, 235, 235, 0.55); // box-shadow: 0px 1px 3px 0px rgba(235, 235, 235, 0.55);
.left-title { .left-title {
display: flex; display: flex;
......
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