提交 4c3aac66 编写于 作者: 张磊's avatar 张磊

add my expert

上级 7ae577ec
...@@ -117,94 +117,68 @@ export default { ...@@ -117,94 +117,68 @@ export default {
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
} }
} .coop-item {
.coop-item {
display: flex;
width: 100%;
height: 128px;
border-bottom: 1px solid #f0f0f0;
background: #fff;
flex-direction: row;
justify-content: center;
align-items: center;
img {
width: 115px;
height: 86px;
margin-right: 15px;
border-radius: 3px;
}
&-left {
display: flex;
position: relative;
top: 0;
}
&-right {
display: flex; display: flex;
width: 215px; width: 100%;
flex-direction: column; height: 128px;
padding-top: 4px; border-bottom: 1px solid #f0f0f0;
&-title { background: #fff;
height: 50px; flex-direction: row;
line-height: 23px; justify-content: center;
font-size: 16px; align-items: center;
font-weight: 700; img {
color: rgba(55, 56, 57, 1); width: 115px;
height: 86px;
margin-right: 15px;
border-radius: 3px;
}
&-left {
display: flex;
position: relative;
top: 0;
} }
&-other { &-right {
height: 20px; display: flex;
line-height: 20px; width: 215px;
font-size: 13px; flex-direction: column;
font-weight: 400; padding-top: 4px;
color: rgba(151, 152, 153, 1); &-title {
& > img { height: 50px;
position: relative; line-height: 23px;
top: 2px; font-size: 16px;
left: 0; font-weight: 700;
width: 15px; color: rgba(55, 56, 57, 1);
height: 15px;
margin-right: 0;
} }
.pro-status { &-other {
float: right; display: flex;
height: 20px;
line-height: 20px;
font-size: 13px; font-size: 13px;
padding-right: 4px; font-weight: 400;
color: #979899; color: rgba(151, 152, 153, 1);
& > img {
&.continue { position: relative;
color: #449284; top: 2px;
left: 0;
width: 15px;
height: 15px;
margin-right: 0;
} }
&.end { .pro-status {
float: right;
font-size: 13px;
padding-right: 4px;
color: #979899; color: #979899;
&.continue {
color: #449284;
}
&.end {
color: #979899;
}
} }
} }
} }
} }
} }
.update-dialog-content {
padding: 0 15px;
box-sizing: border-box;
.title {
text-align: center;
color: #373839;
font-size: 18px;
padding: 15px 0;
line-height: 25px;
}
.update-btn {
text-align: center;
height: 55px;
line-height: 55px;
font-size: 16px;
color: #979899;
&.confirm-btn {
color: #449284;
}
&.v-hairline-top::after {
border-top-width: 1px;
}
}
}
// .van-overlay{
// background-color: rgba(0,0,0,0.5);
// }
</style> </style>
...@@ -31,7 +31,7 @@ export default { ...@@ -31,7 +31,7 @@ export default {
}, },
data() { data() {
return { return {
token: 'D8E0930EAB3E481B9CCA2ECBD2146BAD', token: '49BF2DBB074D422CB285A9271B8F5FBB',
title: '学情报告', title: '学情报告',
projectList: [], projectList: [],
isShowKf: true, isShowKf: true,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册