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

修改基地相关

parent e2ac4e4e
.btn {
padding-bottom: 0 !important;
}
.referInfo {
padding-top: 162px !important
}
.referInfo {
padding: 0 50px 110px 50px;
.checkForm {
flex: 1;
.cont_title {
height: 48px;
line-height: 48px;
......@@ -13,6 +17,7 @@
font-weight: 500;
color: #12141c;
}
.tipsMsg {
padding: 0 10px;
margin-bottom: 15px;
......@@ -20,10 +25,13 @@
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;
......@@ -32,19 +40,24 @@
font-family: PingFang SC;
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 {
min-height: 40px;
line-height: 40px;
......@@ -61,6 +74,7 @@
}
}
}
// 圆
.el-radio-group {
.el-radio {
......@@ -74,6 +88,7 @@
height: 20px;
line-height: 20px;
border-radius: 50%;
&:hover {
border-color: var(--color);
}
......@@ -103,10 +118,12 @@
}
&.bgPic {
// height: 260px;
.el-form-item__label {
font-size: 14px;
}
.bgInfo {
font-size: 12px;
font-family: PingFang SC;
......@@ -115,22 +132,27 @@
line-height: 24px;
}
}
.el-select {
width: 100%;
}
.image_add {
position: relative;
margin-top: 24px;
.image_in {
.limit_10 {
display: none;
}
.el-upload-list--picture-card {
.item_img {
width: 100%;
}
}
}
//去除upload组件过渡效果 css
.el-upload-list__item {
transition: none !important;
......@@ -138,15 +160,19 @@
.is-ready {
display: none;
}
div {
height: 100%;
}
}
.el-upload--picture-card {
display: inline-block;
}
.el-upload {
position: relative;
.el-icon-circle-plus {
font-size: 52px;
color: var(--color);
......@@ -156,10 +182,12 @@
transform: translate(-50%, -50%);
}
}
i {
font-size: 22px;
color: #ffffff;
}
.text {
font-size: 14px;
color: #a7a2a6;
......@@ -168,4 +196,4 @@
}
}
}
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -551,11 +551,13 @@
</el-option>
</el-select>
</el-form-item>
<div class="tipsMsg" v-show="$store.state.baseSchool==1">如果没有您所在的学校,请选填其他</div>
</el-col>
<div class="tipsMsg">
<div class="tipsMsg" v-show="$store.state.baseSchool==0">
如果没有您所在学校,请联系邮箱:ydhdservice@163.com
</div>
<el-col :span="12">
<el-form-item label="中学联系人" prop="school_contacts">
<el-input
......
......@@ -12,11 +12,11 @@
// export const SERVER_WS_URL = 'wss://api1.testgate.cn' // websocket
// 正式
// export const 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_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_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_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
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