index.css 677 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .footer{
  2. position: fixed;
  3. bottom: 50px;
  4. width: 100%;
  5. }
  6. .jiesuan {
  7. height: 50px;
  8. display: flex;
  9. font-size: 14px;
  10. align-items: center;
  11. background-color: #fff;
  12. }
  13. .jiesuan-checkbox_label {
  14. color: #323233;
  15. margin-left: 10px;
  16. vertical-align: middle;
  17. line-height: 20px;
  18. }
  19. .jiesuan-total {
  20. flex: 1;
  21. font-weight: 500;
  22. text-align: right;
  23. color: #323233;
  24. padding-right: 12px;
  25. }
  26. .jiesuan-total_price {
  27. color: #f44;
  28. font-size: 18px;
  29. }
  30. .jiesuan-button {
  31. width: 110px;
  32. height: 100%;
  33. color: #fff;
  34. background-color: #f44;
  35. border: 1px solid #f44;
  36. font-size: 16px;
  37. text-align: center;
  38. }