28 lines
441 B
Plaintext
28 lines
441 B
Plaintext
/* pages/shop/myOrder.wxss */
|
|
.filterbar {
|
|
position: fixed;
|
|
top: 0;
|
|
width: 100%;
|
|
padding: 10px 20px;
|
|
background-color: white;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.container {
|
|
padding: 20px 8vw;
|
|
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.order-card {
|
|
border-radius: 12px;
|
|
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
|
|
margin: 10px 0;
|
|
padding: 15px 20px;
|
|
}
|
|
|
|
.order-info-key {
|
|
display: inline-block;
|
|
min-width: 90px;
|
|
}
|