zbDetails.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. page {
  2. background-color: #f2f2f2;
  3. }
  4. .big_box {
  5. width: 750rpx;
  6. height: 100vh;
  7. }
  8. .area {
  9. width: 750rpx;
  10. height: calc(100vh - 500rpx);
  11. background-color: #695e5e;
  12. /* background-color: rgba(0,0,0,0.1); */
  13. /* border:1px solid red; */
  14. position: fixed;
  15. bottom: 0;
  16. z-index: 99;
  17. }
  18. .chatbox {
  19. width: 750rpx;
  20. height:calc(100vh - 620rpx);
  21. /* border-radius: 20rpx; */
  22. overflow-y: auto;
  23. font-size: 25rpx;
  24. background-color: #f8f8f8;
  25. /* border: 1px solid red; */
  26. box-sizing: border-box;
  27. }
  28. .puthands_box {
  29. width: 750rpx;
  30. height: 120rpx;
  31. position: fixed;
  32. bottom: 0rpx;
  33. background-color: #eeeeee;
  34. display: flex;
  35. flex-flow: row wrap;
  36. justify-content: space-between;
  37. align-items: center;
  38. box-sizing: border-box;
  39. padding: 0 30rpx;
  40. border-top: 1rpx solid #eeeeee;
  41. }
  42. .chat_text {
  43. font-size: 30rpx;
  44. font-weight:normal;
  45. color: #000;
  46. padding-bottom:30rpx;
  47. }
  48. .handimg {
  49. width: 70rpx;
  50. height: 70rpx;
  51. float: left;
  52. }
  53. .weui-input {
  54. width: 440rpx;
  55. height: 40rpx;
  56. margin-top: 10rpx;
  57. background-color: rgba(0,0,0,0.2);
  58. border-radius: 20rpx;
  59. text-indent: 20rpx;
  60. font-size: 25rpx;
  61. margin-left: 20rpx;
  62. float: left;
  63. color: #000;
  64. }
  65. .send {
  66. width: 90rpx;
  67. height: 60rpx;
  68. background-color: #eb3f33;
  69. border-radius: 30rpx;
  70. font-size: 25rpx;
  71. color: #fff;
  72. text-align: center;
  73. line-height: 60rpx;
  74. }
  75. .nosend {
  76. width: 90rpx;
  77. height: 60rpx;
  78. background-color: #666666;
  79. border-radius: 30rpx;
  80. font-size: 25rpx;
  81. color: #fff;
  82. text-align: center;
  83. line-height: 60rpx;
  84. }
  85. .push_box {
  86. width: 200rpx;
  87. height: 200rpx;
  88. position: absolute;
  89. right: 0;
  90. top: 300rpx;
  91. /* border: 1px solid red; */
  92. z-index: 99999;
  93. }
  94. .modol{
  95. width: 750rpx;
  96. height: 100vh;
  97. position: fixed;
  98. top: 0;
  99. background-color: rgba(0,0,0,0.3);
  100. z-index: 100;
  101. }
  102. .lm{
  103. width: 455rpx;
  104. height: 563rpx;
  105. position: absolute;
  106. top: 200rpx;
  107. left: 150rpx;
  108. }
  109. .t1{
  110. position: absolute;
  111. top: 400rpx;
  112. left: 230rpx;
  113. color: #000;
  114. font-size: 28rpx;
  115. font-weight: 900;
  116. }
  117. .t2{
  118. position: absolute;
  119. top: 450rpx;
  120. left: 280rpx;
  121. color: #999999;
  122. font-size: 25rpx;
  123. font-weight: 900;
  124. }
  125. .t3{
  126. color: #eb3f33;
  127. }
  128. .t4{
  129. height: 67rpx;
  130. border-radius: 40rpx;
  131. font-size: 29rpx;
  132. font-weight: 600;
  133. color: #fff;
  134. background: -webkit-linear-gradient(left, #d7301d, #f99c30);
  135. text-align: center;
  136. position: absolute;
  137. top: 520rpx;
  138. left: 230rpx;
  139. }
  140. .t5{
  141. height: 67rpx;
  142. border-radius: 40rpx;
  143. font-size: 29rpx;
  144. font-weight: 600;
  145. color: #666666;
  146. background: #e0e1e3;
  147. text-align: center;
  148. position: absolute;
  149. top: 600rpx;
  150. left: 230rpx;
  151. }
  152. .input_placeholder{
  153. color: #cccccc;
  154. height:80rpx;
  155. }
  156. .chat_input_class{
  157. width:450rpx;
  158. background-color: #ffffff;
  159. color:#333333;
  160. height: 60rpx;
  161. border-radius: 30rpx;
  162. padding:0rpx 10rpx;
  163. }