123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
- <meta charset="utf-8">
- <meta name="apple-itunes-app" content="app-id=980497809">
- <meta name="renderer" content="webkit">
- <meta name="apple-mobile-web-app-capable" content="yes" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
- <title></title>
- <style type="text/css">
- div{
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -o-box-sizing: border-box;
- box-sizing: border-box;
- }
- body{padding: 0px;margin: 0px;}
- ul,li{list-style: none;padding: 0;margin: 0;}
- .mask{
- margin: 0;
- padding: 0;
- width: 100%;
- height: 100%;
- position: fixed;
- _position: absolute;
- left: 0;
- top: 0;
- bottom: 0;
- right: 0;
- opacity: 0.4;
- filter: Alpha(opacity=40);
- display: block;
- background: #000;
- z-index: -1;
- }
- .pop{
- width:100%;
- height: auto;
- margin: 0 auto;
- position: relative;
- border-radius: 6px;
- background-color: #fff;
- }
- .pop .content{
- text-align: center;
- padding: 10px;
- color: #222;
- }
- .close_btn{
- display: block;
- border-radius: 25px;
- width: 22px;
- height: 22px;
- position: absolute;
- top: 0px;
- right: 0px;
- margin-left: -20px;
- line-height: 40px;
- text-align: center;
- color: #fff;
- font-size: 30px;
- font-family: 'Arial';
- background: url(<%=public_path%>img/man/userLP2/clase_btn.png) no-repeat center center;
- background-size: 50% 50%;
- }
- .banner_img{
- background:url(<%=public_path%>img/man/userLP2/banner_bg.jpg) no-repeat center center;
- background-size: cover;
- width: 100%;
- height: 86px;
- position: relative;
- text-align: center;
- color: #fff;
- overflow: hidden;
- border-radius: 6px 6px 0px 0px;
- }
- .title{
- font-size: 18px;
- padding:20px 8px 0px;
- line-height: 1.4;
- }
- .desc{
- font-size: 16px;
- color: #222;
- text-align: left;
- }
- .banner_btn{
- font-size: 16px;
- color: #fff;
- border-radius: 22px;
- margin-top: 24px;
- margin-bottom:14px;
- background-color: #3ca0f8;
- box-shadow: 0px 0px 8.19px 0.81px rgba(0, 0, 0, 0.39);
- overflow: hidden;
- text-decoration: none;
- line-height: 2.8;
- display: inline-block;
- width: 50%;
- }
- .lady_list{
- padding: 10px 0;
- }
- .lady_list ul{text-align: center; font-size: 0;}
- .lady_list li{
- position: relative;
- width: 48%;
- display: inline-block;
- margin: 0px 2px;
- }
- .lady_list img{
- width: 100%;
- display: block;
- border:0;
- }
- .live-btn{
- width: 60px;
- height: 22px;
- position: absolute;
- left: 6px;
- top: 6px;
- font-size: 13px;
- border-radius: 11px;
- padding: 0 8px;
- padding-left: 22px;
- background: rgba(133,154,212,.8) url(<%=public_path%>img/man/userLP2/s-publicliving1.gif) no-repeat 1px 0 scroll;
- color: #fff;
- line-height: 22px;
- }
- .voucher {
- width: 36px;
- height: 18px;
- display: inline-block;
- background: url(<%=public_path%>img/man/userLP2/voucher.png) no-repeat center center;
- background-size: cover;
- vertical-align: middle;
- margin-right: 4px;
- color: #ffeb3b;
- line-height: 18px;
- font-weight: bold;
- font-size: 12px;
- font-family: 'Open sans','Arial';
- }
- .voucher img{height: 100%; width: auto; margin-right: 2px;}
- .tips{line-height: 20px; font-size: 15px;}
- .lady_info{
- color: #fff;
- font-size: 14px;
- line-height: 2;
- position: absolute;
- bottom: 0;
- text-align: center;
- width: 100%;
- background-image: -moz-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
- background-image: -webkit-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
- background-image: -ms-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
- }
- @media only screen and (max-width : 320px){
- .desc{font-size: 15px;}
- .tips{font-size: 14px;}
- }
- </style>
- </head>
- <body>
- <div id="pop" class="pop">
- <div class="banner_img">
- <div class="title">We are proud to introduce our new family site CharmLive.com</div>
- </div>
- <div class="content">
- <div class="desc">CharmLive’s mission is to create a truly interactive platform where anyone can participate and express themselves live.</div>
- <div class="lady_list">
- <ul>
- <li>
- <div class="live-btn publicLiving"><span>Live</span></div>
- <img src="<%=public_path%>img/man/userLP2/lady1.gif">
- <div class="lady_info">Di_Kate</div>
- </li>
- <li>
- <div class="live-btn publicLiving"><span>Live</span></div>
- <img src="<%=public_path%>img/man/userLP2/lady2.gif">
- <div class="lady_info">Viorica</div>
- </li>
- </ul>
- </div>
- <%if(userCanUseCouponCount > 0){%>
- <div class="tips"><div class="voucher"><%=userCanUseCouponCount%></div>You have got <%=userCanUseCouponCount%> vouchers,enjoy now.</div>
- <%}%>
- <a class="banner_btn" href="qpidnetwork://app/open?service=live&module=main&listtype=1">Watch Now</a>
- </div>
- <a class="close_btn" href="qpidnetwork://app/closewindow"></a>
- </div>
- </body>
- </html>
|