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.

39 lines
654 B

  1. .ask{
  2. width: 282px;
  3. height: 58px;
  4. position: absolute;
  5. left: 40px;
  6. top: 129px;
  7. font-size: 22px;
  8. text-align: center;
  9. color: #000;
  10. }
  11. .choice{
  12. position: absolute;
  13. left: 80px;
  14. top: 193px;
  15. font-size: 24px;
  16. font-weight: 700;
  17. text-align: center;
  18. color: rgba(0,0,0,0.5);
  19. }
  20. .OK{
  21. position: absolute;
  22. left: 135px;
  23. top: 363px;
  24. font-size: 22px;
  25. text-align: center;
  26. color: #000;
  27. background-color: #d8caaf;
  28. width: 102px;
  29. height: 38px;
  30. justify-items: center;
  31. align-items: center;
  32. }
  33. .hg{
  34. position:absolute;
  35. left: 100px;
  36. top: 430px;
  37. }