diff --git a/public/image/sdu_icon.png b/public/image/sdu_icon.png index 2f61535..e9f526a 100644 Binary files a/public/image/sdu_icon.png and b/public/image/sdu_icon.png differ diff --git a/src/App.css b/src/App.css index a2d0bb6..d52fc86 100644 --- a/src/App.css +++ b/src/App.css @@ -3,13 +3,14 @@ a.btn { } .btn { color: white !important; - border-radius: .3rem; - padding: .375rem 0; - font-size: 1.1rem; + border-radius: .3em; + padding: .375em 0; + font-size: 1.1em; cursor: pointer; transition: filter .3s ease-out; width: 5em; text-align: center; + font-size: 18px; } .btn:disabled { cursor: not-allowed; diff --git a/src/upload/upload.css b/src/upload/upload.css index 99e557c..b855635 100644 --- a/src/upload/upload.css +++ b/src/upload/upload.css @@ -1,20 +1,27 @@ .banner { - height: 60px; + height: 80px; width: 100%; display: flex; justify-content: space-between; + padding: 10px 80px; + box-sizing: border-box; + background-color: #9D0004; } .sdu, .user { height: 100%; display: flex; + align-items: center; } .sdu-logo, .user-logo { height: 100%; } -.sdu-name, +.sdu-name { + height: 40px; + margin-left: 10px; +} .user-name { height: 100%; line-height: 60px; diff --git a/src/upload/upload.js b/src/upload/upload.js index a29fe21..23d8f1a 100644 --- a/src/upload/upload.js +++ b/src/upload/upload.js @@ -5,6 +5,7 @@ import UploadUnit from '../components/UploadUnit/UploadUnit'; import { post } from '../helper/axios'; import { apis } from '../helper/apis'; import { alert } from '../helper/alert'; +import { images } from '../resources.json'; import './upload.css'; @@ -56,8 +57,8 @@ export class UploadContainer extends Component {
- logo -
山东大学
+ logo +
avatar