Commit 9186b073 authored by 杨梦雪's avatar 杨梦雪

修改基地相关

parent e2ac4e4e
.btn { .btn {
padding-bottom: 0 !important; padding-bottom: 0 !important;
} padding-top: 162px !important
.referInfo { }
padding: 0 50px 110px 50px;
.checkForm { .referInfo {
flex: 1; padding: 0 50px 110px 50px;
.cont_title {
height: 48px; .checkForm {
line-height: 48px; flex: 1;
font-size: 18px;
.cont_title {
height: 48px;
line-height: 48px;
font-size: 18px;
font-family: PingFang SC;
font-weight: 500;
color: #12141c;
}
.tipsMsg {
padding: 0 10px;
margin-bottom: 15px;
font-size: 10px;
font-family: PingFang SC;
font-weight: 500;
color: #a7a2a6;
position: absolute;
top: 37%;
}
::v-deep .el-form-item {
margin-bottom: 20px;
height: 90px;
.el-form-item__label {
height: 32px;
line-height: 32px;
font-size: 12px;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #12141c; color: #12141c;
} }
.tipsMsg {
padding: 0 10px; &.no_label .el-form-item__label:before {
margin-bottom: 15px; content: "" !important;
font-size: 10px;
font-family: PingFang SC;
font-weight: 500;
color: #a7a2a6;
} }
::v-deep .el-form-item { .el-form-item__content {
margin-bottom: 20px; // height: 40px;
// line-height: 40px;
.el-form-item__label {
height: 32px; .el-input {
line-height: 32px; height: 40px;
font-size: 12px;
font-family: PingFang SC; .el-input--small .el-input__inner {
font-weight: 500; min-height: 40px !important;
color: #12141c; }
}
&.no_label .el-form-item__label:before { .el-input__inner {
content: "" !important; min-height: 40px;
} line-height: 40px;
.el-form-item__content { border-radius: 4px;
// height: 40px; border: 1px solid #e1e3e6;
// line-height: 40px; background-color: #ffffff;
.el-input { &:hover {
height: 40px; border-color: var(--color);
.el-input--small .el-input__inner {
min-height: 40px !important;
} }
.el-input__inner {
min-height: 40px; &:focus {
line-height: 40px; border-color: var(--color);
border-radius: 4px;
border: 1px solid #e1e3e6;
background-color: #ffffff;
&:hover {
border-color: var(--color);
}
&:focus {
border-color: var(--color);
}
} }
} }
// 圆 }
.el-radio-group {
.el-radio { // 圆
.el-radio__label { .el-radio-group {
color: #656872; .el-radio {
.el-radio__label {
color: #656872;
}
.el-radio__input {
.el-radio__inner {
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 50%;
&:hover {
border-color: var(--color);
}
} }
.el-radio__input { &.is-checked {
.el-radio__inner { .el-radio__inner {
width: 20px; background: #ffffff !important;
height: 20px; border-color: var(--color);
line-height: 20px;
border-radius: 50%; &::after {
&:hover { width: 7.5px;
border-color: var(--color); height: 7.5px;
} background: var(--color) !important;
}
&.is-checked {
.el-radio__inner {
background: #ffffff !important;
border-color: var(--color);
&::after {
width: 7.5px;
height: 7.5px;
background: var(--color) !important;
}
} }
} }
} }
} }
} }
} }
}
&.btn {
.el-form-item__content { &.btn {
text-align: center; .el-form-item__content {
} text-align: center;
} }
}
&.bgPic {
// height: 260px; &.bgPic {
.el-form-item__label {
font-size: 14px; // height: 260px;
} .el-form-item__label {
.bgInfo { font-size: 14px;
font-size: 12px;
font-family: PingFang SC;
font-weight: 500;
color: #a7a2a6;
line-height: 24px;
}
} }
.el-select {
width: 100%; .bgInfo {
font-size: 12px;
font-family: PingFang SC;
font-weight: 500;
color: #a7a2a6;
line-height: 24px;
} }
.image_add { }
position: relative;
margin-top: 24px; .el-select {
.image_in { width: 100%;
.limit_10 { }
display: none;
} .image_add {
.el-upload-list--picture-card { position: relative;
.item_img { margin-top: 24px;
width: 100%;
} .image_in {
} .limit_10 {
display: none;
} }
//去除upload组件过渡效果 css
.el-upload-list__item { .el-upload-list--picture-card {
transition: none !important; .item_img {
width: 100%;
.is-ready {
display: none;
}
div {
height: 100%;
} }
} }
.el-upload--picture-card { }
display: inline-block;
} //去除upload组件过渡效果 css
.el-upload { .el-upload-list__item {
position: relative; transition: none !important;
.el-icon-circle-plus {
font-size: 52px; .is-ready {
color: var(--color); display: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
} }
i {
font-size: 22px; div {
color: #ffffff; height: 100%;
} }
.text { }
font-size: 14px;
color: #a7a2a6; .el-upload--picture-card {
text-align: center; display: inline-block;
}
.el-upload {
position: relative;
.el-icon-circle-plus {
font-size: 52px;
color: var(--color);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} }
} }
i {
font-size: 22px;
color: #ffffff;
}
.text {
font-size: 14px;
color: #a7a2a6;
text-align: center;
}
} }
} }
} }
\ No newline at end of file }
\ No newline at end of file
...@@ -551,11 +551,13 @@ ...@@ -551,11 +551,13 @@
</el-option> </el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
<div class="tipsMsg" v-show="$store.state.baseSchool==1">如果没有您所在的学校,请选填其他</div>
</el-col> </el-col>
<div class="tipsMsg"> <div class="tipsMsg" v-show="$store.state.baseSchool==0">
如果没有您所在学校,请联系邮箱:ydhdservice@163.com 如果没有您所在学校,请联系邮箱:ydhdservice@163.com
</div> </div>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="中学联系人" prop="school_contacts"> <el-form-item label="中学联系人" prop="school_contacts">
<el-input <el-input
...@@ -978,7 +980,7 @@ export default { ...@@ -978,7 +980,7 @@ export default {
this.changeProvince(2, this.referForm.school_province, true); this.changeProvince(2, this.referForm.school_province, true);
// console.log(this.referForm.school_city, 12322); // console.log(this.referForm.school_city, 12322);
this.changeCity(this.referForm.school_city, true); this.changeCity(this.referForm.school_city, true);
// console.log(this.referForm.school_city, 12322); // console.log(this.referForm.school_city, 12322);
} }
}, },
}, },
......
...@@ -12,11 +12,11 @@ ...@@ -12,11 +12,11 @@
// export const SERVER_WS_URL = 'wss://api1.testgate.cn' // websocket // export const SERVER_WS_URL = 'wss://api1.testgate.cn' // websocket
// 正式 // 正式
// export const SERVER_URL = "https://api.campcenter.cn/"; // 正式环境 export const SERVER_URL = "https://api.campcenter.cn/"; // 正式环境
// export const DEVELOPMENT_SERVER_URL = "https://api.campcenter.cn/"; //开发环境 export const DEVELOPMENT_SERVER_URL = "https://api.campcenter.cn/"; //开发环境
// export const SERVER_WS_URL = "wss://api.campcenter.cn"; // websocket export const SERVER_WS_URL = "wss://api.campcenter.cn"; // websocket
// 测试 // 测试
export const SERVER_URL = "https://ying-test.campcenter.cn"; // 正式环境 // export const SERVER_URL = "https://ying-test.campcenter.cn"; // 正式环境
export const DEVELOPMENT_SERVER_URL = "https://ying-test.campcenter.cn/"; //开发环境 // export const DEVELOPMENT_SERVER_URL = "https://ying-test.campcenter.cn/"; //开发环境
export const SERVER_WS_URL = "wss://ying-test.campcenter.cn"; // websocket // export const SERVER_WS_URL = "wss://ying-test.campcenter.cn"; // websocket
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