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

11

parent 1df78caa
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<el-form-item label="收件人电话" prop="phone"> <el-form-item label="收件人电话" prop="phone">
<el-input <el-input
v-model="addressForm.phone" v-model="addressForm.phone"
placeholder="填写真实姓名" placeholder="填写真实电话"
size="small" size="small"
clearable clearable
></el-input> ></el-input>
...@@ -189,7 +189,8 @@ export default { ...@@ -189,7 +189,8 @@ export default {
}; };
}, },
created() { created() {
// this.$emit("getStatus", false, 2); this.getSchool();
this.getProAndCity();
}, },
watch: {}, watch: {},
methods: { methods: {
......
...@@ -70,39 +70,74 @@ export default { ...@@ -70,39 +70,74 @@ export default {
// background: #ffffff; // background: #ffffff;
// width: 856px; // width: 856px;
// 空状态
// .title {
// padding: 50px;
// .homework_titile {
// font-size: 24px;
// font-weight: 500;
// color: #1b1419;
// line-height: 24px;
// margin-bottom: 40px;
// text-align: center;
// }
// }
// .content_empty {
// padding-bottom: 200px;
// p,
// div {
// text-align: center;
// }
// }
// 有作业时候F
.title { .title {
padding: 50px; padding: 50px 50px 20px 50px;
.homework_titile { .homework_titile {
font-size: 24px; font-size: 24px;
font-weight: 500; font-weight: 500;
color: #1b1419; color: #1b1419;
line-height: 24px; line-height: 24px;
margin-bottom: 40px;
text-align: center; text-align: center;
} }
} }
// 空状态
// .content_empty {
// padding-bottom: 200px;
// p,
// div {
// text-align: center;
// }
// }
// 有作业时候
.home_content { .home_content {
padding-bottom: 200px; padding-bottom: 200px;
font-size: 14px; font-size: 13px;
.each_content { .each_content {
padding: 25px 30px; padding: 25px 30px;
background-color: #eceaea; background-color: #eceaea;
margin: 0 30px;
// border-radius: 25px;
.top { .top {
margin-bottom: 10px;
justify-content: space-between; justify-content: space-between;
.homework_name {
div {
padding: 7px 20px 7px 0;
}
span {
background-color: white;
padding: 7px 15px;
border-radius: 45px;
font-size: 10px;
}
}
} }
.line { .line {
border-bottom: 1px solid; border-bottom: 1px solid;
} }
.bottom {
//+ 相邻选择器
// p+div{
// font-size: 20px;
// }
.time > div {
margin-right: 20px;
}
}
} }
} }
} }
......
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