index.module.less 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. :global {
  2. .var-popup .var-popup--center {
  3. overflow: initial;
  4. }
  5. }
  6. .startBtn {
  7. position: fixed;
  8. left: 50%;
  9. top: 50%;
  10. margin-left: -70px;
  11. margin-top: -70px;
  12. width: 140px;
  13. height: 140px;
  14. z-index: 11;
  15. & > img {
  16. display: block;
  17. width: 100%;
  18. height: 100%;
  19. }
  20. }
  21. .endBtn{
  22. position: fixed;
  23. left: 50%;
  24. bottom: 16px;
  25. width: 120px;
  26. height: 40px;
  27. margin-left: -70px;
  28. z-index: 11;
  29. & > img {
  30. display: block;
  31. width: 100%;
  32. height: 100%;
  33. }
  34. }
  35. .dialogueBox {
  36. position: fixed;
  37. bottom: -1px;
  38. right: 0;
  39. z-index: 9;
  40. display: flex;
  41. flex-direction: column;
  42. align-items: flex-end;
  43. .dialogue {
  44. position: relative;
  45. right: 21px;
  46. top: 15px;
  47. width: 190px;
  48. height: 50px;
  49. .dialoguebg {
  50. position: absolute;
  51. left: 0;
  52. top: 0;
  53. width: 100%;
  54. }
  55. &>div {
  56. position: relative;
  57. z-index: 1;
  58. padding: 10px;
  59. font-size: 11px;
  60. font-weight: 400;
  61. color: #6F4900;
  62. line-height: 18px;
  63. }
  64. }
  65. .dialogueing {
  66. position: absolute;
  67. bottom: 10px;
  68. right: 70%;
  69. width: 54px;
  70. line-height: 23px;
  71. background: #FFE1B8;
  72. border-radius: 12px;
  73. border: 1px solid #FFFFFF;
  74. font-size: 11px;
  75. color: #6F4900;
  76. text-align: center;
  77. z-index: 1;
  78. }
  79. .dialogueIcon {
  80. width: 100px;
  81. height: 100px;
  82. }
  83. .inRadioIcon {
  84. width: 66px;
  85. height: 72px;
  86. margin-right: 6px;
  87. }
  88. }