dialogbox.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. page {
  2. background-color: #ffffff;
  3. padding: 0;
  4. }
  5. .header {
  6. position: fixed;
  7. top: 0;
  8. left: 0;
  9. display: flex;
  10. align-items: center;
  11. justify-content: space-between;
  12. width: 100vw;
  13. height: 92rpx;
  14. background-color: #f6f7f8;
  15. z-index: 99;
  16. box-shadow: 0px -4rpx 16rpx 0px rgba(0, 0, 0, 0.05);
  17. }
  18. .header_title {
  19. font-size: 32rpx;
  20. font-family: PingFangSC-Medium, PingFang SC;
  21. color: #000000;
  22. height: 52rpx;
  23. line-height: 52rpx;
  24. margin-left: 40rpx;
  25. font-weight: 550;
  26. }
  27. .head-bot-class {
  28. text-align: center !important;
  29. width: 140rpx !important;
  30. height: 52rpx !important;
  31. border-radius: 10rpx !important;
  32. margin-right: 20rpx !important;
  33. padding: 0 !important;
  34. font-size: 24rpx !important;
  35. }
  36. .head-bot-l {
  37. background: rgba(255, 182, 0, 0.1) !important;
  38. border: 2rpx solid rgba(255, 182, 0, 0.6) !important;
  39. box-sizing: border-box !important;
  40. color: #FFB600 !important;
  41. }
  42. .head-bot-r {
  43. background: linear-gradient(180deg, #FFDC00 0%, #FFB600 100%) !important;
  44. font-family: PingFangSC-Medium, PingFang SC !important;
  45. color: #FFFFFF !important;
  46. border: 0 !important;
  47. }
  48. /* 聊天可视区 */
  49. .chatFrame {
  50. width: 100vw;
  51. max-height: 100vh;
  52. }
  53. /* 粘底输入框 */
  54. .input-box {
  55. position: fixed;
  56. width: 100vw;
  57. background-color: #F6F7F8;
  58. left: 0;
  59. bottom: 0;
  60. z-index: 99;
  61. }
  62. .input-text {
  63. position: relative;
  64. width: 710rpx;
  65. height: 64rpx;
  66. line-height: 64rpx;
  67. background-color: #ffffff;
  68. border-radius: 32rpx;
  69. margin: 20rpx auto !important;
  70. padding: 0 25rpx 0;
  71. box-sizing: border-box;
  72. }
  73. /* 功能 */
  74. .functionalZone {
  75. display: flex;
  76. justify-content: space-around;
  77. height: 40rpx;
  78. width: 80vw;
  79. margin: 0 auto;
  80. padding-bottom: 26rpx;
  81. }
  82. .functionalZone image {
  83. height: 100%;
  84. }
  85. .multi-row {
  86. line-height: 44rpx;
  87. }
  88. .meme-box {
  89. width: 90vw;
  90. height: 385rpx;
  91. margin: 0 auto;
  92. padding-bottom: 15rpx;
  93. }
  94. .meme-item {
  95. float: left;
  96. display: flex;
  97. justify-content: center;
  98. align-items: center;
  99. width: 12.5%;
  100. height: 80rpx;
  101. }
  102. .meme-item image {
  103. width: 50rpx;
  104. height: 50rpx;
  105. }
  106. .popup-class {
  107. width: 100vw;
  108. background-color: #F6F7F8;
  109. }
  110. /* 遮罩层 */
  111. .mask-layer {
  112. position: fixed;
  113. width: 100vw;
  114. height: 100vh;
  115. top: 0;
  116. left: 0;
  117. z-index: 9;
  118. }
  119. /* 群聊编辑按钮 */
  120. .compile {
  121. width: 118rpx !important;
  122. height: 52rpx !important;
  123. background: #FFB600 !important;
  124. border-radius: 10rpx;
  125. padding: 0;
  126. margin-right: 20rpx;
  127. font-size: 24rpx;
  128. font-family: PingFangSC-Medium, PingFang SC;
  129. color: #FFFFFF;
  130. }
  131. /* 群聊按钮 */
  132. .gambit {
  133. position: absolute;
  134. display: flex;
  135. align-items: center;
  136. justify-content: center;
  137. width: 710rpx;
  138. height: 100%;
  139. background: linear-gradient(180deg, #FFFFFF 0%, #F4F4F4 100%);
  140. box-shadow: 0px 0px 4rpx 0px rgba(0, 0, 0, 0.1);
  141. left: 0;
  142. top: 0;
  143. z-index: 9999999999999;
  144. font-size: 24rpx;
  145. color: rgba(0, 0, 0, 0.5);
  146. }
  147. .gambit-end {
  148. position: absolute;
  149. display: flex;
  150. align-items: center;
  151. justify-content: center;
  152. width: 126rpx;
  153. height: 52rpx;
  154. background: #4BBECF;
  155. box-shadow: 0px 2rpx 4rpx 0px rgba(0, 0, 0, 0.15);
  156. border-radius: 32rpx;
  157. top: 6rpx;
  158. right: 6rpx;
  159. }
  160. .gambit-end image {
  161. width: 34rpx;
  162. height: 36rpx;
  163. z-index: 999999999;
  164. }