syshxcx/pages/serve/orgList.wxss
dong_bo0602 a1f9e23f6d 0607
2022-06-07 15:43:05 +08:00

38 lines
419 B
Plaintext

.container{
background-color: #fff;
}
.org-box{
display: flex;
justify-content: space-between;
border-bottom: 1px solid #DDD;
padding: 20rpx 0;
}
.org-box:last-child{
border-bottom: none;
}
.org-box image{
width: 120rpx;
height: 120rpx;
}
.org-info{
width: 570rpx;
}
.org-name{
font-size: 34rpx;
font-weight: bold;
line-height: 70rpx;
}
.org-count{
font-size: 28rpx;
color: #bbb;
}