12345678910111213141516171819202122232425262728293031323334 |
- @import '/app.wxss';
- .orderGoods {
- width: 100%;
- margin: 0 auto;
- /* border-radius: 16rpx; */
- background-color: #fff;
- /* margin-top: 38rpx; */
- margin-bottom: 15rpx;
- }
- .orderGoods .total {
- width: 100%;
- height: 86rpx;
- padding: 0 30rpx;
- /* border-bottom: 2rpx solid #f0f0f0; */
- font-size: 30rpx;
- color: #282828;
- line-height: 86rpx;
- padding-left: 0;
- }
- .goodWrapper .item{
- margin-left: 0!important;
- }
- .goodWrapper .item .text{
- width: 460rpx!important;
- }
- .goodWrapper .item .text .name {
- width:390rpx!important;
- }
- .goodWrapper .item{
- border-bottom: 0!important;
- }
|