@@ -60,19 +60,22 @@ export default {
<style lang="less" scoped>
.header {
- border-bottom: 1px solid #ff0000;
+ border-bottom: 1px solid #f1f1f1;
+ background-color: #242f42;
.left {
height: 60px;
line-height: 60px;
font-size: 25px;
font-family: cursive;
font-weight: bold;
+ color: #fff;
}
.right {
font-size: 20px;
- text-align: center;
+ text-align: right;
span {
padding: 0 10px;
i {