index.wxss 906 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .container_bill{
  2. padding: 5px 0;
  3. }
  4. .bill_top{
  5. width: 90%;
  6. margin: 0 auto;
  7. font-size: 14px;
  8. color: #222;
  9. display: flex;
  10. margin-bottom: 10px;
  11. }
  12. .bill_top .top_style{
  13. width: 50%;
  14. }
  15. .input_style{
  16. width: 90%;
  17. height: 35px;
  18. margin: 0 auto;
  19. background: #efefef;
  20. border-radius: 3px;
  21. box-sizing: border-box;
  22. padding: 2px 5px;
  23. margin-top: 30px;
  24. }
  25. .money_num{
  26. width: 90%;
  27. margin: 0 auto;
  28. margin-top: 25px;
  29. display: flex;
  30. align-items: center;
  31. justify-content: space-between;
  32. margin-bottom: 100px;
  33. }
  34. .num_inner{
  35. width: 60px;
  36. height: 35px;
  37. line-height: 35px;
  38. background: #ebebeb;
  39. color: #ffffff;
  40. text-align: center;
  41. border-radius: 3px;
  42. }
  43. .blue_style{
  44. background: #7dc5eb;
  45. }
  46. .btn_box{
  47. width: 90%;
  48. margin: 0 auto;
  49. background: #1296db;
  50. color: #ffffff;
  51. font-size: 14px;
  52. text-align: center;
  53. height: 35px;
  54. border-radius: 3px;
  55. line-height: 35px;
  56. }