brokerindex.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. /* customer/pages/brokerindex/brokerindex.wxss */
  2. .brokerIndex {
  3. width: 100%;
  4. min-height: 100vh;
  5. position: relative;
  6. overflow: auto;
  7. box-sizing: border-box;
  8. padding-bottom: 150rpx;
  9. background-color: #FFBE89;
  10. }
  11. .bg-image {
  12. position: absolute;
  13. z-index: 0;
  14. top: -100rpx;
  15. left: 0rpx;
  16. width: 100%;
  17. }
  18. .lc-style {
  19. width: 92%;
  20. box-sizing: border-box;
  21. padding: 70rpx 20rpx 40rpx;
  22. background-color: #fff;
  23. margin: 560rpx auto 100rpx;
  24. display: flex;
  25. flex-direction: column;
  26. align-items: center;
  27. justify-content: center;
  28. border-radius: 20rpx;
  29. position: relative;
  30. }
  31. .msgadd {
  32. width: 92%;
  33. margin: auto;
  34. box-sizing: border-box;
  35. padding: 70rpx 20rpx 50rpx;
  36. background-color: #fff;
  37. position: relative;
  38. border-radius: 20rpx;
  39. }
  40. .headerFixed {
  41. position: absolute;
  42. width: 340rpx;
  43. left: 50%;
  44. transform: translateX(-50%);
  45. top: -30rpx;
  46. }
  47. .headerFixed > image {
  48. width: 100%;
  49. }
  50. .headerTitle {
  51. position: absolute;
  52. color: #fff;
  53. display: flex;
  54. align-items: center;
  55. left: 50%;
  56. top: 40%;
  57. transform: translate(-50%,-50%);
  58. }
  59. .hCircle {
  60. width: 5rpx;
  61. height: 5rpx;
  62. border-radius: 50%;
  63. background-color: #fff;
  64. }
  65. .hName {
  66. margin: 0rpx 20rpx;
  67. white-space: nowrap;
  68. font-size: 36rpx;
  69. font-weight: 700;
  70. }
  71. .msgxminput,.msgxminput1 {
  72. width: 100%;
  73. height: 88rpx;
  74. background-color: #F2F2F2;
  75. display: flex;
  76. align-items: center;
  77. box-sizing: border-box;
  78. padding: 0rpx 20rpx;
  79. border-radius: 10rpx;
  80. }
  81. .msgxminput > image {
  82. width: 40rpx;
  83. }
  84. .msgxminput1 > image {
  85. width: 35rpx;
  86. }
  87. .msgxminput > input {
  88. flex:1;
  89. height: 100%;
  90. box-sizing: border-box;
  91. padding: 0rpx 20rpx;
  92. }
  93. .msgxminput1 > input {
  94. flex:1;
  95. height: 100%;
  96. box-sizing: border-box;
  97. padding: 0rpx 20rpx;
  98. }
  99. .lc-box {
  100. display: flex;
  101. align-items: center;
  102. }
  103. .lc-box-2 > image {
  104. width: 80rpx;
  105. margin: 0rpx 40rpx;
  106. }
  107. .lc-box-1 > image {
  108. width: 100rpx;
  109. }
  110. .lc-box-msg {
  111. display: flex;
  112. align-items: center;
  113. }
  114. .lc-box-msg-1 {
  115. display: flex;
  116. flex-direction: column;
  117. justify-content: center;
  118. align-items: center;
  119. font-size: 28rpx;
  120. color: #333333;
  121. }
  122. .lc-box-msg-2 {
  123. width: 80rpx;
  124. margin: 0rpx 35rpx;
  125. }
  126. .mt20 {
  127. margin-top: 20rpx;
  128. }
  129. input {
  130. font-size: 28rpx;
  131. }
  132. input::placeholder {
  133. color: #999999;
  134. }
  135. .msgxminput2 > image {
  136. width: 45rpx;
  137. }
  138. .msgConfirmBtn {
  139. background-color: #FF5F3D;
  140. width: 100%;
  141. height: 88rpx;
  142. text-align: center;
  143. line-height: 88rpx;
  144. font-size: 32rpx;
  145. color: #fff;
  146. margin-top: 40rpx;
  147. border-radius: 10rpx;
  148. }
  149. .customer_pm {
  150. width: 92%;
  151. padding: 70rpx 20rpx 50rpx;
  152. margin: 100rpx auto 40rpx;
  153. background-color: #fff;
  154. border-radius: 20rpx;
  155. position: relative;
  156. min-height: 1300rpx;
  157. }
  158. .pm_item_box {
  159. width: 100%;
  160. height: 120rpx;
  161. display: flex;
  162. align-items: center;
  163. border-bottom: 1rpx solid #f2f2f2;
  164. }
  165. .pm_num {
  166. width: 80rpx;
  167. height: 100%;
  168. display: flex;
  169. align-items: center;
  170. justify-content: center;
  171. font-size: 36rpx;
  172. font-weight: 700;
  173. color: #333333;
  174. }
  175. .pm_num > image {
  176. width: 40rpx;
  177. }
  178. .pm_avatar {
  179. width: 70rpx;
  180. height: 70rpx;
  181. position: relative;
  182. margin-right: 30rpx;
  183. }
  184. .pm_avatar > image {
  185. width: 70rpx;
  186. height: 70rpx;
  187. border-radius: 50%;
  188. overflow: hidden;
  189. }
  190. .pm_type {
  191. display: inline-block;
  192. width: 40rpx;
  193. height: 40rpx;
  194. background-color: #FF5F3D;
  195. border-radius: 50%;
  196. font-size: 24rpx;
  197. color: #fff;
  198. position: absolute;
  199. top: -10rpx;
  200. right: -10rpx;
  201. text-align: center;
  202. line-height: 40rpx;
  203. }
  204. .pm_msg {
  205. width: 460rpx;
  206. white-space: nowrap;
  207. overflow: hidden;
  208. text-overflow: ellipsis;
  209. font-size: 28rpx;
  210. color: #333333;
  211. }
  212. .tabBar {
  213. position: fixed;
  214. bottom: 0rpx;
  215. left: 0rpx;
  216. width: 100%;
  217. height: 130rpx;
  218. background-color: #fff;
  219. display: flex;
  220. align-items: center;
  221. }
  222. .tabItem {
  223. flex:1;
  224. display: flex;
  225. flex-direction: column;
  226. justify-content: center;
  227. align-items: center;
  228. margin-bottom: 20rpx;
  229. }
  230. .tabItem > image {
  231. width: 44rpx;
  232. }
  233. .tabItem1 > image {
  234. width: 35rpx;
  235. }
  236. .activePage {
  237. color: #FF5F3D;
  238. font-size: 28rpx;
  239. margin-top: 6rpx;
  240. }
  241. .defaultStyle {
  242. color: #D1D1D1;
  243. font-size: 28rpx;
  244. margin-top: 6rpx;
  245. }
  246. .swiperBoxFixed {
  247. width: 550rpx;
  248. height: 70rpx;
  249. background-color: rgba(255,255,255,0.4);
  250. border-radius: 50rpx;
  251. position: absolute;
  252. top: 50rpx;
  253. left: 20rpx;
  254. overflow: hidden;
  255. }
  256. .swiper-item {
  257. width: 100%;
  258. height: 70rpx;
  259. }
  260. .swiper-item-msg {
  261. width: 100%;
  262. height: 100%;
  263. box-sizing: border-box;
  264. display: flex;
  265. align-items: center;
  266. font-size: 28rpx;
  267. padding: 0rpx 20rpx;
  268. color: #fff;
  269. }
  270. .swiper-item-msg > image {
  271. width: 50rpx;
  272. height: 50rpx;
  273. border-radius: 50%;
  274. margin-right: 20rpx;
  275. }