brokerindex.wxss 5.5 KB

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