LiveCustomer.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /* pages/LiveCustomer/LiveCustomer.wxss */
  2. /* page {
  3. height: 100%;
  4. width: 100%;
  5. } */
  6. .LiveCustomer{
  7. overflow: hidden;
  8. width: 100%;
  9. height: 100%;
  10. position: fixed;
  11. z-index: 1000;
  12. right: 0;
  13. left: 0;
  14. bottom: 0;
  15. top: 0;
  16. }
  17. .Liveplay {
  18. width: 150px;
  19. position: fixed;
  20. right: 0;
  21. z-index: 1000;
  22. }
  23. .LiveCustomerScreen {
  24. width: 100%;
  25. height: 100%;
  26. position: fixed;
  27. z-index: 1000;
  28. }
  29. /* live-player {
  30. width: 150px;
  31. height: 225px;
  32. } */
  33. .chat{
  34. width: 100%;
  35. height: 80rpx;
  36. box-sizing: border-box;
  37. /* border-top: 2rpx solid #ccc; */
  38. position: absolute;
  39. bottom: 190rpx;
  40. left: 0;
  41. z-index: 1001;
  42. }
  43. .chat input{
  44. float: left;
  45. width: 81%;
  46. height: 60rpx;
  47. background: #ededed;
  48. margin: 20rpx 0 20rpx 30rpx;
  49. border-radius: 30rpx;
  50. font-size: 28rpx;
  51. padding-left: 40rpx;
  52. padding-right: 40rpx;
  53. }
  54. .chat .btn{
  55. float: right;
  56. width: 50rpx;
  57. height: 50rpx;
  58. border-radius: 0;
  59. background: none;
  60. margin: 27rpx 20rpx 0 20rpx;
  61. }
  62. .chat .btn image{
  63. width: 100%;
  64. height: 100%;
  65. }
  66. .chat button{
  67. float: left;
  68. width: 20%;
  69. height: 60rpx;
  70. margin: 20rpx 0 20rpx 20rpx;
  71. font-size: 28rpx;
  72. background: #fb752c;
  73. border-radius: 30rpx;
  74. color: #fff;
  75. line-height: 60rpx;
  76. }
  77. .scro {
  78. overflow-y: scroll;
  79. margin-bottom: 20rpx;
  80. }
  81. .user_img {
  82. width: 40rpx;
  83. height: 39rpx;
  84. float: left;
  85. margin-right: 18rpx;
  86. border: 1px solid #fff;
  87. }
  88. .chatbox {
  89. overflow: auto;
  90. position: absolute;
  91. z-index: 9999;
  92. height: 300rpx;
  93. bottom: 80rpx;
  94. width: 90%;
  95. padding-left: 30rpx;
  96. padding-right: 60rpx;
  97. }
  98. .talk {
  99. padding-left: 10rpx;
  100. font-size: 14px;
  101. }
  102. .talk .user {
  103. color: #60a2f0;
  104. /* display: inline-block; */
  105. /* vertical-align: middle; */
  106. }
  107. .talk .content {
  108. color: #60a2f0;
  109. height: 50rpx;
  110. display: inline-block;
  111. vertical-align: middle;
  112. }
  113. .online_number {
  114. color: #60a2f0;
  115. position: absolute;
  116. top: 1%;
  117. left: 3%;
  118. font-size: 12px;
  119. }