You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
565 B
31 lines
565 B
.organization {
|
|
width: 100%;
|
|
min-height: calc(100vh - 100vh);
|
|
box-sizing: border-box;
|
|
padding: 20rpx;
|
|
}
|
|
.organization .item {
|
|
width: 100%;
|
|
height: 100rpx;
|
|
border-radius: 16rpx;
|
|
background: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
padding: 0 20rpx;
|
|
}
|
|
.organization .item + .item {
|
|
margin-top: 20rpx;
|
|
}
|
|
.organization .item .name {
|
|
color: #333;
|
|
font-size: 34rpx;
|
|
}
|
|
.organization .item image {
|
|
width:18rpx;
|
|
height: 24rpx;
|
|
}
|
|
.organization .hover-item {
|
|
background: #f7f7f7;
|
|
}
|