style.css 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703
  1. html, body, div,section,article,canvas,header,footer,figure,figcaption,nav span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, dd, dl, dt, li, ol, ul,input,select,button,textarea { padding:0; margin:0; border:none;}input,button,select,textarea,a,img{outline:none; text-decoration:none;color:#333;-webkit-tap-highlight-color:rgba(255,0,0,0);}/*去掉超链接或按钮点击时出现的虚线框黄色边框*/
  2. section,article,header,footer,figure,figcaption,nav,canvas{display:block;}
  3. ::-moz-focus-inner{border:0px;}/*火狐的私有属性去掉点击时边框*/
  4. html{font-size:20px;}
  5. body {font-size:12px; font-family:"Microsoft YaHei","Arial", "SimSun";}
  6. html,body{
  7. width:100%;
  8. height:100%;
  9. background:#f2f2f2;
  10. -moz-user-select: none;
  11. -webkit-user-select: none;
  12. -ms-user-select: none;
  13. -khtml-user-select: none;
  14. user-select: none; }
  15. a,img { border:none;}
  16. ul, ul li, ol li, li { list-style:none;}
  17. table { border-collapse: collapse;border-spacing:0;}
  18. input, textarea {border: 0;vertical-align: middle;}
  19. .clearfix:after {visibility: hidden;display: block;font-size: 0;content: ".";clear: both;height: 0;}
  20. * html .clearfix {zoom: 1;}
  21. *:first-child + html .clearfix {zoom: 1;}
  22. .fl { float:left;}
  23. .fr { float:right;}
  24. .none{ display:none;}
  25. .section1{position:relative;width:100%;height:100%;overflow:hidden;}
  26. #video{width:100%;height:100%;}
  27. .touchbox{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;display:none;}
  28. .section1_box{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.8s linear;-webkit-transition:all 0.8s linear;-moz-transition:all 0.8s linear; }
  29. .section1_box .roomtitle{color:#fff;font-size:14px;text-align:center;padding:10px 0 15px;}
  30. .section1_box.animte{transform:translateX(100%);-webkit-transform:translateX(100%);-moz-transform:translateX(100%);}
  31. .section1_box .header{position:absolute;top:0;left:0;z-index:12;width:100%;padding-top:10px;}
  32. .userinfo > img{width:40px;height:40px;}
  33. .section1_box .userinfo{width:200px;height:40px;float:left;margin-left:10px;font-size:12px;}
  34. .section1_box .userinfo > img{border-radius:50%;float:left;}
  35. .section1_box .userinfo > span{display:block;float:left;padding-top:2px;color:#fff;text-shadow: 1px 2px 2px #000;}
  36. .section1_box .userinfo span.ulive{width:150px;margin-left:10px;font-size:14px;}
  37. .section1_box .userinfo span.unum{width:150px;margin-left:10px;}
  38. .testbox{width:100%;height:200px;background:red;z-index:10;position:absolute;top:64px;left:0;}
  39. .user_followed{display:inline-block;float:right;width:73px;height:30px;line-height:30px;font-size:14px;border-radius:20px;background:#f6c636;color:#fff;margin-right:10px;margin-top:5px;text-align:center}
  40. .user_followed.on{border:1px solid #f6c636;background:transparent;color:#f6c636}
  41. .user_gag{display:inline-block;float:left;line-height:26px;padding:0 15px;font-size:14px;border-radius:20px;background:rgba(235,79,56,0.6);color:#fff;}
  42. .mb_btn{position:absolute;right:0;top:25px;}
  43. .userimg{width:55%;height:auto;float:left;overflow:hidden;margin-left:10px;display:none;}
  44. .userpic{white-space: nowrap;text-overflow:ellipsis;overflow-x: auto;}
  45. .userpic li{width:35px;height:35px;display:inline-block;border-radius:50%;}
  46. .userpic li > img{width:35px;height:35px;border-radius:50%;}
  47. #heart{width:100%;height:100%;position:absolute;bottom:0;left:0;z-index:9;display:none;}
  48. #heart canvas{width:100%;height:100%;transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);}
  49. .msg-box{position:absolute;bottom:90px;left:0;z-index:10;width:90%;max-height:154px;overflow-y:auto;}
  50. .msg-box p{font-size:14px;color:#fff;line-height:20px;padding:1px 10px;}
  51. .msg-box p:first-child{max-height:100px;}
  52. .msg-box p label{color:#CF7916;}
  53. .msg-box p label img{margin-right:3px;vertical-align:middle;}
  54. .msg-con{position:relative;bottom:0;left:0;width:100%;height:auto;}
  55. .chat_input {width: 100%;margin: 0 auto;position: absolute;z-index:21;bottom:0;height: 48px;display:none;background:rgba(255,255,255,.9)}
  56. .chat_input > .chat_barrage{position:relative;width:70px;height:35px;float:left;background:#a2a2a2;margin-right:5px;border-radius:3px;transition: all 0.4 linear;-webkit-transition: all 0.4 linear;-moz-transition: all 0.4 linear;display:none;}
  57. .chat_input > .chat_barrage.animte{background:#ff5865;}
  58. .chat_input span {height: 35px;display: inline-block;}
  59. .chat_input > .chat_barrage span{position:absolute;right:17px;top:0;height:30px;width:50px;margin:2px 0;border-radius:3px;background:#ddd;text-align:center;line-height:35px;color:#000;transition: all 0.4 linear;-webkit-transition: all 0.4 linear;-moz-transition: all 0.4 linear;}
  60. .chat_input > .chat_barrage.animte span{right:3px;color:#ff5865;}
  61. .chat_input > span.text_input {width: 50%;float: left;}
  62. .chat_input > span.send{float:right;margin-top:8px;margin-right:10px;background:#f6c636;color:#fff;width:67px;height:35px;line-height:35px;text-align:center;border-radius:5px;}
  63. .input{border: 0px solid #000;width: 100%;height:25px;line-height:25px;background:transparent;color: #b9b9b9;font-size: 14px;padding: 13px 7px;outline: none;}
  64. .chat_input span img {height: 100%;margin-top:8px;margin-right:10px;}
  65. .chat_barrage_box{position:absolute;top:0;left:0;width:100%;height:100%;display:none;}
  66. .chat_barrage_box > div{height:40px;min-width:160px;overflow:hidden;font-size:12px;color:#fff;position:absolute;left:0;top:0;background:rgba(0,0,0,0.5);border-radius:20px;}
  67. .chat_barrage_box > div > div{float:left;}
  68. .chat_barrage_box > div img{width:40px;height:40px;border-radius:50%;}
  69. .chat_barrage_box > div .nickname{color:#ff5865;}
  70. .chat-tool{position:absolute;bottom:10px;left:4%;z-index:21;width:92%;text-align:center;display:none;}
  71. .chat-tool ul{width:100%;height:75%;}
  72. .chat-tool ul li{position:relative;width:55px;height:100%;float:left;text-align:center;}
  73. .chat-tool ul li img{width:45px;text-align:center;}
  74. .chat-tool .appdown{display:inline-block;width:30%;height:40px;border-radius:10px;color:#fff;line-height:40px;border:1px solid #FFF;}
  75. .chat-tool ul li:nth-child(4) a{display:block;border-radius:50%;text-align:right;}
  76. /* 下载 */
  77. .down-bottom{
  78. position:absolute;
  79. bottom:0;
  80. width:100%;
  81. height:3rem;
  82. line-height:3rem;
  83. background:url('../images/down_bg.png');
  84. text-align:center;
  85. z-index:21;
  86. }
  87. .down-bottom img {
  88. max-width:70%;
  89. max-height:100%;
  90. vertical-align:middle;
  91. }
  92. .section2{width:100%;}
  93. #top_box {width: 100%;height:70%;position: absolute;top: 0;z-index:20;}
  94. #play {display:block;top:40%;left: 44%;position: absolute;z-index:20;background:rgba(43,51,63,.7);border-radius:50%;box-sizing: border-box;}
  95. #play img{display:block;width:40px;height:40px;float:left;border-radius:50%;}
  96. .jw-reset {color: inherit;background-color: transparent;padding: 0;margin: 0;float: none;font-size: 1rem;line-height: 1rem;text-align: left;vertical-align: baseline;border: 0;direction: ltr;font-variant: inherit;font-stretch: inherit;-webkit-tap-highlight-color: rgba(255,255,255,0);}
  97. .jwplayer {width: 100%;height:100%;font-size: 16px;position: relative;display: block;min-height: 0;overflow: hidden;box-sizing: border-box;background-color: #9a9494;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
  98. .jw-media{position: absolute;width: 100%;height: 100%;top: 0;left: 0;overflow:hidden;}
  99. .jw-media video {position: absolute;top: 0;right: 0;width: 100%;height: 100%;background: transparent;}
  100. .jw-preview {position: absolute;top:0;left:0;opacity: 1;visibility: visible;width: 100%;height: 100%;background: #000 no-repeat 50% 50%;}
  101. .jw-stretch-fill .jw-preview {background-size: cover;}
  102. .weui_dialog_alert{position: fixed;z-index:20;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,.6);}
  103. .weui_dialog {position: fixed;z-index: 999;width: 85%;height:150px;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);background-color: #fafafc;text-align: center;border-radius: 3px;}
  104. .weui_dialog_hd{position:absolute;top:5px;right:5px;display:block;width:32px;height:32px;}
  105. .weui_dialog_bd {padding:35px 0 20px;font-size: 15px;color: #888;word-wrap: break-word;word-break: break-all;}
  106. .weui_dialog_ft {position: relative;font-size: 17px;padding-top:20px;text-align:center;}
  107. .weui_dialog_ft a {display:inline-block;width:70px;height:35px;line-height:35px;color:#fff;background:#de6e6e;border-radius:5px;}
  108. .weui_dialog_ft:after {content: " ";position: absolute;left:5%;top: 0;width: 90%;height: 1px;border-top: 1px solid #d5d5d6;color: #d5d5d6;-webkit-transform-origin: 0 0;transform-origin: 0 0;-webkit-transform: scaleY(.5);transform: scaleY(.5);}
  109. .chat_gift{position:absolute;bottom:0;left:0;z-index:22;width:100%;min-height:200px;background:rgba(0,0,0,0.6);overflow:hidden;opacity:0;z-index:-1;}
  110. .swiper-slide > div{position:relative;float:left;width:25%;margin:10px 0 0;text-align:center;}
  111. .swiper-slide > div > img{width:40px;height:40px;display:inline-block;}
  112. .swiper-slide > div p{text-align:center;font-size:14px;line-height:20px;color:#fff;}
  113. .swiper-slide > div p i{display:inline-block;width:20px;height:20px;background:url('../images/coin.png') no-repeat center bottom;background-size:15px;}
  114. .swiper-slide > div .gift-select{position:absolute;top:0;right:0;display:inline-block;width:20px;height:20px;}
  115. .swiper-slide > div .gift-lian{background:url('../images/bursts-bt.jpg') no-repeat center;background-size:cover;}
  116. .swiper-slide > div .gift-hao{background:url('../images/luxury-bt.jpg') no-repeat center;background-size:cover;}
  117. .swiper-slide > div .selected{background:url('../images/selected.jpg') no-repeat center;background-size:cover;}
  118. .chat_gift_send{position:absolute;bottom:0;left:0;z-index:3;width:100%;height:35px;border-top:#9E9D9D 1px solid;}
  119. .balance{line-height:35px;font-size:14px;color:#9E9D9D;padding-left:10px;}
  120. .balance a{display: inline-block;height:100%;line-height:35px;color:#f6c636;}
  121. .balance .gift-coin{display:inline-block;width:20px;height:20px;background:url('../images/coin.png') no-repeat center bottom;background-size:15px;}
  122. .balance .gift-bbar-text{color: #f6c636;}
  123. .send_button{position:absolute;top:0;right:0;;width:80px;height:35px;line-height:35px;text-align: center;background:#f6c636;color:#fff;cursor:pointer;font-size:14px;}
  124. .gift-countdown-bg{display:none;width: 100px;height: 100px;bottom: 7px;right: 12px;background: url(../images/bg_continue_send.png) center no-repeat;background-size: contain;position: absolute;border-radius: 999px;z-index: 5;}
  125. .gift-countdown-btn {position: absolute;height: 83px;width: 83px;text-align: center;color: #fff;line-height: 90px;font-size: 18px;top: 8px;left: 8px;}
  126. .gift-countdown-btn-text, .gift-countdown-btn-time {color: #fff;text-align: center;font-size: 23px;font-weight: 700;}
  127. .gift-countdown-btn-text {height: 30px;margin-top: -13px;}
  128. .chat_gift .sel{position:absolute;top:-8px;right:20px;display:inline-block;width:20px;height:20px;background:#e5646e;border-radius:50%;}
  129. .chat_gift .sel img{display:inline-block;margin-top:7px;}
  130. .prompt_alert,.money_alert{position:absolute;bottom:20%;left:0;z-index:9;width:100%;height:30px;font-size:14px;color:#fff;background:#fa4034;text-align:center;line-height:30px;display:none;}
  131. .prompt_alert{bottom:22%;}
  132. .total_money{color:#fff;font-size:16px;margin:40px 0 30px;}
  133. /******分享盒子样式******/
  134. .share_box{position:absolute;bottom:0;left:0;z-index:22;transform:translateY(210px);-webkit-transform:translateY(210px);-moz-transform:translateY(210px);opacity:0;width:100%;height:210px;background:rgba(255,255,255,0.9);transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease; display:none;}
  135. .sanimt{transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);opacity:1;}
  136. .share_title{padding:10px 0;border-bottom:1px solid #eee;color:#11cd6e;font-size:20px;text-align:center;}
  137. #share_alert{display:none;position:fixed;top:0;left:0;z-index:14;width:100%;height:100%;background:rgba(0,0,0,0.6);}
  138. .share_prompt{position:relative;width:90%;height:230px;padding-top:60px;margin:0 auto;background:url(../images/bg_sharetip.png) no-repeat center bottom;background-size:100%;}
  139. .share_prompt p{position:absolute;bottom:2rem;left:1.5rem;font-size:1rem;line-height:2rem;color:#666;}
  140. /***点击用户头像显示信息****/
  141. .user_info_con{position:fixed;top:20%;left:50%;z-index:12;margin-left:-40%;width:80%;color:#000;text-align:center;font-size:14px;background:#fff;border-radius:5px;display:none;box-shadow: 0 0 5px #e8e8e8;}
  142. .user_top{height:32px;padding:15px;line-height:32px;}
  143. .user_top .user_close{float:right;background:#fff;}
  144. .user_top .user_tag{float:left;color:#eb4f38;}
  145. .user_photo{}
  146. .user_photo img{width:100px;height:100px;border-radius:50%;}
  147. .user_name{padding:15px 0 10px;}
  148. .user_name img{margin:0 3px;vertical-align:middle; }
  149. .user_id{padding-bottom:5px;}
  150. .user_id img{margin-left:10px;vertical-align:middle;}
  151. .user_follow{padding-bottom:10px;}
  152. .user_follow > div{padding-top:10px;color:#ededed;}
  153. .user_follow > div span{display:inline-block;width:45%;color:#333;white-space:nowrap; overflow:hidden;}
  154. .user_follow > div span.user_fw_span{padding-left:5px;}
  155. .user_follow > div span.user_fw_sn{width:45%;color:#ff9910;}
  156. .user_follow > div span.user_fw_sn small{display:block;width:100%;font-size:14px;white-space:nowrap; overflow:hidden;}
  157. .user_follow img{vertical-align:middle;}
  158. .user_bottom{width:90%;margin:0 auto;border-top:1px solid #eee;}
  159. .user_bottom a{display:inline-block;width:49%;line-height:45px;text-align:center;}
  160. .user_autograph{ word-wrap: break-word;word-break:break-all;color:#999;padding:0 7px;height:25px;line-height:25px;}
  161. .user_authentication{color:#fe4690;font-size:14px;line-height:25px;}
  162. .user_authentication .sel{display:inline-block;width:20px;height:20px;line-height:18px;background:#fe4690;border-radius:50%;vertical-align:middle;}
  163. /*直播结束*/
  164. .video_end{width:100%;height:100%;}
  165. .video_end .ad {width: 100%;height:100%;margin: 0 auto;text-align:center;}
  166. .video_end .ad img {padding: 0;width: 100%;height:100%;}
  167. .anchorpic{padding-top:10px;}
  168. .anchorpic img{width:60px; height:60px; border-radius:30px;}
  169. .video_end .style11 {padding-top:1.4rem;color: #333333;font-size:18px;}
  170. .video_end .style11 img{margin-bottom: -2px;width:2rem;height:18px;}
  171. .video_end .style111{padding-top:10px;color: #969696;font-size: 18px;}
  172. .video_end .about{overflow:hidden;position:absolute;z-index:111;text-align:center;width:100%;margin-top:50%;font-size:20px;color:#333333;font-family: 'Microsoft YaHei'}
  173. .video_end .mask{overflow:hidden;position:absolute;z-index:110;text-align:center;width:100%;height:100%;background:rgba(255,255,255,0.5);margin-top:0;margin-left:0;}
  174. .back_room{margin-top:50px;width:100%;display:block;text-align:center;font-size:16px;line-height:50px;color:#a9a9a9;}
  175. .back_room i{margin-right:5px;}
  176. /*#form{border-top:1px solid #c6c6c8;}*/
  177. .formsection{}
  178. .prev_back{position:fixed;top:0;left:0;width:100%;font-size:20px;text-align:center;background:#fff;line-height:50px;color:#666;}
  179. .prev_back i{display:block;width:40px;height:40px;position:absolute;top:0px;left:0;font-size:22px;}
  180. #form{padding:60px 5px 5px;}
  181. .form_list{background-color:#fff;padding-top:15px;padding-bottom:30px;border-radius:5px;}
  182. .form_list li{padding-left:10px;}
  183. .form_list li .label{width:97%;}
  184. .form_list li input{width:100%;line-height:45px;color:#888;font-family:"Microsoft YaHei";font-size:16px;text-indent:10px;border:1px solid #ccc;border-radius:5px;}
  185. .form_list li label{display:block;font-size:18px;color:#333;padding:10px 0;}
  186. .form_list li textarea{width:100%;height:60px;padding:5px 0;text-indent:10px;color:#888;font-size:14px; resize: none;border:1px solid #ccc;border-radius:5px;}
  187. .upfile{position:relative;padding:5px 0;}
  188. .upfileimg{display:block;float: left;}
  189. .upfile input.addimg{position:absolute;bottom:7px;left:0px;opacity:0;width:100px;height:100px;}
  190. .listpic{display:block;float:left;max-width:150px;overflow:hidden;height:100px;}
  191. /*#list span{display:block;float: left;width:75px;height:100px;}*/
  192. .listpic img{margin:0 5px;height:100px;}
  193. .upfileintro{font-size:1.5rem;color:#b1aaaa;}
  194. .submitart{width:60%;height:40px;margin:0 auto;padding:30px 0;}
  195. .submit_button{width:100%;height:40px;border-radius:20px;box-shadow:0 2px 3px #000;background:#EA887E;color:#fff;font-size:18px;}
  196. .loader{display:none;}
  197. .show{display:inline-block;}
  198. .ball-pulse > div:nth-child(0) {
  199. -webkit-animation: scale 0.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
  200. animation: scale 0.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08); }
  201. .ball-pulse > div:nth-child(1) {
  202. -webkit-animation: scale 0.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
  203. animation: scale 0.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08); }
  204. .ball-pulse > div:nth-child(2) {
  205. -webkit-animation: scale 0.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
  206. animation: scale 0.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08); }
  207. .ball-pulse > div:nth-child(3) {
  208. -webkit-animation: scale 0.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
  209. animation: scale 0.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08); }
  210. .ball-pulse > div {
  211. background-color: #fff;
  212. width: 10px;
  213. height: 10px;
  214. border-radius: 100%;
  215. -webkit-animation-fill-mode: both;
  216. animation-fill-mode: both;
  217. display: inline-block; }
  218. @-webkit-keyframes scale {
  219. 0% {
  220. -webkit-transform: scale(1);
  221. transform: scale(1);
  222. opacity: 1; }
  223. 45% {
  224. -webkit-transform: scale(0.1);
  225. transform: scale(0.1);
  226. opacity: 0.7; }
  227. 80% {
  228. -webkit-transform: scale(1);
  229. transform: scale(1);
  230. opacity: 1; } }
  231. @keyframes scale {
  232. 0% {
  233. -webkit-transform: scale(1);
  234. transform: scale(1);
  235. opacity: 1; }
  236. 45% {
  237. -webkit-transform: scale(0.1);
  238. transform: scale(0.1);
  239. opacity: 0.7; }
  240. 80% {
  241. -webkit-transform: scale(1);
  242. transform: scale(1);
  243. opacity: 1; } }
  244. /* 连送 */
  245. .hjPopGift {
  246. position: absolute
  247. }
  248. .hjPopGift.hjPopGift_small {
  249. opacity: 0;
  250. font-size: 12px;
  251. padding: 0 50px 0 40px;
  252. background-color: rgba(0,0,0,0.3);
  253. border-radius: 20px;
  254. left: -100%;
  255. -webkit-transition-duration: 500ms;
  256. transition-duration: 500ms;
  257. -webkit-transition-property: opacity,left;
  258. transition-property: opacity,left;
  259. z-index: 998
  260. }
  261. .hjPopGift.hjPopGift_small.first {
  262. top: 220px
  263. }
  264. .hjPopGift.hjPopGift_small.last {
  265. top: 290px
  266. }
  267. .hjPopGift.hjPopGift_small.first.active,.hjPopGift.hjPopGift_small.last.active {
  268. left:10px;
  269. opacity: 1
  270. }
  271. .hjPopGift.hjPopGift_small .icon-avatar {
  272. display: block;
  273. position: absolute;
  274. left: 0;
  275. top: 0;
  276. width: 35px;
  277. height: 35px;
  278. background-repeat: no-repeat;
  279. background-position: 0 0;
  280. background-size: 100% auto;
  281. border-radius: 20px;
  282. box-sizing: border-box
  283. }
  284. .hjPopGift.hjPopGift_small .nickname {
  285. height: 20px;
  286. line-height: 20px;
  287. color: #fff
  288. }
  289. .hjPopGift.hjPopGift_small .giftname {
  290. height: 15px;
  291. line-height: 15px;
  292. color: #1daeff
  293. }
  294. .hjPopGift.hjPopGift_small .icon-gift {
  295. display: block;
  296. position: absolute;
  297. right: 0;
  298. bottom: 0;
  299. width: 50px;
  300. height: 50px;
  301. background-repeat: no-repeat;
  302. background-position: 0 0;
  303. background-size: 100% auto;
  304. border-radius: 20px
  305. }
  306. .hjPopGift.hjPopGift_small .giftNum {
  307. position: absolute;
  308. right: -30px;
  309. top: -10px;
  310. font-size: 20px;
  311. color: #1fbcf8;
  312. text-shadow: 0 0 1px white
  313. }
  314. .hjPopGift.hjPopGift_small .giftNum.active {
  315. -webkit-animation: giftNum 100ms ease-in-out 0s;
  316. animation: giftNum 100ms ease-in-out 0s
  317. }
  318. /* 单图 */
  319. .hjPopGift.hjPopGift_big {
  320. display: block;
  321. position: absolute;
  322. width: 100%;
  323. right: -100%;
  324. bottom: 50%;
  325. z-index: 300;
  326. -webkit-transform: scale(0.2);
  327. transform: scale(0.2);
  328. opacity: 0;
  329. -webkit-transition: all .3s linear;
  330. transition: all .3s linear;
  331. -webkit-user-select: none;
  332. -moz-user-select: none;
  333. -ms-user-select: none;
  334. user-select: none
  335. }
  336. .hjPopGift.hjPopGift_big img {
  337. display: block;
  338. margin: 0 auto;
  339. padding: 0;
  340. border: 0;
  341. max-width: 85%;
  342. max-height:200px;
  343. }
  344. .hjPopGift.hjPopGift_big .giftMsg {
  345. text-align: center;
  346. color: blue;
  347. text-shadow: 0 0 3px #fff;
  348. width: 100%
  349. }
  350. .hjPopGift.hjPopGift_big.active {
  351. right: 0;
  352. top:50%;
  353. bottom: -50%;
  354. opacity: 1;
  355. height:50px;
  356. -webkit-transform: scale(1);
  357. transform: scale(1)
  358. }
  359. .hjPopGift.hjPopGift_big.out {
  360. opacity: 0;
  361. right: 300%;
  362. bottom: -300%;
  363. height:50px;
  364. -webkit-transform: scale(0.2);
  365. transform: scale(0.2)
  366. }
  367. @-webkit-keyframes bigGift {
  368. 0% {
  369. opacity: 0;
  370. right: -100%;
  371. bottom: 100%;
  372. -webkit-transform: scale(0.2);
  373. transform: scale(0.2)
  374. }
  375. 15% {
  376. opacity: 1;
  377. right: 0;
  378. bottom: 0;
  379. -webkit-transform: scale(1);
  380. transform: scale(1)
  381. }
  382. 85% {
  383. opacity: 1;
  384. right: 0;
  385. bottom: 0;
  386. -webkit-transform: scale(1);
  387. transform: scale(1)
  388. }
  389. 92% {
  390. opacity: 1;
  391. right: 200%;
  392. bottom: -1px;
  393. -webkit-transform: scale(0.1);
  394. transform: scale(0.1)
  395. }
  396. 100% {
  397. opacity: 0;
  398. right: 300%;
  399. bottom: -200%;
  400. -webkit-transform: scale(0.2);
  401. transform: scale(0.2)
  402. }
  403. }
  404. @keyframes bigGift {
  405. 0% {
  406. opacity: 0;
  407. right: -100%;
  408. bottom: 100%;
  409. -webkit-transform: scale(0.2);
  410. transform: scale(0.2)
  411. }
  412. 15% {
  413. opacity: 1;
  414. right: 0;
  415. bottom: 0;
  416. -webkit-transform: scale(1);
  417. transform: scale(1)
  418. }
  419. 85% {
  420. opacity: 1;
  421. right: 0;
  422. bottom: 0;
  423. -webkit-transform: scale(1);
  424. transform: scale(1)
  425. }
  426. 92% {
  427. opacity: 1;
  428. right: 200%;
  429. bottom: -1px;
  430. -webkit-transform: scale(0.1);
  431. transform: scale(0.1)
  432. }
  433. 100% {
  434. opacity: 0;
  435. right: 300%;
  436. bottom: -200%;
  437. -webkit-transform: scale(0.2);
  438. transform: scale(0.2)
  439. }
  440. }
  441. @-webkit-keyframes giftNum {
  442. 0% {
  443. -webkit-transform: scale(4);
  444. transform: scale(4)
  445. }
  446. 50% {
  447. -webkit-transform: scale(1);
  448. transform: scale(1)
  449. }
  450. 100% {
  451. -webkit-transform: scale(1);
  452. transform: scale(1)
  453. }
  454. }
  455. @keyframes giftNum {
  456. 0% {
  457. -webkit-transform: scale(4);
  458. transform: scale(4)
  459. }
  460. 50% {
  461. -webkit-transform: scale(1);
  462. transform: scale(1)
  463. }
  464. 100% {
  465. -webkit-transform: scale(1);
  466. transform: scale(1)
  467. }
  468. }
  469. #login-btn{
  470. display:none;
  471. position: absolute;
  472. bottom: 0px;
  473. width: 100%;
  474. height:70px;
  475. background: rgba(255,255,255,0.65);
  476. }
  477. .js-reg{
  478. display:none;
  479. position:absolute;
  480. background: url(../images/login.png) no-repeat center;
  481. width:200px;
  482. height: 70px;
  483. margin-left: 120px;
  484. bottom:0;
  485. z-index:9999;
  486. }
  487. #login{
  488. display:none;
  489. position: fixed;
  490. top: 0;
  491. left: 0;
  492. z-index: 999;
  493. width: 100%;
  494. height: 100%;
  495. background: rgba(0,0,0,0.6);
  496. }
  497. #login .login_form{
  498. width: 300px;
  499. background: white;
  500. position: fixed;
  501. z-index: 200;
  502. top: 30%;
  503. left: 50%;
  504. margin-left: -150px;
  505. border-radius: 5px;
  506. overflow: visible;
  507. }
  508. #login .login_form .phoneArea {
  509. width: 205px;
  510. margin: 0 auto;
  511. margin-top: 22px;
  512. border: 1px solid #b0b0b0;
  513. border-radius: 5px;
  514. overflow: hidden;
  515. }
  516. #login .login_form .key_con {
  517. width: 205px;
  518. margin: 0 auto;
  519. margin-top: 10px;
  520. border-radius: 5px;
  521. overflow: hidden;
  522. }
  523. .login_form .phone, .login_form .key {
  524. color: grey;
  525. font-size: 12px;
  526. border: 0;
  527. height: 32px;
  528. line-height: 36px;
  529. padding: 0;
  530. margin: 0;
  531. -webkit-appearance: none;
  532. -moz-appearance: none;
  533. appearance: none;
  534. -webkit-tap-highlight-color: transparent;
  535. outline: 0;
  536. _float: left;
  537. }
  538. .login_form .phone {
  539. width: 205px;
  540. }
  541. .keyBorder {
  542. float: left;
  543. height: 33px;
  544. border: 1px solid #a0a0a0;
  545. overflow: hidden;
  546. border-radius: 5px;
  547. }
  548. .login_form .key {
  549. width: 114px;
  550. float: left;
  551. }
  552. .login_form .get_key {
  553. width: 80px;
  554. height: 32px;
  555. padding: 0;
  556. margin: 2px 1px 0 0;
  557. line-height: 32px;
  558. background: #d14c49;
  559. float: right;
  560. border: 0;
  561. text-align: center;
  562. color: #fff;
  563. font-size: 12px;
  564. cursor: pointer;
  565. border-radius: 16px
  566. }
  567. .login_form .get_none {
  568. width: 80px;
  569. height: 32px;
  570. padding: 0;
  571. margin: 0 1px 0 0;
  572. line-height: 32px;
  573. background: #f5f5f5;
  574. float: right;
  575. border: 1px solid #eaeaea;
  576. text-align: center;
  577. color: #636363;
  578. font-size: 12px;
  579. cursor: default;
  580. border-radius: 20px;
  581. }
  582. .login_form .submit {
  583. width: 218px;
  584. height: 38px;
  585. line-height: 38px;
  586. font-size: 20px;
  587. text-align: center;
  588. border: 0;
  589. color: white;
  590. display: block;
  591. margin: 30px auto;
  592. background-color: #d14c49;
  593. text-decoration: none;
  594. float:none;
  595. }
  596. .login_form .submit.get_none {
  597. float: none;
  598. background-color: #f5f5f5;
  599. color: #989898;
  600. }
  601. .warring {
  602. width: 100%;
  603. height: 15px;
  604. font-size: 12px;
  605. color: #d14c49;
  606. text-align: center;
  607. display: none;
  608. position: absolute;
  609. top: 3px;
  610. }