提交 77e12742 authored 作者: lihuihui's avatar lihuihui

update

上级 d7354e2b
......@@ -2,8 +2,8 @@
<div class="app-header">
<div class="title">
<img src="https://webapp-pub.ezijing.com/x-training-new/fd-logo.png" alt="" class="logo">
<router-link to="/">{{ title }}</router-link>
</div>
<router-link to="/" class="title-text">{{ title }}</router-link>
<div class="tool">
<el-dropdown>
<div class="user">
......@@ -60,8 +60,9 @@ export default {
height: 80px;
padding: 0 30px;
background-color: #fff;
position: relative;
.logo{
height: 60%;
height: 70%;
margin-right: 30px;
display: block;
}
......@@ -78,6 +79,15 @@ export default {
display: flex;
align-items: center;
}
.title-text{
font-size: 22px;
font-weight: 600;
color: #222;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.nav {
margin-left: 20px;
......
<template>
<app-container title="学员须知">
<div class="notice-title">
<!-- <div class="notice-title">
尊敬的学员:<br />
您好!欢迎参加金融数据合规管理课程及考试。请认真阅读以下须知。预祝大家学习愉快,考试顺利!
</div>
</div> -->
<div class="apply">
<div class="apply__title">申请流程</div>
<!-- <div class="apply__title">申请流程</div> -->
<img src="https://webapp-pub.ezijing.com/project/cert/notice-img1.png" alt="" />
<div class="apply__tips">(提示:请在个人中心核对姓名信息,需真实准确,与证书保持一致)</div>
</div>
......@@ -34,7 +34,7 @@ export default {}
margin-left: 35px;
}
.apply {
margin-top: 67px;
margin-top: 27px;
.apply__title {
font-size: 16px;
color: #424242;
......@@ -64,9 +64,10 @@ export default {}
line-height: 34px;
color: rgba(137, 137, 137, 1);
margin-left: 46px;
font-weight: bold;
span{
color: rgba(102, 102, 102, 1);
font-weight: bold;
font-weight: normal;
}
}
}
......
import axios from 'axios'
import qs from 'qs'
import { Message } from 'element-ui'
import router from '@/router'
// import router from '@/router'
const httpRequest = axios.create({
baseURL: import.meta.env.VITE_BASE_URL,
timeout: 60000,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论