dialogbox.wxss 3.8 KB

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