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.

57 lines
860 B

  1. /* components/message/message.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. .icon {
  17. position: relative;
  18. top: 10vh;
  19. padding: 5vw;
  20. width: 40%;
  21. justify-content: center;
  22. text-align: center;
  23. align-items: center;
  24. flex: 1;
  25. flex-direction: column;
  26. }
  27. .icon-image {
  28. height: 40px;
  29. width: 40px;
  30. justify-content: center;
  31. align-items: center;
  32. float: left;
  33. padding: 5px;
  34. }
  35. .icon-text {
  36. padding: 0;
  37. margin-inline: 10vw;
  38. position: relative;
  39. top: 2vh;
  40. font-weight: bolder;
  41. font-size: 22px;
  42. text-align: center;
  43. }
  44. .icon-button {
  45. float: right;
  46. font-size: large;
  47. font-weight: 600;
  48. color: #7b8b6f;
  49. margin-right: 5vw;
  50. width: 40px;
  51. height: 40px;
  52. text-align: center;
  53. }