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

update

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