10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
/* pages/databaseGuide/databaseGuide.wxss */
|
|
|
|
@import "../../style/guide.wxss";
|
|
|
|
.guide .counter {
|
|
margin-top: 50rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-content: space-between;
|
|
} |