mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-08 07:32:11 +08:00
11 lines
197 B
Plaintext
11 lines
197 B
Plaintext
.card-bar-container{
|
|
padding:16px 24px;
|
|
width: 100%;
|
|
.card-bar-content{
|
|
height: 88px;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
}
|