tm-cartCellListFood.wxss 697 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .jiarugouwuche image {
  2. width: 28px !important;
  3. height: 28px !important;
  4. }
  5. .qiangwang {
  6. width: 100px;
  7. height: 28px;
  8. background: #303440;
  9. border: 1px solid white;
  10. font-size: 13px;
  11. text-align: center;
  12. color: white;
  13. line-height: 28px;
  14. border-radius: 5px;
  15. margin-top: 30px;
  16. }
  17. .fukuan {
  18. color: white;
  19. font-size: 14px;
  20. background: #303440;
  21. padding: 4px 15px 4px 15px;
  22. border-radius: 40px;
  23. }
  24. .shanchu {
  25. width: 25px;
  26. height: 25px;
  27. float: right;
  28. }
  29. .genghuan {
  30. color: #EBEBEB;
  31. font-size: 14px;
  32. background: #303440;
  33. border-radius: 6px;
  34. width: 60px;
  35. height: 27px;
  36. border: 1px solid #EBEBEB;
  37. text-align: center;
  38. line-height: 27px;
  39. margin-top: 8px;
  40. }