Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

65 linhas
1.0 KiB

  1. /* Pages/HGBot/Whisper/received/received.wxss */
  2. /* Pages/HGBot/Whisper/get/get.wxss */
  3. .ask{
  4. position: absolute;
  5. left: 50px;
  6. top: 60px;
  7. padding: 10px;
  8. margin: 20px;
  9. font-size: 23px;
  10. text-align: center;
  11. color: #000;
  12. }
  13. .whisper{
  14. position: absolute;
  15. left: 45px;
  16. top: 150px;
  17. font-size: 22px;
  18. text-align: center;
  19. color: #000;
  20. background-color: #D8CAAF;
  21. }
  22. .OK{
  23. position: absolute;
  24. left: 145px;
  25. top: 320px;
  26. font-size: 22px;
  27. text-align: center;
  28. color: #000;
  29. width: 102px;
  30. height: 30px;
  31. background: #d8caaf;
  32. }
  33. .list{
  34. position: absolute;
  35. left: 25px;
  36. top: 360px;
  37. padding-top: 10px;
  38. font-size: 22px;
  39. text-align: center;
  40. color: #000;
  41. }
  42. button {
  43. margin-left: 10px;
  44. padding-left: 10px;
  45. position: inherit;
  46. background: inherit;
  47. font-weight: bolder;
  48. }
  49. button:after {
  50. content: none;
  51. }
  52. button::after {
  53. border: none;
  54. }
  55. .hg{
  56. position:absolute;
  57. left: 100px;
  58. top: 430px;
  59. }