25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
852 B

  1. /* Pages/menu/new_usr.wxss */
  2. .header{
  3. background-color: #7B8B6F;
  4. height: 3vh;
  5. }
  6. .skip{
  7. float: right;
  8. background-color: #D8CAAF;
  9. font-size: 32px;
  10. font-weight: bold;
  11. margin: 10px;
  12. }
  13. .skip text{
  14. padding: 10px;
  15. }
  16. .guide{
  17. font-size: 30px;
  18. font-weight: bold;
  19. text-align: center;
  20. align-items: center;
  21. justify-content: center;
  22. padding-bottom: 30px;
  23. }
  24. .list{
  25. font-size: 30px;
  26. font-weight: bold;
  27. margin-top: 6vh;
  28. }
  29. .selected{
  30. background-color: #D8CAAF;
  31. height: 5vh;
  32. width: 50vw;
  33. margin-left: 100px;
  34. color: rgba(0, 0, 0, 0.5);
  35. font-size: 26px;
  36. }
  37. .place{
  38. color: rgba(0, 0, 0, 0.5);
  39. font-size: 26px;
  40. }
  41. .OK{
  42. background-color: #7B8B6F;
  43. font-size: 28px;
  44. font-weight: bold;
  45. margin: 10px;
  46. width: 150px;
  47. height: 40px;
  48. margin: 50px;
  49. }