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

111

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