26 lines
360 B
CSS
26 lines
360 B
CSS
.container {
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
}
|
|
.header {
|
|
display: flex;
|
|
}
|
|
.label {
|
|
margin-right: 20rpx;
|
|
margin-left: 29rpx;
|
|
}
|
|
.body {
|
|
background-color: #FFFFFF;
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
.item {
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin: 0 24rpx;
|
|
}
|
|
.active {
|
|
transform: rotate(180deg);
|
|
} |