zbDetails.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. page {
  2. background-color: #f2f2f2;
  3. }
  4. .big_box {
  5. width: 750rpx;
  6. height: 100vh;
  7. }
  8. .area {
  9. width: 700rpx;
  10. height: 600rpx;
  11. /* background-color: rgba(0,0,0,0.1); */
  12. /* border:1px solid red; */
  13. position: absolute;
  14. top: 550rpx;
  15. left: 25rpx;
  16. border-radius: 20rpx;
  17. z-index: 99;
  18. }
  19. .chatbox {
  20. width: 700rpx;
  21. height: 500rpx;
  22. /* border-radius: 20rpx; */
  23. overflow-y: auto;
  24. font-size: 25rpx;
  25. position: absolute;
  26. top:0rpx;
  27. /* border: 1px solid red; */
  28. border-top: 1px solid rgba(219,219,219);
  29. border-bottom: 1px solid rgba(219,219,219);
  30. }
  31. .puthands_box {
  32. width: 700rpx;
  33. height: 80rpx;
  34. position: absolute;
  35. bottom: 0rpx;
  36. }
  37. .chat_text {
  38. font-size: 30rpx;
  39. font-weight: 900;
  40. color: #000;
  41. }
  42. .handimg {
  43. width: 70rpx;
  44. height: 70rpx;
  45. float: left;
  46. }
  47. .weui-input {
  48. width: 440rpx;
  49. height: 40rpx;
  50. margin-top: 10rpx;
  51. background-color: rgba(0,0,0,0.2);
  52. border-radius: 20rpx;
  53. text-indent: 20rpx;
  54. font-size: 25rpx;
  55. margin-left: 20rpx;
  56. float: left;
  57. color: #000;
  58. }
  59. .send {
  60. width: 90rpx;
  61. height: 60rpx;
  62. margin-top: 10rpx;
  63. background-color: #eb3f33;
  64. border-radius: 20rpx;
  65. float: left;
  66. font-size: 25rpx;
  67. color: #fff;
  68. text-align: center;
  69. line-height: 60rpx;
  70. margin-left: 20rpx;
  71. }
  72. .nosend {
  73. width: 90rpx;
  74. height: 60rpx;
  75. margin-top: 10rpx;
  76. background-color: #666666;
  77. border-radius: 20rpx;
  78. float: left;
  79. font-size: 25rpx;
  80. color: #fff;
  81. text-align: center;
  82. line-height: 60rpx;
  83. margin-left: 20rpx;
  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. }