20 lines
310 B
Plaintext
20 lines
310 B
Plaintext
/* pages/meeting/meeting.wxss */
|
|
.select-list {
|
|
height: 92rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
background-color: #F5F5F5;
|
|
}
|
|
|
|
.select-item {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.select-item image {
|
|
width: 21rpx;
|
|
height: 12rpx;
|
|
margin-left: 20rpx;
|
|
} |