other.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. .rightpersonbox{
  2. display: block;
  3. position: absolute;
  4. top: 16px;
  5. right: 16px;
  6. background: #5D5C5A;
  7. width: 137px;
  8. border-radius: 20px;
  9. box-sizing: border-box;
  10. height: 34px;
  11. z-index: 999;
  12. }
  13. .headimg{
  14. display: block;
  15. width: 25px;
  16. height: 25px;
  17. border-radius: 50%;
  18. position: absolute;
  19. top: 4.5px;
  20. left: 4.5px;
  21. }
  22. .namebox{
  23. display: block;
  24. position: absolute;
  25. top: 0;
  26. left: 35px;
  27. color: #ffffff;
  28. font-size: 12px;
  29. line-height: 34px;
  30. width: 64px;
  31. }
  32. .mobileimg{
  33. position: absolute;
  34. top: 10.5px;
  35. right: 20px;
  36. width: 14px;
  37. height: 13px;
  38. }
  39. .logobox{
  40. position: absolute;
  41. top: 16px;
  42. left: 16px;
  43. display: block;
  44. width:66px;
  45. height: 34px;
  46. z-index: 9999 !important;
  47. background:#ffffff !important;
  48. border-radius: 4px;
  49. }
  50. .logobox .logoimg{
  51. /* max-width:66px; */
  52. display: block;
  53. /* max-height: 66px; */
  54. width: 66px;
  55. height: 18px;
  56. position: absolute;
  57. top: 8px;
  58. left: 0px;
  59. }
  60. .coverphonebox{
  61. position: fixed;
  62. right: 16px;
  63. bottom: 155px;
  64. display: block;
  65. width: 80px;
  66. height: 30px;
  67. z-index: 9999;
  68. }
  69. .coverphonebox button{
  70. display: block;
  71. width: 80px;
  72. height: 30px;
  73. background: #28A1FF;
  74. color: #FFFFFF;
  75. font-size: 12px;
  76. line-height: 30px;
  77. }
  78. /* 酷家乐 */
  79. .contactSales {
  80. position: fixed;
  81. width: 100%;
  82. height: 140rpx;
  83. background-color: rgba(0, 0, 0, 0.5);
  84. bottom: 0rpx;
  85. left: 0rpx;
  86. z-index: 9999;
  87. display: flex;
  88. align-items: center;
  89. box-sizing: border-box;
  90. padding: 20rpx 30rpx;
  91. }
  92. .contactSales-left {
  93. flex:2;
  94. display: flex;
  95. align-items: center;
  96. }
  97. .left-avatar {
  98. width: 80rpx;
  99. height: 80rpx;
  100. border-radius: 50%;
  101. }
  102. .left-msg {
  103. display: flex;
  104. flex-direction: column;
  105. box-sizing: border-box;
  106. padding-left: 20rpx;
  107. }
  108. .left-name {
  109. display: flex;
  110. align-items: center;
  111. }
  112. .nameCard {
  113. width: 40rpx;
  114. height: 40rpx;
  115. margin-left: 10rpx;
  116. }
  117. .left-text {
  118. font-size: 24rpx;
  119. color: #999999;
  120. }
  121. .contactSales-right {
  122. flex:1;
  123. display: flex;
  124. flex-direction: row;
  125. justify-content: space-between;
  126. }
  127. .rightmobile {
  128. width: 40rpx;
  129. height: 40rpx;
  130. }
  131. .right-box1 {
  132. width: 100rpx;
  133. display: flex;
  134. flex-direction: column;
  135. align-items: center;
  136. }
  137. .right-box1 cover-view {
  138. font-size: 24rpx;
  139. margin-top: 10rpx;
  140. color: #ffffff;
  141. }
  142. .kjlcoverphonebox{
  143. position: fixed;
  144. right: 16px;
  145. bottom: 135px;
  146. display: block;
  147. width: 80px;
  148. height: 30px;
  149. z-index: 9999;
  150. }
  151. .kjlcoverphonebox button{
  152. display: block;
  153. width: 80px;
  154. height: 30px;
  155. background: #28A1FF;
  156. color: #FFFFFF;
  157. font-size: 12px;
  158. line-height: 30px;
  159. }
  160. /* 不显示 */
  161. .pcunlookicon{
  162. display: block;
  163. width: 298rpx;
  164. height: 296rpx;
  165. margin: 30% auto 0;
  166. position: relative;
  167. left: -28rpx;
  168. }
  169. .jeqjcoverphonebox{
  170. position: fixed;
  171. left: 10px;
  172. bottom: 20px;
  173. z-index: 99;
  174. }
  175. .jeqjphonebox{
  176. display: block;
  177. width: 29px;
  178. height: 29px;
  179. background: rgba(0, 0, 0, 1);
  180. border-radius: 50%;
  181. }
  182. .jeqjphonebox cover-image{
  183. display: block;
  184. width: 18px;
  185. height: 19px;
  186. margin: 0 auto;
  187. position: relative;
  188. top:5px;
  189. }