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.

24 lines
358 B

  1. /* components/checked/checked.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. .checked {
  17. display: block;
  18. padding: 0;
  19. margin: 0;
  20. position: relative;
  21. top: -5px;
  22. }