You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
1.0 KiB

  1. /* components/bill/bill.wxss */
  2. .navi{
  3. width: 40px;
  4. height: 30px;
  5. margin: 5px;
  6. padding-top: 10px;
  7. }
  8. .title{
  9. position: relative;
  10. top: 20px;
  11. left: 15px;
  12. font-size: 22px;
  13. font-weight: 900;
  14. color: #000;
  15. }
  16. .bill {
  17. display: block;
  18. padding: 0;
  19. margin: 0;
  20. position: relative;
  21. top: -5px;
  22. }
  23. .share{
  24. position: relative;
  25. padding: 20px;
  26. margin: 10px;
  27. top:10px;
  28. font-size: 17px;
  29. }
  30. .display{
  31. width: 19px;
  32. height: 19px;
  33. }
  34. .content{
  35. text-align: center;
  36. width: 324px;
  37. padding-bottom: 20px;
  38. }
  39. .add{
  40. color: #7B8B6F;
  41. font-weight: 900;
  42. background-color: #F0EBE5;
  43. width: 40px;
  44. height: 40px;
  45. align-items: center;
  46. justify-items: center;
  47. text-align: center;
  48. position: relative;
  49. top:20px;
  50. }
  51. button {
  52. margin-left: 10px;
  53. padding-left: 10px;
  54. position: inherit;
  55. background: inherit;
  56. font-weight: bolder;
  57. }
  58. button:after {
  59. content: none;
  60. }
  61. button::after {
  62. border: none;
  63. }