live_detail.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992
  1. button{ border:0}
  2. /*阿里字体库 BEGIN*/
  3. @font-face {font-family: 'iconfont';
  4. src: url('../../plugins/iconfont/iconfont.eot'); /* IE9*/
  5. src: url('../../plugins/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  6. url('../../plugins/iconfont/iconfont.woff') format('woff'), /* chrome、firefox */
  7. url('../../plugins/iconfont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  8. url('../../plugins/iconfont/iconfont.svg#uxiconfont') format('svg'); /* iOS 4.1- */
  9. }
  10. .iconfont{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;}
  11. input {
  12. outline: 0
  13. }
  14. html {
  15. height: 100%
  16. }
  17. body {
  18. font: 12px/20px "Hiragino Sans GB","Microsoft Yahei",arial,宋体,"Helvetica Neue",Helvetica,STHeiTi,sans-serif;
  19. min-height: 100%;
  20. height: 100%;
  21. font-weight: 400;
  22. position: relative;
  23. color: #ababab
  24. }
  25. body a {
  26. text-decoration: none
  27. }
  28. .hide {
  29. display: none
  30. }
  31. .left_bar {
  32. display: none;
  33. position: fixed;
  34. top: 0;
  35. left:0;
  36. bottom: 0;
  37. z-index: 2000;
  38. background: #121314;
  39. width: 60px;
  40. min-height: 100%;
  41. text-align: center
  42. }
  43. .left_bar * {
  44. cursor: pointer
  45. }
  46. .left_bar .logo {
  47. width: 48px;
  48. height: 48px;
  49. overflow-y: hidden;
  50. padding: 22px 6px 0
  51. }
  52. .left_bar .logo a {
  53. display: block;
  54. width: 100%;
  55. height: 100%
  56. }
  57. .left_bar .logo a {
  58. }
  59. .left_bar .avatar {
  60. margin-top: 20px;
  61. border-top: 1px solid #222;
  62. padding: 20px 0;
  63. position: relative
  64. }
  65. .left_bar .avatar img {
  66. width: 44px;
  67. height: 44px;
  68. border-radius: 24px;
  69. border: 2px solid transparent
  70. }
  71. .left_bar .avatar span {
  72. width: 58px;
  73. height: 19px;
  74. background-size: 100% 100%;
  75. position: absolute;
  76. left: 2px;
  77. top: 56px
  78. }
  79. .left_bar .avatar img:hover {
  80. border-color: #FFF
  81. }
  82. .left_bar .bot {
  83. position: absolute;
  84. width: 60px;
  85. bottom: 0;
  86. left: 0;
  87. font-size: 24px;
  88. line-height: 60px;
  89. color: #D8D8D8
  90. }
  91. .left_bar .bot>div {
  92. position: relative;
  93. height: 60px;
  94. overflow-y: hidden;
  95. margin-top: 4px;
  96. z-index: 1000
  97. }
  98. .left_bar .bot span {
  99. display: block;
  100. font: 12px/60px '\5FAE\8F6F\96C5\9ED1',arial,'\5b8b\4f53';
  101. color: #ABABAB;
  102. position: absolute;
  103. left: 0;
  104. top: 60px;
  105. background-color: #2e2e2e;
  106. width: 60px;
  107. transition: top .2s;
  108. z-index: 1010
  109. }
  110. .left_bar .bot div:hover span {
  111. top: 0
  112. }
  113. .left_bar .bot .iconfont{font-size:28px;font-weight: normal
  114. }
  115. .left_bar .bot .download {
  116. overflow: visible;
  117. text-align: center;
  118. z-index: 4200
  119. }
  120. .left_bar .bot .download .s_download_box {
  121. position: absolute;
  122. display: none;
  123. left: 59px;
  124. bottom: 0;
  125. width: 210px;
  126. z-index: 4200
  127. }
  128. .left_bar .bot .download .s_download_box a {
  129. margin-top: 10px
  130. }
  131. .left_bar .bot .download .s_download_box:after {
  132. content: " ";
  133. display: block;
  134. position: absolute;
  135. bottom: 25px;
  136. left: 0;
  137. width: 0;
  138. height: 0;
  139. border-width: 10px 10px 10px 0;
  140. border-style: solid;
  141. border-color: transparent #222 transparent transparent
  142. }
  143. .left_bar .bot .download .download_ecode img {
  144. width: 180px;
  145. height: 180px
  146. }
  147. .left_bar .bot .download .s_download_box * {
  148. display: block;
  149. margin: 0 auto
  150. }
  151. .left_bar .bot .download .s_download_box .content {
  152. width: 180px;
  153. padding: 10px;
  154. background-color: #222;
  155. border-radius: 5px;
  156. margin-left: 10px
  157. }
  158. .left_bar .bot .download:hover .s_download_box {
  159. display: block
  160. }
  161. .room {
  162. background: url(../images/live/bg_live_a438ece.png) center center;
  163. background-size: 100% 100%
  164. }
  165. .clearfix {
  166. zoom: 1
  167. }
  168. .clearfix:after {
  169. width: 0;
  170. height: 0;
  171. content: " ";
  172. overflow-y: hidden;
  173. display: block;
  174. clear: both
  175. }
  176. .live_box {
  177. position: absolute;
  178. min-width: 940px;
  179. min-height: 540px;
  180. width: 1200px;
  181. height: 540px;
  182. left: 50%;
  183. margin-left: -600px;
  184. top: 50%;
  185. margin-top: -270px;
  186. }
  187. .anchorinfo {
  188. zoom: 1
  189. }
  190. .anchorinfo .avatar:hover img {
  191. border-color: #fdc738
  192. }
  193. .anchorinfo .avatar {
  194. float: left;
  195. width: 48px;
  196. position: relative
  197. }
  198. .anchorinfo .avatar img {
  199. width: 44px;
  200. height: 44px;
  201. border: 2px solid #FFF;
  202. border-radius: 24px
  203. }
  204. .anchorinfo .avatar .noble_star {
  205. position: absolute;
  206. width: 61px;
  207. height: 20px;
  208. background-size: 100% 100%;
  209. right: -6px;
  210. bottom: -12px
  211. }
  212. .anchorinfo .info {
  213. float: left;
  214. margin-left: 10px;
  215. color: #FFF;
  216. font-size: 16px
  217. }
  218. .anchorinfo .info a {
  219. color: #FFF
  220. }
  221. .anchorinfo .info .nickname {
  222. max-width: 100px;
  223. white-space: nowrap;
  224. text-overflow: ellipsis;
  225. overflow: hidden
  226. }
  227. .anchorinfo .info .nickname:hover,.anchorinfo .info .nickname:hover a {
  228. color: #0090d2
  229. }
  230. .anchorinfo .info .id {
  231. font-size: 12px;
  232. color: #ababab;
  233. line-height: 20px
  234. }
  235. .anchorinfo .info .rem_time {
  236. font-size: 12px;
  237. color: #ababab;
  238. line-height: 13px
  239. }
  240. .anchorinfo .followcount {
  241. position: absolute;
  242. right: 10px;
  243. top: 27px
  244. }
  245. .anchorinfo .follow_zi {
  246. width: 72px;
  247. position: absolute;
  248. right: 13px;
  249. text-align: center;
  250. top: 25px;
  251. cursor: pointer;
  252. height: 32px;
  253. background: url(../images/live/follow_dde25b3.png?__sprite)
  254. }
  255. .anchorinfo .follow_zi:active,.anchorinfo .follow_zi:hover {
  256. background: url(../images/live/followh_922e746.png?__sprite)
  257. }
  258. .anchorinfo .true_follow {
  259. width: 72px;
  260. position: absolute;
  261. right: 13px;
  262. text-align: center;
  263. top: 25px;
  264. cursor: pointer;
  265. height: 32px;
  266. background: url(../images/live/true_follow_c68b7cb.png);
  267. }
  268. .w330 {
  269. height: 100%;
  270. position: absolute;
  271. border: 1px solid #121314;
  272. border-right: 0;
  273. width: 328px;
  274. overflow: hidden;
  275. overflow-y: hidden;
  276. filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#cc12131d', endColorstr='#cc12131d');
  277. background-color: rgba(18,19,29,.8);
  278. left: 0
  279. }
  280. :root .w330 {
  281. filter: none
  282. }
  283. .w330 .anchorinfo {
  284. border-bottom: 1px solid #444;
  285. padding: 14px 13px 18px;
  286. }
  287. .w330 .J_scroll {
  288. -moz-user-select: none;
  289. -webkit-user-select: none;
  290. user-select: none
  291. }
  292. .w400 {
  293. position: absolute;
  294. border: 1px solid #121314;
  295. top: 0;
  296. left: 340px;
  297. right: 360px;
  298. border-right: 0;
  299. height: 100%;
  300. background-color: #202224;
  301. overflow: hidden
  302. }
  303. .w400 #J_flash {
  304. margin-left: -100%
  305. }
  306. .w400 .danmu {
  307. position: absolute;
  308. left: 0;
  309. top: 100px;
  310. height: 44px;
  311. z-index: 1200
  312. }
  313. .w400 .flash {
  314. z-index: 900;
  315. width: 100%;
  316. height: 100%
  317. }
  318. .w400 .giftlist {
  319. position: absolute;
  320. bottom: 80px;
  321. left: 10px;
  322. z-index: 910
  323. }
  324. .w400 .giftlist .gift {
  325. position: relative;
  326. margin-top: 16px
  327. }
  328. .w400 .giftlist .gift .mark {
  329. width: 216px;
  330. height: 50px;
  331. border-radius: 25px;
  332. overflow: hidden;
  333. background-image: url(data:image/png;
  334. base64,iVBORw0KGgoAAAANSUhEUgAAANwAAAA2CAYAAACshfdlAAAAAXNSR0IArs4c6QAABHxJREFUeAHtnV1PE0EUhkFREoRorPGDaPQOJfFK//8f0DuMqFckGIkoRlPkQknwPBtmbUt3u9vOimmfk5xMtzt7hnnIm/nY6czyUl5bjnAb4b3zdD3StfCVc+e+JoH/jcBZ/EGn534S6XF4P/zoPOV+FsshAGLcDn8Ufi/8ergmgXkh8Csq8jn8YzgCnEl8swpuM/6Ap+E3wjUJzDuBn1HBd+EH4VMJb1rB3YkCn4XfCtcksGgEvkeFd8O/tq14W8ExHnsefrdtQeaXwBwSOIw67YQz7mtkbQRHq/Yi3DFaI7RmWhACv6Oer8MbtXZXG0J5HPkQG7ONmgQk8JcAGnoYzuQKXc1amyQ4WkC6kFvhbVrD2kK9KYE5I4A2mKFfDf9SV7dJgkNsT+oCeE8CEigJMInIkIux3VirExzdSFo2TQISaE4A0VV2L6sElyZI7EY2B21OCSQCzOJ/C78we3kl5RhImfpngkSxDUDxowRaEEA7L8PR0pCNExzjNqf+hzB5IYHWBK7FE2hpyEYFR1fSl9pDiLyQwNQE0BKaKm1QcDSDLNfSJCCBfAS2I1Q5PBsU3IO4wQyLJgEJ5CNwM0KxyL+wJDgUyKp/TQISyE+gXDiSBNeLMvyJTX7QRpQABNAWGltKgmMtmCYBCXRHoNAYgqM7yTowTQIS6I4AGltGcBvhvnfrDrSRJQABNLaB4Iq+Jd9oEpBApwR6qYXrtBSDS0ACBYGihWMrO00CEuiewDot3IUFlt2XawkSWEgCawjObRMW8n9vpS+BwIqCuwTqFrmwBArBLWztrbgE/jUBWjj2VNckIIHuCZwquO4hW4IEEoFCcBf2XUh3TSUggawETmjhjrOGNJgEJFBF4BjB9avu+r0EJJCVQB/BHWUNaTAJSKCKwFFq4di4UpOABLojgMaKFo6D5TjhUZOABLojgMbOaOEwjlPVJCCB7gjsEzoJjnEcx6lqEpBAfgJoi63PS8HRrXzPF5oEJJCdAOeCo7FScHz+FP6DD5oEJJCNAIc0HqRoqUvJNQp8m26YSkACWQjsRpSidSPaoOC45pziQz5oEpDAzATQ0tDZ36OCo4SdcA4K1yQggekJ8N4NLQ3ZuAMZERv9TjauLA8hGHrKCwlIoI4AXchX4RfmRMYJjkD8ggCFukEsNDQJtCNAy1ZOlAw+WiU48tDKrYZ7og40NAk0I7AX2T5UZa0THM8w4GPHWEUHDU0C9QT24vabuiyTBEdflJkWupec5uiYLiBoEhghgE7oRla2bCn/JMGlfHQvWZpyP7zpM+lZUwnMMwEaIyZIxo7ZRiveRjxMpLAahZ2aPUtulKTXi0iA3t/Y2cgqGNN2ETkofDuc41Q1CSwaAXp8rCAZeqndBMK0giM2z26Gb4Xb4gUEbe4JsOqfhch0H8vlWm1qPYvgUjnE6IXzopz3dsxqahKYFwKM0fjx6H448xhTCS2eKyyH4FIsUuJxwCMCJGW8txbO+QV47vIipCaBmQkgIjZExpmrYCe7fji/EyWdSWTxfGl/AHuyhVlC+eTVAAAAAElFTkSuQmCC);color: #FFF;
  335. padding: 2px
  336. }
  337. .w400 .giftlist .gift .mark img {
  338. border-radius: 25px;
  339. height: 50px;
  340. width: 50px;
  341. float: left
  342. }
  343. .w400 .giftlist .gift .mark .info {
  344. float: left;
  345. padding-left: 10px
  346. }
  347. .w400 .giftlist .gift .mark .info .nickname {
  348. display: block;
  349. text-overflow: ellipsis;
  350. white-space: nowrap;
  351. width: 71px;
  352. overflow: hidden
  353. }
  354. .w400 .giftlist .gift .mark .info .detail {
  355. font: 12px/14px '\5FAE\8F6F\96C5\9ED1',arial,'\5b8b\4f53';
  356. color: #fff;
  357. width: 110px;
  358. overflow: hidden
  359. }
  360. .w400 .giftlist .gift .mark .info .detail span {
  361. color: #FFF
  362. }
  363. .w400 .giftlist .gift .effect {
  364. position: absolute;
  365. left: 165px;
  366. top: 0;
  367. width: 150px;
  368. top: -4px
  369. }
  370. .w400 .giftlist .gift .effect img {
  371. height: 58px
  372. }
  373. .w400 .giftlist .effect {
  374. position: relative;
  375. width: 90px
  376. }
  377. .w400 .giftlist .effect .amount {
  378. text-align: center;
  379. display: block;
  380. min-width: 60px;
  381. left: 50px;
  382. top: 15px;
  383. position: absolute
  384. }
  385. .w400 .giftlist .effect .num {
  386. position: absolute;
  387. top: -5px;
  388. width: 60px;
  389. z-index: 11;
  390. white-space: nowrap;
  391. overflow: visible
  392. }
  393. .w400 .giftlist .effect .num_2 {
  394. width: 80px
  395. }
  396. .w400 .giftlist .effect .num_3 {
  397. width: 100px
  398. }
  399. .w400 .giftlist .effect .num_4 {
  400. width: 120px
  401. }
  402. .w360 {
  403. position: absolute;
  404. height: 100%;
  405. width: 356px;
  406. right: 0;
  407. top: 0;
  408. overflow: hidden;
  409. z-index: 1100;
  410. filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#cc202224', endColorstr='#cc202224');
  411. background-color: rgba(32,34,36,.8);
  412. border: 1px solid #121314;
  413. padding-left: 2px
  414. }
  415. :root .w360 {
  416. filter: none
  417. }
  418. .w360 .msglist {
  419. position: absolute;
  420. bottom: 250px;
  421. right: 0;
  422. z-index: 1100;
  423. width: 100%;
  424. overflow: hidden;
  425. top: 5px
  426. }
  427. .w360 .msglist>* {
  428. max-width: 92%;
  429. overflow: hidden
  430. }
  431. .w360 .msglist .msg_1:hover .nickname {
  432. color: #0090d2
  433. }
  434. .w360 .msglist .msg_1 {
  435. *width: 90%;
  436. min-height: 46px;
  437. overflow: hidden;
  438. position: relative;
  439. border-radius: 5px;
  440. background-color: #3D4145;
  441. margin: 3px 10px;
  442. float: left;
  443. clear: both;
  444. cursor: pointer
  445. }
  446. .w360 .msglist .msg_1 .avatar {
  447. border-radius: 5px;
  448. overflow: hidden;
  449. width: 46px;
  450. height: 100%;
  451. *height: 46px;
  452. position: absolute;
  453. left: 0;
  454. top: 0;
  455. border-bottom-right-radius: 0;
  456. border-top-right-radius: 0;
  457. text-align: center
  458. }
  459. .w360 .msglist .msg_1 .avatar img {
  460. height: 100%
  461. }
  462. .w360 .msglist .msg_1 .info {
  463. margin-left: 46px;
  464. max-width: 90%;
  465. padding-left: 10px;
  466. padding-right: 12px;
  467. line-height: 25px;
  468. zoom: 1
  469. }
  470. .w360 .msglist .msg_1 .info .nickname {
  471. font-size: 12px;
  472. display: block;
  473. color: #FDC738;
  474. max-width: 150px;
  475. white-space: nowrap;
  476. overflow: hidden;
  477. text-overflow: ellipsis
  478. }
  479. .w360 .msglist .msg_1 .info .content {
  480. color: #FFF;
  481. line-height: 20px;
  482. max-width: 265px;
  483. padding-bottom: 5px;
  484. font-size: 14px
  485. }
  486. .w360 .msglist .msg_2 {
  487. clear: both;
  488. margin-left: 10px;
  489. color: #FDE970;
  490. font-size: 14px
  491. }
  492. .w360 .msglist .msg_2 .grey {
  493. color: #ababab
  494. }
  495. .w360 .msglist .msg_2 .nickname {
  496. max-width: 260px;
  497. overflow: hidden;
  498. text-overflow: ellipsis
  499. }
  500. .w360 .msglist .msg_2_1 {
  501. color: #FDC738
  502. }
  503. .w360 .msglist .msg_2_1 .nickname {
  504. color: #FDC738
  505. }
  506. .w360 .msglist .msg_2_2 {
  507. color: #FDC738
  508. }
  509. .w360 .msgform {
  510. position: absolute;
  511. bottom: 190px;
  512. background-color: #3D4145;
  513. height: 52px;
  514. width: 100%;
  515. overflow: visible;
  516. left: 1px
  517. }
  518. .w360 .msgform .danmu {
  519. width: 40px;
  520. height: 24px;
  521. background: url(../images/live/danmu1_eefe45b.png?__sprite) center center no-repeat;
  522. position: absolute;
  523. left: 10px;
  524. top: 15px;
  525. z-index: 6000;
  526. cursor: pointer
  527. }
  528. .w360 .msgform .danmu.on {
  529. background: url(../images/live/danmu3_4f48a8e.png?__sprite) center center no-repeat
  530. }
  531. .w360 .msgform input {
  532. display: block
  533. }
  534. .w360 .msgform input.text {
  535. background-color: #202224;
  536. height: 20px;
  537. line-height: 20px;
  538. border-radius: 16px;
  539. padding: 6px 0 6px 16px;
  540. color: #FFF;
  541. border: 0;
  542. position: absolute;
  543. left: 60px;
  544. top: 10px;
  545. width: 200px;
  546. display: block
  547. }
  548. .w360 .msgform input.send:active,.w360 .msgform input.send:hover {
  549. background-color: #f2410a
  550. }
  551. .w360 .msgform input.send {
  552. display: block;
  553. background-color: #F9743A;
  554. line-height: 32px;
  555. height: 32px;
  556. border: 0;
  557. border-radius: 18px;
  558. width: 16%;
  559. text-align: center;
  560. color: #FFF;
  561. font-size: 14px;
  562. position: absolute;
  563. top: 10px;
  564. right: 10px;
  565. font-family: '\5FAE\8F6F\96C5\9ED1',arial,'\5b8b\4f53';
  566. cursor: pointer
  567. }
  568. .w1000 {
  569. width: 1000px
  570. }
  571. .w1000 .w400 {
  572. right: 360px
  573. }
  574. .w360 .gift {
  575. position: absolute;
  576. bottom: 0;
  577. left: 0;
  578. height: 180px;
  579. padding-top:10px;
  580. width: 100%;
  581. -moz-user-select: none;
  582. -webkit-user-select: none;
  583. user-select: none;
  584. background-color: #1A1B20
  585. }
  586. .w360 .gift .gift_btn {
  587. width: 128px;
  588. height: 28px;
  589. margin: 7px auto;
  590. border-radius: 16px;
  591. background-color: #26292e;
  592. position: relative;
  593. padding: 4px 0 0 4px
  594. }
  595. .w360 .gift .gift_btn .move_box {
  596. width: 60px;
  597. height: 24px;
  598. border-radius: 12px;
  599. background-color: #ff834c
  600. }
  601. .w360 .gift .gift_btn .tab_box {
  602. position: absolute;
  603. width: 100%;
  604. height: 100%;
  605. top: 0;
  606. left: 0
  607. }
  608. .w360 .gift .gift_btn .tab_box .tab {
  609. width: 66px;
  610. height: 32px;
  611. font-size: 14px;
  612. text-align: center;
  613. color: #aaa;
  614. float: left;
  615. line-height: 32px;
  616. cursor: pointer
  617. }
  618. .w360 .gift .gift_btn .tab_box .tabon {
  619. color: #fff
  620. }
  621. .w360 .gift .gift_window {
  622. margin-top: 3px;
  623. position: relative
  624. }
  625. .w360 .gift .window,.w360 .gift .window1,.w360 .gift .window2,.w360 .gift .window3 {
  626. position: relative
  627. }
  628. .w360 .gift .giftlist {
  629. height: 120px;
  630. overflow: hidden;
  631. margin: 0 29px;
  632. position: relative
  633. }
  634. .w360 .gift .giftlist span {
  635. position: relative;
  636. width: 56px;
  637. height: 56px;
  638. line-height: 56px;
  639. text-align: center;
  640. background: #2B2C2F;
  641. border-radius: 4px;
  642. margin: 1px;
  643. display: block;
  644. float: left;
  645. border: 1px solid #2B2C2F;
  646. cursor: pointer;
  647. }
  648. .w360 .gift .giftlist .mark {
  649. width: 100%
  650. }
  651. .w360 .gift .giftlist .mark .img {
  652. max-width: 56px;
  653. max-height: 56px;
  654. }
  655. .w360 .gift .giftlist .mark .point{
  656. display: none;
  657. position: absolute;
  658. top:0;
  659. bottom:0;
  660. left:0;
  661. right:0;
  662. background: rgba(0,0,0,.5);
  663. color:#fff;
  664. text-align: center;
  665. line-height: 56px;
  666. font-style: normal;
  667. }
  668. .w360 .gift .giftlist .mark span:hover .point,.w360 .gift .giftlist .mark span.on .point{
  669. display: block;
  670. }
  671. .w360 .gift .giftlist .mark div {
  672. height: 58px;
  673. margin-bottom: 4px;
  674. clear: both;
  675. float: left
  676. }
  677. .w360 .gift .giftlist .mark span:hover,.w360 .gift .giftlist .mark span.on {
  678. background-color: #666769
  679. }
  680. .w360 .gift .giftlist .on,.w360 .gift .giftlist span:hover {
  681. border-color: #e5e5e5
  682. }
  683. .w360 .gift .giftform {
  684. height: 30px;
  685. position: absolute;
  686. bottom: 10px;
  687. left: 10px;
  688. right: 10px;
  689. overflow: visible;
  690. color: #FFF;
  691. font-size: 12px
  692. }
  693. .w360 .gift .giftform .form>* {
  694. float: left;
  695. height: 28px;
  696. line-height: 28px
  697. }
  698. .w360 .gift .giftform .form {
  699. float: right;
  700. font-size: 12px;
  701. position: relative
  702. }
  703. .w360 .gift .giftform .form input,.w360 .gift .giftform .form button {
  704. width: 48px;
  705. text-align: center;
  706. border: 0;
  707. background-color: #2e2e35;
  708. border-radius: 14px;
  709. color: #FFF
  710. }
  711. .w360 .gift .giftform .form .btn {
  712. background-color: #F9743A;
  713. cursor: pointer
  714. }
  715. .w360 .gift .giftform .form .btn:active,.w360 .gift .giftform .form .btn:hover {
  716. background-color: #f2410a
  717. }
  718. .w360 .gift .giftform .form .text {
  719. margin: 0 10px;
  720. width: 48px;
  721. cursor: pointer
  722. }
  723. .w360 .gift .giftform .form ul {
  724. position: absolute;
  725. z-index: 200;
  726. bottom: 0;
  727. line-height: 28px;
  728. text-align: center;
  729. width: 48px;
  730. left: 34px;
  731. background-color: #2E2E35;
  732. border-radius: 14px;
  733. overflow: hidden;
  734. color: #FFF;
  735. height: auto;
  736. cursor: pointer
  737. }
  738. .w360 .gift .giftform .form ul li:hover,.w360 .gift .giftform .form ul li.on {
  739. background-color: #F9743A
  740. }
  741. .w360 .gift .giftform .recharge {
  742. color: #F9743A;
  743. margin-left: 10px;
  744. font-size: 14px
  745. }
  746. .w360 .gift .giftform>* {
  747. float: left
  748. }
  749. .w1000 .w360 {
  750. width: 356px
  751. }
  752. .w1000 .w360 .msgform input.text {
  753. width: 200px
  754. }
  755. .heart {
  756. background: url(../images/live/web_heart_animation.png);
  757. background-repeat: no-repeat;
  758. height: 100px;
  759. width: 100px;
  760. cursor: pointer;
  761. position: absolute;
  762. right:0;
  763. top:0;
  764. background-size: 2900%;
  765. background-position: right;
  766. }
  767. @-webkit-keyframes heartBlast {
  768. 0% {
  769. background-position: left;
  770. }
  771. 100% {
  772. background-position: right;
  773. }
  774. }
  775. @keyframes heartBlast {
  776. 0% {
  777. background-position: left;
  778. }
  779. 100% {
  780. background-position: right;
  781. }
  782. }
  783. .heartAnimation {
  784. display: inline-block;
  785. -webkit-animation-name: heartBlast;
  786. animation-name: heartBlast;
  787. -webkit-animation-duration: .8s;
  788. animation-duration: .8s;
  789. -webkit-animation-iteration-count: 1;
  790. animation-iteration-count: 1;
  791. -webkit-animation-timing-function: steps(28);
  792. animation-timing-function: steps(28);
  793. background-position: right;
  794. }
  795. @-webkit-keyframes dorsyHover {
  796. 0% {
  797. -webkit-box-shadow: 0 0 1px 1px #aaa30a;
  798. }
  799. 50% {
  800. -webkit-box-shadow: 0 0 1px 1px #fdfbc4;
  801. }
  802. 100% {
  803. -webkit-box-shadow: 0 0 1px 1px yellow;
  804. }
  805. }
  806. @-webkit-keyframes dorsyDelete {
  807. 0% {
  808. -webkit-transform: rotate(0deg);
  809. }
  810. 40% {
  811. -webkit-transform: rotate(10deg);
  812. }
  813. 80% {
  814. -webkit-transform: rotate(-10deg);
  815. }
  816. 100% {
  817. -webkit-transform: rotate(0deg);
  818. }
  819. }
  820. .goods-list{position:absolute;top:86px;bottom:0;left:0;right:0;overflow: hidden;overflow-y:auto;}
  821. .goods-list .goods-item{padding:10px;display: flex;}
  822. .goods-list .goods-item .left{}
  823. .goods-list .goods-item .left .goods-image{width:100px;height: 100px;}
  824. .goods-list .goods-item .right{flex:1;padding-left:10px;}
  825. .goods-list .goods-item .right .goods-name a{font-size:16px;color:#fff;line-height: 1.2;height: 38px;overflow: hidden;
  826. display: -webkit-box;
  827. -webkit-line-clamp: 2;
  828. -webkit-box-orient: vertical;
  829. display: box;
  830. line-clamp: 2;
  831. box-orient: vertical;
  832. }
  833. .goods-list .goods-item .right .goods-info{display: flex;align-items: center;margin-top:30px;}
  834. .goods-list .goods-item .right .goods-info .goods-price{flex:1;font-size: 14px;color:#ff4040}
  835. .goods-list .goods-item .right .goods-info .cart-btn{cursor:pointer;width:30px;line-height: 30px;border-radius: 30px;background: #ff4040;color:#fff;text-align: center;}