city_card/pages/serve/orgList.wxss

34 lines
449 B
Plaintext
Raw Permalink Normal View History

2023-07-15 14:25:28 +08:00
.container {
background-color: #fff;
}
.org-box {
border-bottom: 1px solid #ddd;
display: flex;
justify-content: space-between;
padding: 20rpx 0;
}
.org-box:last-child {
border-bottom: none;
}
.org-box image {
height: 120rpx;
width: 120rpx;
}
.org-info {
width: 570rpx;
}
.org-name {
font-size: 34rpx;
font-weight: 700;
line-height: 70rpx;
}
.org-count {
color: #bbb;
font-size: 28rpx;
}