playpusher.wxss 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541
  1. /* pages/mine/wxml/playpusher/playpusher.wxss */
  2. page{
  3. height: 100%;
  4. }
  5. .content{
  6. height: 100%;
  7. }
  8. live-pusher{
  9. width: 100%;
  10. height: 100%;
  11. }
  12. .cover{
  13. width: 280%;
  14. height: 100%;
  15. position: relative;
  16. left: -90%;
  17. }
  18. .goods-detail{
  19. height: 100%;
  20. width: 100%;
  21. position: absolute;
  22. left: 0;
  23. }
  24. .goods-img{
  25. width: 100rpx;
  26. height: 100rpx;
  27. background: #fb752c;
  28. float: left;
  29. }
  30. .goods-detail-content{
  31. height: 100%;
  32. width: 90%;
  33. float: left;
  34. background: rgba(0, 0, 0, 0.3);
  35. overflow-y: scroll;
  36. padding-top: 30rpx;
  37. box-sizing: border-box;
  38. }
  39. .goods-detail-btn{
  40. color: #fff;
  41. float: left;
  42. position: absolute;
  43. top: 40%;
  44. left: 90%;
  45. padding: 20rpx;
  46. background: rgba(0, 0, 0, 0.3);
  47. font-size: 24rpx;
  48. }
  49. .goods-bidding{
  50. width:100%;
  51. height: 100%;
  52. position: absolute;
  53. right: 0;
  54. }
  55. .goods-bidding .goods-bidding-btn{
  56. color: #fff;
  57. position: absolute;
  58. top: 40%;
  59. left: 0;
  60. padding: 20rpx;
  61. background: rgba(0, 0, 0, 0.3);
  62. margin-left: 10rpx;
  63. font-size: 24rpx;
  64. }
  65. .goods-bidding-content{
  66. height: 100%;
  67. width: 90%;
  68. float: right;
  69. background: rgba(0, 0, 0, 0.3);
  70. /* position: absolute; */
  71. /* right: -40rpx; */
  72. overflow-y: scroll;
  73. }
  74. .goods-list{
  75. width: 90%;
  76. height: 180rpx;
  77. background: #fff;
  78. margin: 0 auto 30rpx;
  79. box-shadow: 0 10rpx 30rpx #444;
  80. box-sizing: border-box;
  81. padding: 10rpx;
  82. }
  83. .goods-list cover-image{
  84. background: #a1c2f9;
  85. width: 160rpx;
  86. height: 160rpx;
  87. }
  88. .goods-list .serial-number{
  89. float: left;
  90. height: 100%;
  91. width: 60rpx;
  92. text-align: center;
  93. line-height: 160rpx;
  94. }
  95. .goods-list .content{
  96. float: left;
  97. width:70%;
  98. height: 100%;
  99. position: relative;
  100. margin-left: 10rpx;
  101. }
  102. .goods-list .title{
  103. white-space:normal;
  104. font-size: 28rpx;
  105. }
  106. #checked{
  107. color: #fb752c;
  108. }
  109. .goods-info{
  110. position: absolute;
  111. bottom: 0;
  112. height: 50%;
  113. width: 100%;
  114. }
  115. .goods-info .goods-status{
  116. right: 0;
  117. font-size: 24rpx;
  118. color: #999;
  119. bottom: 0;
  120. position: absolute;
  121. }
  122. .goods-info .price{
  123. float:left;
  124. font-size: 24rpx;
  125. color: #999;
  126. bottom:0;
  127. position: absolute;
  128. }
  129. .price cover-view{
  130. float: left;
  131. }
  132. .goods-bidding-title{
  133. background: #fb752c;
  134. width: 100%;
  135. }
  136. .goods-bidding-title cover-view{
  137. padding: 10rpx;
  138. white-space: normal;
  139. color: #fff;
  140. font-size:30rpx;
  141. }
  142. .goods-bidding-price{
  143. background: #fff;
  144. margin-bottom: 20rpx;
  145. width: 93%;
  146. margin: 20rpx auto;
  147. }
  148. .goods-bidding-info{
  149. padding: 10rpx;
  150. }
  151. .goods-bidding-info cover-view{
  152. float: left;
  153. font-size:30rpx;
  154. margin-top: 16rpx;
  155. }
  156. .goods-bidding-extra:after{
  157. content:'';
  158. display: block;
  159. clear: both;
  160. }
  161. .goods-bidding-extra{
  162. position: relative;
  163. padding: 10rpx;
  164. }
  165. .goods-bidding-extra cover-view{
  166. float: left;
  167. font-size:24rpx;
  168. color: #999;
  169. }
  170. .liens{
  171. width: 1rpx;
  172. background: #ccc;
  173. height: 30rpx;
  174. margin: 0 10rpx;
  175. }
  176. .goods-bidding-extra .goods-bidding-serial{
  177. position: absolute;
  178. right: 15rpx;
  179. color: #000;
  180. letter-spacing: 1rpx;
  181. }
  182. .goods-parameter{
  183. background: #fff;
  184. margin-bottom: 20rpx;
  185. width: 93%;
  186. margin: 0 auto 20rpx;
  187. }
  188. .goods-parameter .goods-parameter-title{
  189. width: 100%;
  190. font-size: 28rpx;
  191. background: #fb752c;
  192. }
  193. .goods-parameter-title cover-view{
  194. padding: 10rpx;
  195. color: #fff;
  196. }
  197. .goods-parameter-left{
  198. padding: 10rpx 10px 20rpx;
  199. }
  200. .goods-parameter-left .goods-parameter-left-list{
  201. float:left;
  202. width: 50%;
  203. margin-top:10rpx;
  204. }
  205. .goods-parameter-left-list cover-view{
  206. font-size: 24rpx;
  207. color: #999;
  208. float: left;
  209. }
  210. .bid-record{
  211. background: #fff;
  212. margin-bottom: 20rpx;
  213. width: 93%;
  214. margin: 0 auto 20rpx;
  215. }
  216. .bid-record-title{
  217. background: #fb752c;
  218. }
  219. .bid-record-title cover-view{
  220. padding: 10rpx;
  221. font-size: 28rpx;
  222. color: #fff;
  223. }
  224. .bid-record-content{
  225. }
  226. .bid-record-list{
  227. padding: 10rpx;
  228. color: #000;
  229. font-size: 24rpx;
  230. position: relative;
  231. }
  232. .bid-record-list cover-view{
  233. float: left;
  234. }
  235. .list-serial{
  236. letter-spacing: 1rpx;
  237. }
  238. .list-price{
  239. letter-spacing: 1rpx;
  240. }
  241. .list-state{
  242. margin:0 10rpx;
  243. }
  244. .list-date{
  245. letter-spacing: 1rpx;
  246. }
  247. .list-price{
  248. position: absolute;
  249. right: 15rpx;
  250. padding-right: 5rpx;
  251. }
  252. .notice{
  253. background: #fff;
  254. margin-bottom: 20rpx;
  255. width: 93%;
  256. margin: 0 auto 20rpx;
  257. }
  258. .notice-title{
  259. background: #fb752c;
  260. padding: 10rpx;
  261. }
  262. .notice-title cover-view{
  263. color: #fff;
  264. font-size: 28rpx;
  265. }
  266. .notice-content{
  267. padding: 10rpx;
  268. overflow-y: scroll;
  269. height: 300rpx;
  270. }
  271. .title-h1{
  272. color: #000;
  273. font-size: 24rpx;
  274. font-weight: 600;
  275. }
  276. .title-h2{
  277. color: #333;
  278. font-size: 24rpx;
  279. font-weight: 600;
  280. }
  281. .notice-content cover-view{
  282. display: block;
  283. font-size: 24rpx;
  284. color: #666;
  285. line-height: 48rpx;
  286. white-space:normal;
  287. }
  288. .bidding{
  289. background: #fb752c;
  290. height: 100rpx;
  291. position: relative;
  292. width: 93%;
  293. margin: 0 auto 20rpx;
  294. box-sizing: border-box;
  295. }
  296. .bidding-input{
  297. float:left;
  298. height: 80rpx;
  299. }
  300. .input-box{
  301. float: left;
  302. height: 100%;
  303. width: 300rpx;
  304. background: #fff;
  305. text-align: center;
  306. line-height: 80rpx;
  307. }
  308. .reduce,.rise{
  309. float: left;
  310. height: 100%;
  311. width: 80rpx;
  312. background: #e22;
  313. color: #fff;
  314. text-align: center;
  315. line-height: 70rpx;
  316. }
  317. .submit{
  318. float: right;
  319. width: 140rpx;
  320. height: 100rpx;
  321. }
  322. .submit button{
  323. height: 80rpx;
  324. font-size: 30rpx;
  325. background: #e22;
  326. color: #fff;
  327. border: none;
  328. border-radius: 0;
  329. }
  330. .open{
  331. color: #fff;
  332. width: 100%;
  333. background: #fb752c;
  334. text-align: center;
  335. line-height: 100rpx;
  336. z-index: 999;
  337. }
  338. .rotate-camera{
  339. position: absolute;
  340. width: 70rpx;
  341. height: 70rpx;
  342. top: 20rpx;
  343. left: 50%;
  344. margin-left: 280rpx;
  345. }
  346. .chat-box{
  347. background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
  348. width: 100%;
  349. height: 300rpx;
  350. position: absolute;
  351. bottom: 0;
  352. left: 50%;
  353. padding-top: 20rpx;
  354. }
  355. .chat-ul::after{
  356. content: '';
  357. display: block;
  358. clear: both;
  359. }
  360. .chat-ul{
  361. max-height: 300rpx;
  362. position: absolute;
  363. bottom: 0;
  364. width: 100%;
  365. overflow-y: scroll;
  366. padding-bottom: 20rpx;
  367. }
  368. .chat-list{
  369. width: 100%;
  370. box-sizing: border-box;
  371. padding: 0 20rpx;
  372. }
  373. .userhade{
  374. width: 50rpx;
  375. height: 50rpx;
  376. float: left;
  377. }
  378. .username{
  379. margin-left: 20rpx;
  380. float: left;
  381. color: #fff;
  382. line-height: 50rpx;
  383. font-size: 28rpx;
  384. width: 100rpx;
  385. }
  386. .chat-content{
  387. margin-left: 20rpx;
  388. width:640rpx;
  389. white-space:pre-line;
  390. float: left;
  391. color: #fff;
  392. padding: 10rpx 0;
  393. font-size: 28rpx;
  394. }
  395. .chat-box{
  396. background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
  397. width: 100%;
  398. height: 300rpx;
  399. position: absolute;
  400. bottom: 0;
  401. left: 50%;
  402. padding-top: 20rpx;
  403. }
  404. .chat-ul::after{
  405. content: '';
  406. display: block;
  407. clear: both;
  408. }
  409. .chat-ul{
  410. max-height: 300rpx;
  411. position: absolute;
  412. bottom: 0;
  413. width: 100%;
  414. overflow-y: scroll;
  415. padding-bottom: 20rpx;
  416. }
  417. .chat-list{
  418. width: 100%;
  419. box-sizing: border-box;
  420. padding: 0 20rpx;
  421. margin-bottom: 12rpx;
  422. }
  423. .userhade{
  424. width: 45rpx;
  425. height: 45rpx;
  426. float: left;
  427. border: 1px solid #fff;
  428. margin-right: 12rpx;
  429. }
  430. .username{
  431. margin-left: 20rpx;
  432. float: left;
  433. color: #fff;
  434. line-height: 50rpx;
  435. font-size: 28rpx;
  436. width: 100rpx;
  437. }
  438. .chat-content{
  439. margin-left: 20rpx;
  440. width:590rpx;
  441. white-space:pre-line;
  442. /* float: left; */
  443. color: #60a2f0;
  444. padding: 10rpx 0;
  445. font-size: 28rpx;
  446. }
  447. .rotate-camera {
  448. position:absolute;
  449. width:50rpx;
  450. height:50rpx;
  451. top:80rpx;
  452. left:50%;
  453. /* margin-left:250rpx; */
  454. }
  455. .btn::after{
  456. border: none;
  457. }
  458. .btn-box{
  459. width: 100%;
  460. height: 100%;
  461. position: absolute;
  462. left: 0;
  463. top: 0;
  464. z-index: 99;
  465. }
  466. .btn{
  467. width: 100%;
  468. height: 100%;
  469. padding: 0;
  470. background: rgba(0, 0, 0, 0);
  471. }
  472. .rotate-camera cover-image{
  473. position: absolute;
  474. left: 0;
  475. top: 0;
  476. z-index: 98;
  477. width: 50rpx;
  478. height: 50rpx;
  479. }
  480. .d-back-home {
  481. position: fixed;
  482. width: 96rpx;
  483. height: 96rpx;
  484. right: 30rpx;
  485. bottom: 166rpx;
  486. z-index: 10000;
  487. }
  488. .scroll {
  489. height: 300rpx;
  490. position: absolute;
  491. bottom: 5rpx;
  492. }
  493. .scro {
  494. margin-bottom: 20rpx;
  495. }
  496. .user_img {
  497. width: 40rpx;
  498. height: 39rpx;
  499. margin-right: 18rpx;
  500. vertical-align: middle;
  501. border: 1px solid #fff;
  502. }
  503. .chatbox {
  504. width: 650rpx;
  505. overflow: auto;
  506. position: fixed;
  507. z-index: 9999;
  508. height: 300rpx;
  509. bottom: 100rpx;
  510. left: 10rpx;
  511. }
  512. .talk {
  513. padding-left: 10rpx;
  514. font-size: 14px;
  515. }
  516. .talk .user {
  517. color: #60a2f0;
  518. /* display: inline-block; */
  519. vertical-align: middle;
  520. line-height: 20rpx;
  521. }
  522. .talk .content {
  523. color: #60a2f0;
  524. height: 50rpx;
  525. display: inline-block;
  526. vertical-align: middle;
  527. }
  528. .online_number {
  529. color: #60a2f0;
  530. position: absolute;
  531. top: 1%;
  532. left: 3%;
  533. font-size: 12px;
  534. }