brokershareinfo.wxss 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. /* customer/pages/brokershareinfo/brokershareinfo.wxss */
  2. page {
  3. box-sizing: border-box;
  4. padding-bottom: 210rpx !important;
  5. }
  6. .shareinfoTitle {
  7. width: 100%;
  8. height: 88rpx;
  9. line-height: 88rpx;
  10. text-align: center;
  11. font-size: 36rpx;
  12. font-weight: 700;
  13. }
  14. .shareinfoImg {
  15. width: 100%;
  16. box-sizing: border-box;
  17. padding: 0rpx 20rpx 20rpx;
  18. }
  19. .shareinfoImg>image {
  20. width: 100%;
  21. }
  22. .shareContent {
  23. width: 100%;
  24. box-sizing: border-box;
  25. padding: 0rpx 20rpx 20rpx;
  26. font-size: 30rpx;
  27. }
  28. .shareWordBox {
  29. width: 100%;
  30. box-sizing: border-box;
  31. padding: 0rpx 20rpx 20rpx;
  32. border-radius: 8rpx;
  33. }
  34. .shareWordContent {
  35. width: 100%;
  36. height: auto;
  37. overflow: hidden;
  38. background-color: #F2F2F2;
  39. padding: 0rpx 20rpx 30rpx;
  40. }
  41. .shareWordTitle {
  42. width: 100%;
  43. height: 77rpx;
  44. line-height: 77rpx;
  45. text-align: center;
  46. font-size: 32rpx;
  47. font-weight: 600;
  48. }
  49. .shareWordText {
  50. font-size: 30rpx;
  51. color: #333333;
  52. box-sizing: border-box;
  53. padding: 0rpx 0rpx 20rpx;
  54. }
  55. .shareWordCopy {
  56. width: 300rpx;
  57. height: 88rpx;
  58. border: 2rpx solid #E47930;
  59. border-radius: 44rpx;
  60. text-align: center;
  61. line-height: 88rpx;
  62. color: #E47930;
  63. margin: auto;
  64. }
  65. .cutAndShare {
  66. width: 100%;
  67. height: 120rpx;
  68. position: fixed;
  69. bottom: 0rpx;
  70. left: 0rpx;
  71. background-color: #fff;
  72. box-shadow: 0rpx -10rpx 10rpx 6rpx rgba(0, 0, 0, 0.1);
  73. display: flex;
  74. }
  75. .shareCutImg {
  76. width: 40%;
  77. height: 100%;
  78. display: flex;
  79. align-items: center;
  80. justify-content: center;
  81. font-size: 32rpx;
  82. }
  83. .shareBtn {
  84. flex: 1;
  85. height: 100%;
  86. background-color: #F96400;
  87. border-radius: 0rpx !important;
  88. line-height: 120rpx;
  89. color: #fff;
  90. font-size: 32rpx;
  91. }
  92. .shareTips {
  93. width: 100%;
  94. height: 66rpx;
  95. background-color: #FDDAC4;
  96. color: #F96400;
  97. position: fixed;
  98. bottom: 120rpx;
  99. left: 0rpx;
  100. line-height: 66rpx;
  101. text-align: center;
  102. font-size: 30rpx;
  103. }
  104. .cutMask {
  105. width: 100%;
  106. height: 100vh;
  107. position: fixed;
  108. top: 0rpx;
  109. left: 0rpx;
  110. background-color: rgba(0, 0, 0, 0.5);
  111. z-index: 11;
  112. }
  113. .cutBlock {
  114. width: 100%;
  115. height: 70%;
  116. background-color: #fff;
  117. position: absolute;
  118. bottom: 0rpx;
  119. left: 0rpx;
  120. box-sizing: border-box;
  121. padding: 88rpx 0rpx 100rpx;
  122. }
  123. .cutTitle {
  124. width: 100%;
  125. height: 88rpx;
  126. background-color: #F96400;
  127. color: #fff;
  128. font-size: 32rpx;
  129. text-align: center;
  130. line-height: 88rpx;
  131. position: absolute;
  132. top: 0rpx;
  133. left: 0rpx;
  134. }
  135. .cutConfirm {
  136. width: 100%;
  137. height: 100rpx;
  138. background-color: #F96400;
  139. color: #fff;
  140. position: absolute;
  141. bottom: 0rpx;
  142. left: 0rpx;
  143. text-align: center;
  144. line-height: 100rpx;
  145. font-size: 32rpx;
  146. border-radius: 0rpx;
  147. }
  148. .cutContent {
  149. width: 100%;
  150. height: 100%;
  151. overflow: auto;
  152. }
  153. .cutShareLabel {
  154. width: 100%;
  155. height: 66rpx;
  156. line-height: 66rpx;
  157. box-sizing: border-box;
  158. padding: 0rpx 20rpx;
  159. }
  160. .cutImglistBox {
  161. width: 100%;
  162. height: auto;
  163. overflow: hidden;
  164. box-sizing: border-box;
  165. padding: 20rpx;
  166. display: flex;
  167. }
  168. .uploadImg {
  169. width: 150rpx;
  170. height: 150rpx;
  171. border: 2rpx solid #D7DFE4;
  172. display: flex;
  173. flex-direction: column;
  174. justify-content: center;
  175. align-items: center;
  176. }
  177. .uploadImg>image {
  178. width: 50rpx;
  179. }
  180. .u-text {
  181. font-size: 28rpx;
  182. color: #B5C6D3;
  183. }
  184. .imageItem {
  185. width: 150rpx;
  186. height: 150rpx;
  187. background-color: #ccc;
  188. margin-right: 10rpx;
  189. margin-bottom: 10rpx;
  190. position: relative;
  191. }
  192. .imageItem>image {
  193. width: 100%;
  194. height: 100%;
  195. }
  196. .imgdel {
  197. width: 60rpx;
  198. height: 60rpx;
  199. background-color: rgba(0, 0, 0, 0.5);
  200. border-radius: 50%;
  201. display: flex;
  202. justify-content: center;
  203. align-items: center;
  204. position: absolute;
  205. bottom: 10rpx;
  206. left: 50%;
  207. transform: translateX(-50%);
  208. box-shadow: 0rpx 0rpx 10rpx 10rpx rgba(0, 0, 0, 0.05);
  209. }
  210. .imgdel>image {
  211. width: 50rpx;
  212. }
  213. .u-textarea-box {
  214. width: 100%;
  215. height: 400rpx;
  216. box-sizing: border-box;
  217. padding: 20rpx;
  218. }
  219. .u-textarea {
  220. width: 100%;
  221. background-color: #F0F4F7;
  222. padding: 10rpx;
  223. }
  224. .videoBox {
  225. width: 100%;
  226. height: 100%;
  227. }
  228. #myVideo {
  229. display: block;
  230. width: 100%;
  231. height: 100%;
  232. }
  233. /* 联系销售人员 */
  234. .contactSales {
  235. position: fixed;
  236. width: 100%;
  237. height: 140rpx;
  238. background-color: #fff;
  239. bottom: 0rpx;
  240. left: 0rpx;
  241. z-index: 9999;
  242. display: flex;
  243. align-items: center;
  244. box-sizing: border-box;
  245. padding: 20rpx 30rpx;
  246. border-top: 1rpx solid #CCCCCC;
  247. }
  248. .contactSales-left {
  249. flex: 2;
  250. display: flex;
  251. align-items: center;
  252. }
  253. .left-avatar {
  254. width: 80rpx;
  255. height: 80rpx;
  256. border-radius: 50%;
  257. }
  258. .left-msg {
  259. display: flex;
  260. flex-direction: column;
  261. box-sizing: border-box;
  262. padding-left: 20rpx;
  263. }
  264. .left-name {
  265. display: flex;
  266. align-items: center;
  267. }
  268. .nameCard {
  269. width: 40rpx;
  270. height: 40rpx;
  271. margin-left: 10rpx;
  272. }
  273. .left-text {
  274. font-size: 24rpx;
  275. color: #999999;
  276. }
  277. .contactSales-right {
  278. flex: 1;
  279. display: flex;
  280. flex-direction: row;
  281. justify-content: space-between;
  282. }
  283. .rightmobile {
  284. width: 40rpx;
  285. height: 40rpx;
  286. }
  287. .right-box1 {
  288. width: 100rpx;
  289. display: flex;
  290. flex-direction: column;
  291. align-items: center;
  292. }
  293. .right-box1>text {
  294. font-size: 24rpx;
  295. margin-top: 10rpx;
  296. }
  297. /* 联系销售人员 */
  298. .viewVideo {
  299. width: 100%;
  300. height: 100vh;
  301. }
  302. .viewBoxFixed {
  303. width: 75%;
  304. position: fixed;
  305. bottom: 200rpx;
  306. left: 20rpx;
  307. color: #fff;
  308. }
  309. .viewBoxTitle {
  310. line-height: 50rpx;
  311. }
  312. .viewBoxDesc {
  313. width: 100%;
  314. line-height: 40rpx;
  315. white-space: normal;
  316. }
  317. .ellipsis {
  318. white-space: nowrap;
  319. overflow: hidden;
  320. text-overflow: ellipsis;
  321. }
  322. .pricebtnimg {
  323. display: block;
  324. position: fixed;
  325. right: 20rpx;
  326. bottom: 300rpx;
  327. width: 140rpx;
  328. height: 140rpx;
  329. z-index: 9;
  330. }
  331. /* 经纪人报名 */
  332. .application {
  333. width: 100%;
  334. height: 110rpx;
  335. position: fixed;
  336. bottom: 0rpx;
  337. left: 0rpx;
  338. z-index: 999;
  339. text-align: center;
  340. line-height: 100rpx;
  341. font-size: 32rpx;
  342. border-radius: 0rpx;
  343. background-color: #F96400;
  344. box-sizing: border-box;
  345. color: #fff;
  346. }