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

77 lines
1.1 KiB

  1. /* Pages/HGBot/Rd/Rd.wxss */
  2. .ques{
  3. position: absolute;
  4. margin: 10px;
  5. padding: 10px;
  6. left: 11px;
  7. top: 90px;
  8. font-size: 22px;
  9. text-align: center;
  10. color: #000;
  11. font-size: 22px;
  12. }
  13. .choose{
  14. position: absolute;
  15. padding: 15px;
  16. margin: 5px;
  17. left: 31px;
  18. top: 217px;
  19. font-size: 22px;
  20. text-align: center;
  21. color: #000;
  22. display: flex;
  23. }
  24. .result{
  25. position: absolute;
  26. padding:15px;
  27. margin:10px;
  28. left: 30%;
  29. top: 276px;
  30. font-size: 22px;
  31. text-align: center;
  32. color: #000;
  33. }
  34. .button1{
  35. width: 102px;
  36. height: 42px;
  37. position: absolute;
  38. left: 49px;
  39. top: 350px;
  40. background: #d8caaf;
  41. }
  42. .OK{
  43. position: absolute;
  44. left: 79px;
  45. top: 357px;
  46. font-size: 20px;
  47. text-align: center;
  48. color: #000;
  49. }
  50. .button2{
  51. width: 102px;
  52. height: 42px;
  53. position: absolute;
  54. left: 222px;
  55. top: 350px;
  56. background: #d8caaf;
  57. }
  58. .change{
  59. position: absolute;
  60. left: 248px;
  61. top: 357px;
  62. font-size: 20px;
  63. text-align: center;
  64. color: #000;
  65. }
  66. .hg{
  67. position:absolute;
  68. left: 100px;
  69. top: 430px;
  70. }