Commit f070952e authored by 杨梦雪's avatar 杨梦雪

111

parent 61ae9d3c
...@@ -21,12 +21,12 @@ ...@@ -21,12 +21,12 @@
<div class="copyRight"> <div class="copyRight">
<div> <div>
<a href="">Copyright © 2021 营地系统 版权所有</a> <a href="">Copyright © 2021 营地系统 版权所有</a>
<a target="_blank" href="https://beian.miit.gov.cn" <!-- <a target="_blank" href="https://beian.miit.gov.cn"
>京ICP备19058825号-3</a> >京ICP备19058825号-3</a>
<a <a
target="_blank" target="_blank"
href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802034612" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802034612"
>京公网安备 11010802034612号</a> >京公网安备 11010802034612号</a> -->
</div> </div>
</div> </div>
</div> </div>
...@@ -35,75 +35,75 @@ ...@@ -35,75 +35,75 @@
<script> <script>
/* eslint-disable */ /* eslint-disable */
export default { export default {
name: "Footer", name: "Footer",
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import "a/scss/common"; @import "a/scss/common";
.footer { .footer {
font-family: PingFang SC; font-family: PingFang SC;
font-size: 14px; font-size: 14px;
height: 169px; height: 169px;
background: #000000; background: #000000;
opacity: 0.9; opacity: 0.9;
line-height: 60px; line-height: 60px;
border-top: 1px solid #ccc; border-top: 1px solid #ccc;
.content { .content {
.contact_list { .contact_list {
display: flex; display: flex;
flex-flow: row; flex-flow: row;
align-items: center; align-items: center;
height: 88px; height: 88px;
margin: 0; margin: 0;
padding: 0; padding: 0;
li{ li {
font-size: 12px; font-size: 12px;
height: 14px; height: 14px;
line-height: 14px; line-height: 14px;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #FFFFFF; color: #ffffff;
list-style: none; list-style: none;
margin-right: 40px; margin-right: 40px;
span{ span {
margin: 0 15px 0 7px; margin: 0 15px 0 7px;
} }
&:last-child{ &:last-child {
margin-right: 0; margin-right: 0;
}
} }
} }
.line { }
width: 100%; .line {
height: 1px; width: 100%;
background: #ffffff; height: 1px;
opacity: 0.2; background: #ffffff;
} opacity: 0.2;
.copyRight { }
display: flex; .copyRight {
flex-flow: row; display: flex;
align-items: center; flex-flow: row;
height: 62px; align-items: center;
margin: 0; height: 62px;
padding: 0; margin: 0;
a { padding: 0;
font-size: 12px; a {
font-weight: 400; font-size: 12px;
margin-right: 20px; font-weight: 400;
color: #333333; margin-right: 20px;
text-decoration: none; color: #333333;
img { text-decoration: none;
width: 15px; img {
margin-top: -3px; width: 15px;
} margin-top: -3px;
&:hover { }
text-decoration: underline; &:hover {
} text-decoration: underline;
} }
} }
} }
} }
}
</style> </style>
...@@ -211,7 +211,7 @@ ...@@ -211,7 +211,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="6"> <el-col :span="6">
<el-form-item label=" " prop="school_city"> <el-form-item class="no_label" label=" " prop="school_city">
<el-select <el-select
ref="school_city" ref="school_city"
v-model="referForm.school_city" v-model="referForm.school_city"
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label=" " prop="school"> <el-form-item class="no_label" label=" " prop="school">
<el-select <el-select
ref="school" ref="school"
v-model="referForm.school" v-model="referForm.school"
...@@ -1002,16 +1002,20 @@ export default { ...@@ -1002,16 +1002,20 @@ export default {
font-weight: 500; font-weight: 500;
color: #12141c; color: #12141c;
} }
&.no_label .el-form-item__label:before {
content: "" !important;
}
.el-form-item__content { .el-form-item__content {
// height: 40px; // height: 40px;
// line-height: 40px; // line-height: 40px;
.el-input { .el-input {
height: 40px; height: 40px;
.el-input--small .el-input__inner {
min-height: 40px !important;
}
.el-input__inner { .el-input__inner {
height: 40px; min-height: 40px;
line-height: 40px; line-height: 40px;
border-radius: 4px; border-radius: 4px;
border: 1px solid #e1e3e6; border: 1px solid #e1e3e6;
......
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
// export const SERVER_WS_URL = "wss://123.56.237.167:20202"; // websocket // export const SERVER_WS_URL = "wss://123.56.237.167:20202"; // websocket
// 官网 // 官网
export const SERVER_URL = 'http://api1.testgate.cn' // 正式环境 export const SERVER_URL = 'https://api1.testgate.cn' // 正式环境
export const DEVELOPMENT_SERVER_URL = 'http://api1.testgate.cn' // 开发环境 export const DEVELOPMENT_SERVER_URL = 'https://api1.testgate.cn' // 开发环境
export const SERVER_WS_URL = 'ws://api1.testgate.cn' // websocket export const SERVER_WS_URL = 'wss://api1.testgate.cn' // websocket
// 剑桥官网 // 剑桥官网
// export const SERVER_URL = "https://api.testgate.cn"; // 正式环境 // export const SERVER_URL = "https://api.testgate.cn"; // 正式环境
// export const DEVELOPMENT_SERVER_URL = "https://api.testgate.cn"; //开发环境 // export const DEVELOPMENT_SERVER_URL = "https://api.testgate.cn"; //开发环境
......
Markdown is supported
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