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

样式优化等

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