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.

52 lines
773 B

  1. /* components/note/note.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. .note {
  17. display: block;
  18. padding: 0;
  19. margin: 0;
  20. position: relative;
  21. top: -5px;
  22. }
  23. .note-edit{
  24. background-color: #D8CAAF;
  25. width: 450rpx;
  26. height: 700rpx;
  27. position: relative;
  28. padding: 0;
  29. margin: 0;
  30. top: 100rpx;
  31. left: 100rpx;
  32. }
  33. .note-img{
  34. width: 38px;
  35. height: 35px;
  36. position: relative;
  37. top: 100rpx;
  38. left: 100rpx;
  39. padding-top: 20px;
  40. margin: 0;
  41. }
  42. .note-img-txt{
  43. text-align: center;
  44. color: #7B8B6F;
  45. position: relative;
  46. top: 100rpx;
  47. }