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.

74 lines
1.1 KiB

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