Files
decode-mini-app-new/wx214944c362629fc7/pages/flow/checkout.wxss
2024-08-22 12:53:28 +08:00

18 lines
318 B
Plaintext

.checkout_list {
background: #fff;
border-bottom: 1rpx solid #eee;
padding: 10px 15px 2px;
}
.checkout_list .flow-shopList {
border-bottom: 1rpx solid #eee;
padding: 5rpx 0 10rpx;
}
.checkout_list .flow-shopList:last-child {
border-bottom: 0;
}
.flow-header-left {
padding-left: 90rpx;
}