提交 88cc27c6 编写于 作者: guangjun.yang's avatar guangjun.yang

样式优化等

上级 62e1e795
...@@ -318,7 +318,8 @@ export default { ...@@ -318,7 +318,8 @@ export default {
.van-collapse-item { .van-collapse-item {
.van-cell { .van-cell {
margin: 9px auto 0 auto; margin: 9px auto 0 auto;
width: 345px; // width: 345px;
width: 100%;
min-height: 48px; min-height: 48px;
border-radius: 6px; border-radius: 6px;
} }
...@@ -411,6 +412,8 @@ export default { ...@@ -411,6 +412,8 @@ export default {
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
.name { .name {
flex: 1;
width: 100px;
.name-img { .name-img {
position: relative; position: relative;
z-index: 9; z-index: 9;
...@@ -480,12 +483,12 @@ export default { ...@@ -480,12 +483,12 @@ export default {
} }
&-title { &-title {
// font-family: "PingFangSC-Medium", "PingFangSC", "Microsoft Yahei"; // font-family: "PingFangSC-Medium", "PingFangSC", "Microsoft Yahei";
width: 231px; // width: 231px;
font-size: 15px; font-size: 15px;
font-weight: 700; font-weight: 700;
line-height: 22px; line-height: 22px;
color: #333333; color: #333333;
float: left; // float: left;
} }
&-title-no { &-title-no {
color: #979899; color: #979899;
......
...@@ -367,7 +367,8 @@ export default { ...@@ -367,7 +367,8 @@ export default {
.van-collapse-item { .van-collapse-item {
.van-cell { .van-cell {
margin: 9px auto 0 auto; margin: 9px auto 0 auto;
width: 345px; // width: 345px;
width: 100%;
min-height: 48px; min-height: 48px;
border-radius: 6px; border-radius: 6px;
} }
......
...@@ -38,7 +38,8 @@ export default { ...@@ -38,7 +38,8 @@ export default {
display: flex; display: flex;
margin: 10px 15px 0 15px; margin: 10px 15px 0 15px;
img { img {
width: 345px; // width: 345px;
width: 100%;
height: 70px; height: 70px;
} }
} }
......
...@@ -106,7 +106,8 @@ export default { ...@@ -106,7 +106,8 @@ export default {
// justify-content: space-between; // justify-content: space-between;
.comp-text { .comp-text {
position: relative; position: relative;
width: 345px; // width: 345px;
width: 100%;
overflow: hidden; overflow: hidden;
} }
} }
......
...@@ -75,12 +75,15 @@ export default { ...@@ -75,12 +75,15 @@ export default {
border-radius: 50%; border-radius: 50%;
} }
.leader-text { .leader-text {
flex: 1;
width: 100px;
margin-left: 16px; margin-left: 16px;
margin-top: 6px; margin-top: 6px;
.leader-con { .leader-con {
line-height: 14px; line-height: 14px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
white-space: nowrap;
span { span {
font-size: 16px; font-size: 16px;
color: #676869; color: #676869;
......
...@@ -58,12 +58,15 @@ export default { ...@@ -58,12 +58,15 @@ export default {
border-radius: 50%; border-radius: 50%;
} }
.leader-text { .leader-text {
flex: 1;
width: 100px;
margin-left: 16px; margin-left: 16px;
margin-top: 6px; margin-top: 6px;
.leader-con { .leader-con {
line-height: 14px; line-height: 14px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
white-space: nowrap;
span { span {
font-size: 16px; font-size: 16px;
color: #676869; color: #676869;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册