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

11

parent 96e229bc
.btn {
padding-bottom: 0 !important;
}
.referInfo {
padding: 0 50px 110px 50px;
.checkForm {
flex: 1;
.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;
}
::v-deep .el-form-item {
margin-bottom: 20px;
.el-form-item__label {
height: 32px;
line-height: 32px;
font-size: 12px;
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;
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 {
color: #656872;
}
.el-radio__input {
.el-radio__inner {
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 50%;
&:hover {
border-color: var(--color);
}
}
&.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 {
text-align: center;
}
}
&.bgPic {
// height: 260px;
.el-form-item__label {
font-size: 14px;
}
.bgInfo {
font-size: 12px;
font-family: PingFang SC;
font-weight: 500;
color: #a7a2a6;
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;
.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);
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
.com-container{
width: 60%;
max-width: 1160px;
width: 81%;
max-width: 1576px;
min-width: 1050px;
//min-width: 960px;
padding: 0 40px;
margin: 0 auto;
}
\ No newline at end of file
......@@ -567,7 +567,7 @@ export default {
let signUpFile = window.localStorage.getItem(
"sign_up_file_" + window.localStorage.getItem("phone" + code) + code
);
console.log(signUpFile);
// console.log(signUpFile);
if (signUpFile && JSON.parse(signUpFile).length > 0) {
this.fileList = JSON.parse(signUpFile);
}
......@@ -900,7 +900,7 @@ export default {
let code = this.$store.state.indexIdentity;
window.localStorage.setItem(
"sign_up_file_" +
+window.localStorage.getItem("phone" + code),
+window.localStorage.getItem("phone" + code)+code,
JSON.stringify(this.fileList)
);
})
......@@ -1026,175 +1026,5 @@ export default {
<style scoped lang="scss">
@import "a/scss/btn";
.btn {
padding-bottom: 0 !important;
}
.referInfo {
padding: 0 50px 110px 50px;
.checkForm {
flex: 1;
.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;
}
::v-deep .el-form-item {
margin-bottom: 20px;
.el-form-item__label {
height: 32px;
line-height: 32px;
font-size: 12px;
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;
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 {
color: #656872;
}
.el-radio__input {
.el-radio__inner {
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 50%;
&:hover {
border-color: var(--color);
}
}
&.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 {
text-align: center;
}
}
&.bgPic {
// height: 260px;
.el-form-item__label {
font-size: 14px;
}
.bgInfo {
font-size: 12px;
font-family: PingFang SC;
font-weight: 500;
color: #a7a2a6;
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;
.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);
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;
}
}
}
}
}
@import "a/scss/SignUp/referInfo";
</style>
......@@ -186,7 +186,7 @@ export function request(config) {
instance.interceptors.response.use(
(res) => {
console.log(res, '11111')
// console.log(res, '11111')
// console.log(res.data.code, 'res.data.code')
if (res.data.code == 400034 ||
res.data.code == 400035 ||
......
......@@ -133,7 +133,7 @@ export default {
},
// status=4,跳到审核页面;status=3时,根据doubt_check做判断
signUpInit(status_val) {
console.log(111111);
// console.log(111111);
// console.log(status_val, "11111");
// console.log(isNexts, "2222");
signUpInit({}).then((res) => {
......
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