index.wxss 594 B

12345678910111213141516171819202122232425262728293031323334
  1. @import '/app.wxss';
  2. .orderGoods {
  3. width: 100%;
  4. margin: 0 auto;
  5. /* border-radius: 16rpx; */
  6. background-color: #fff;
  7. /* margin-top: 38rpx; */
  8. margin-bottom: 15rpx;
  9. }
  10. .orderGoods .total {
  11. width: 100%;
  12. height: 86rpx;
  13. padding: 0 30rpx;
  14. /* border-bottom: 2rpx solid #f0f0f0; */
  15. font-size: 30rpx;
  16. color: #282828;
  17. line-height: 86rpx;
  18. padding-left: 0;
  19. }
  20. .goodWrapper .item{
  21. margin-left: 0!important;
  22. }
  23. .goodWrapper .item .text{
  24. width: 460rpx!important;
  25. }
  26. .goodWrapper .item .text .name {
  27. width:390rpx!important;
  28. }
  29. .goodWrapper .item{
  30. border-bottom: 0!important;
  31. }