Commit 8c49687d authored by Yuan Zhixiang's avatar Yuan Zhixiang
Browse files

添加中南大学相关信息

parent 455d07d7
Pipeline #47 failed with stages
in 0 seconds
......@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>C-Render</title>
<title>中南大学程序设计学习及评测平台</title>
</head>
<body>
<div id="app"></div>
......
......@@ -155,6 +155,10 @@ provide('loading', loading)
</script>
<template>
<div class="oj-logo">
<img src="@/assets/ojlogo.png" style="height: 100%;">
</div>
<div class="out-out-container">
<div class="out-container">
<div class="out-big-box">
......@@ -193,11 +197,18 @@ provide('loading', loading)
</template>
<style scoped>
.oj-logo {
height: 3rem;
margin: 0;
background-color: #186299;
}
.out-out-container {
/* 黑魔法,勿动 */
height: calc(100% - 1rem);
height: calc(100% - 4rem);
width: calc(100% - 1rem);
padding: 0.5rem;
margin: 0;
}
.out-container {
......
Supports Markdown
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