Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

62 rindas
898 B

  1. /* Pages/id/id.wxss */
  2. .hg{
  3. padding: 0;
  4. margin: 0;
  5. position: relative;
  6. width: 50px;
  7. height: 130px;
  8. top: 60vh;
  9. left: 60vw;
  10. bottom: env(safe-area-inset-bottom);
  11. }
  12. .navi{
  13. width: 40px;
  14. height: 30px;
  15. margin: 5px;
  16. padding-top: 10px;
  17. }
  18. .save{
  19. background-color: #7B8B6F;
  20. width: 33vw;
  21. height: 6vh;
  22. font-size: 30px;
  23. font-weight: 600;
  24. text-align: center;
  25. position: relative;
  26. top: 60vh;
  27. left: 26vw;
  28. margin: 0;
  29. padding: 0;
  30. }
  31. .info{
  32. position: relative;
  33. top: 10vh;
  34. left: 10vw;
  35. margin: 0;
  36. padding: 0;
  37. }
  38. .avatar{
  39. width: 20vw;
  40. background-color: #D8CAAF;
  41. height: 10vh;
  42. display: flex;
  43. align-items: center;
  44. justify-content: center;
  45. font-size: 20px;
  46. font-weight: 600;
  47. }
  48. .all{
  49. width: 20vw;
  50. height: 5vh;
  51. display: flex;
  52. align-items: center;
  53. justify-content: center;
  54. font-size: 20px;
  55. font-weight: 600;
  56. background-color: #D8CAAF;
  57. }