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