12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
|
/* pages/mine/product/recycle/productrecycle.wxss */
|
||
|
.btn-box {
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
justify-content: flex-end;
|
||
|
padding: 10rpx;
|
||
|
}
|
||
|
|
||
|
.btn {
|
||
|
padding: 10rpx 40rpx;
|
||
|
}
|