other.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. web-view{
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. z-index: 1;
  6. }
  7. .rightpersonbox{
  8. display: block;
  9. position: fixed;
  10. width: 130px;
  11. right: 16px;
  12. background: #5D5C5A;
  13. border-radius: 25px;
  14. height: 49px;
  15. z-index: 999;
  16. }
  17. .headimg{
  18. display: block;
  19. width: 38px;
  20. height: 38px;
  21. border-radius: 50%;
  22. position: absolute;
  23. top: 5.5px;
  24. left: 5.5px;
  25. }
  26. .namebox{
  27. display: block;
  28. position: absolute;
  29. top: 0;
  30. left: 49px;
  31. color: #ffffff;
  32. font-size: 12px;
  33. line-height: 49px;
  34. width: calc(100% - 50px);
  35. }
  36. .mobileimg{
  37. position: absolute;
  38. top: 18px;
  39. right: 20px;
  40. width: 14px;
  41. height: 13px;
  42. }
  43. .logobox{
  44. position: absolute;
  45. top: 16px;
  46. left: 16px;
  47. display: block;
  48. width:66px;
  49. height: 34px;
  50. z-index: 9999 !important;
  51. background:#ffffff !important;
  52. border-radius: 4px;
  53. }
  54. .logobox .logoimg{
  55. /* max-width:66px; */
  56. display: block;
  57. /* max-height: 66px; */
  58. width: 66px;
  59. height: 18px;
  60. position: absolute;
  61. top: 8px;
  62. left: 0px;
  63. }
  64. .coverphonebox{
  65. position: fixed;
  66. right: 16px;
  67. bottom: 155px;
  68. display: block;
  69. width: 100px;
  70. height: 30px;
  71. z-index: 998;
  72. }
  73. .coverphonebox button{
  74. display: block;
  75. width: 100px;
  76. height: 30px;
  77. background: #28A1FF;
  78. color: #FFFFFF;
  79. font-size: 12px;
  80. line-height: 30px;
  81. }
  82. /* 酷家乐 */
  83. .contactSales {
  84. position: fixed;
  85. width: 100%;
  86. height: 140rpx;
  87. background-color: rgba(0, 0, 0, 0.5);
  88. bottom: 0rpx;
  89. left: 0rpx;
  90. z-index: 998;
  91. display: flex;
  92. align-items: center;
  93. box-sizing: border-box;
  94. padding: 20rpx 30rpx;
  95. }
  96. .contactSales-left {
  97. flex:2;
  98. display: flex;
  99. align-items: center;
  100. }
  101. .left-avatar {
  102. width: 80rpx;
  103. height: 80rpx;
  104. border-radius: 50%;
  105. }
  106. .left-msg {
  107. display: flex;
  108. flex-direction: column;
  109. box-sizing: border-box;
  110. padding-left: 20rpx;
  111. }
  112. .left-name {
  113. display: flex;
  114. align-items: center;
  115. }
  116. .nameCard {
  117. width: 40rpx;
  118. height: 40rpx;
  119. margin-left: 10rpx;
  120. }
  121. .left-text {
  122. font-size: 24rpx;
  123. color: #999999;
  124. }
  125. .contactSales-right {
  126. flex:1;
  127. display: flex;
  128. flex-direction: row;
  129. justify-content: space-between;
  130. }
  131. .rightmobile {
  132. width: 40rpx;
  133. height: 40rpx;
  134. }
  135. .right-box1 {
  136. width: 100rpx;
  137. display: flex;
  138. flex-direction: column;
  139. align-items: center;
  140. }
  141. .right-box1 cover-view {
  142. font-size: 24rpx;
  143. margin-top: 10rpx;
  144. color: #ffffff;
  145. }
  146. .kjlcoverphonebox{
  147. position: fixed;
  148. right: 16px;
  149. bottom: 135px;
  150. display: block;
  151. width: 100px;
  152. height: 30px;
  153. z-index: 998;
  154. }
  155. .kjlcoverphonebox button{
  156. display: block;
  157. width: 100px;
  158. height: 30px;
  159. background: #28A1FF;
  160. color: #FFFFFF;
  161. font-size: 12px;
  162. line-height: 30px;
  163. }
  164. /* 不显示 */
  165. .pcunlookicon{
  166. display: block;
  167. width: 298rpx;
  168. height: 296rpx;
  169. margin: 30% auto 0;
  170. position: relative;
  171. left: -28rpx;
  172. }
  173. .jeqjcoverphonebox{
  174. position: fixed;
  175. left: 10px;
  176. bottom: 20px;
  177. z-index: 99;
  178. }
  179. .jeqjphonebox{
  180. display: block;
  181. width: 29px;
  182. height: 29px;
  183. background: rgba(0, 0, 0, 1);
  184. border-radius: 50%;
  185. }
  186. .jeqjphonebox cover-image{
  187. display: block;
  188. width: 18px;
  189. height: 19px;
  190. margin: 0 auto;
  191. position: relative;
  192. top:5px;
  193. }
  194. .tsharebox{
  195. display: block;
  196. width: 25px;
  197. height: 25px;
  198. border-radius: 50%;
  199. position: fixed;
  200. right: 20px;
  201. bottom: 190px;
  202. z-index: 99;
  203. }
  204. .tsharebox cover-image{
  205. display: block;
  206. width: 25px;
  207. height: 25px;
  208. }
  209. .panosharebox{
  210. display: block;
  211. width: 38px;
  212. position: fixed;
  213. right: 5px;
  214. bottom: 164px;
  215. z-index: 99;
  216. }
  217. .panosharebox cover-image{
  218. display: block;
  219. width: 38px;
  220. height: 38px;
  221. border-radius: 50%;
  222. /* background-color: red; */
  223. }
  224. .panosharebox cover-view{
  225. display: block;
  226. margin-top: 2px;
  227. width: 44px;
  228. height: 20px;
  229. text-align: center;
  230. font-family: PingFangSC-Semibold;
  231. font-size: 11px;
  232. color: transparent;
  233. letter-spacing: 0;
  234. line-height: 16px;
  235. font-weight: 600;
  236. }
  237. .housesharebox{
  238. display: block;
  239. position: fixed;
  240. right: 15px;
  241. bottom: 290px;
  242. z-index: 94;
  243. z-index: 9;
  244. }
  245. .housesharebox cover-image{
  246. display: block;
  247. width: 34px;
  248. height:34px;
  249. }
  250. .userbox{
  251. display: block;
  252. width: 100%;
  253. height: 100%;
  254. position: fixed;
  255. top: 0;
  256. left: 0;
  257. z-index: 99;
  258. background-color: transparent;
  259. }
  260. .housesharebox button{
  261. display: block;
  262. width: 100%;
  263. height: 100%;
  264. z-index: 1;
  265. position: absolute;
  266. top: 0;
  267. left: 0;
  268. background-color: transparent;
  269. color: transparent;
  270. }