You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
318 B
Plaintext

/* pages/merchantManagement/index.wxss */
page {
/* padding: 0 10px; */
}
.merchantManagement {
margin-top: 10px;
margin-bottom: 16px;
border-radius: 8px;
overflow: hidden;
}
.sub {
height: 56px;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #fff;
padding: 0 10px;
}