12 lines
210 B
Plaintext
12 lines
210 B
Plaintext
|
|
.link-example {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-evenly;
|
||
|
|
height: 96rpx;
|
||
|
|
background-color: var(--bg-color-demo);
|
||
|
|
}
|
||
|
|
|
||
|
|
.link-example:not(:last-child) {
|
||
|
|
margin-bottom: 32rpx;
|
||
|
|
}
|