34 lines
449 B
Plaintext
34 lines
449 B
Plaintext
.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;
|
|
} |