样式优化

This commit is contained in:
yanran200730
2022-06-11 12:01:00 +08:00
parent e9712b6611
commit 4b3962fefa

View File

@@ -103,29 +103,39 @@ export default {
.item { .item {
width: 100%; width: 100%;
display: flex; display: flex;
align-items: center;
height: 110rpx;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
box-sizing: border-box;
&:last-child {
border: none;
}
.check-img { .check-img {
width: 44px; width: 44px;
height: 44px; height: 44px;
margin: 32px 32px 0 0; margin-right: 32px;
} }
.voice-img { .voice-img {
width: 48px; width: 48px;
height: 48px; height: 48px;
margin: 28px 16px 0 0; margin-right: 16px;
} }
.info { .info {
width: calc(100% - 160px); flex: 1;
padding: 18px 0;
line-height: 44px;
font-size: 34px; font-size: 34px;
padding-right: 32px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center;
box-sizing: border-box;
.text { .text {
line-height: 1;
p { p {
font-family: PingFang-SC-Medium, PingFang-SC; font-family: PingFang-SC-Medium, PingFang-SC;
font-weight: 500; font-weight: 500;