123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- .zhuanpanbox{
- height: 14.2rem;
- width: 100%;
- background: url(../../upload/images/bg.png) no-repeat center top / 100% 14.2rem;
- overflow: hidden;
- }
- .zhuanpanbox .zp_box {
- width: 6.67rem;
- height: 6.67rem;
- background: url(../../upload/images/zp_outside.png) no-repeat 50% 50%/100% 100%;
- position: absolute;
- top: 4.3rem;
- left: 50%;
- margin-left: -3.335rem;
- }
- .zhuanpanbox .pointer {
- width: 1.77rem;
- height: 1.91rem;
- position: absolute;
- left: 50%;
- margin-left: -0.885rem;
- z-index: 9;
- top: 50%;
- margin-top: -0.955rem;
- }
- .zhuanpanbox .rotate {
- position: absolute;
- width: 5.89rem;
- height: 5.89rem;
- top: 50%;
- left: 50%;
- margin-left: -2.945rem;
- margin-top: -2.945rem;
- overflow: hidden;
- }
- .activety_ygs_dialog {
- position: fixed;
- z-index: 5000;
- width: 270px;
- max-width: 300px;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- background-color: #FFFFFF;
- text-align: center;
- border-radius: 4px;
- overflow: hidden;
- }
- .activety_ygs_dialog .nr{
- background: #f1f6ff;
- overflow: hidden;
- }
- .activety_ygs_dialog .nr p{
- font-size: 17px;
- line-height: 23px;
- color: #ff6149;
- margin-top: 15px;
- }
- .activety_ygs_dialog .nr img{
- display: block;
- width: 148px;
- height: 148px;
- margin: 15px auto;
- }
- .activety_ygs_dialog .foot_qr{
- padding: 12px 12px;
- }
- .activety_ygs_dialog .foot_qr img{
- width: 85px;
- height: 85px;
- }
- .activety_ygs_dialog .foot_qr .dc_hd{
- font-size: 15px;
- color: #666;
- text-align: left;
- margin-left: 10px;
- }
- .activity_ygs_txt{
- min-height: 2.85rem;
- background: #f5f9ff url(../../upload/images/yun_foot.png) no-repeat center bottom/100% 2.85rem;
- position: relative;
- }
- .activity_ygs_txt .txtbox{
- padding: 30px 25px 50px;
- background: url(../../upload/images/bg_02.png) no-repeat center top / 100% 1.4rem;
- }
- .activity_ygs_txt .txtbox .list{
- text-align: center;
- }
- .activity_ygs_txt .txtbox .list+.list{
- margin-top: 20px;
- }
- .activity_ygs_txt .txtbox .title{
- color: #5b98fc;
- font-size: 18px;
- position: relative;
- text-align: center;
- height: 23px;
- line-height: 22px;
- display: inline-block;
- margin: 0 auto 10px;
- }
- .activity_ygs_txt .txtbox .title:after{
- content: '';
- height: 1px;
- width: 25px;
- background: #5b98fc;
- top: 11px;
- left: -35px;
- position: absolute;
- }
- .activity_ygs_txt .txtbox .title:before{
- content: '';
- height: 1px;
- width: 25px;
- background: #5b98fc;
- top: 11px;
- right: -35px;
- position: absolute;
- }
- .activity_ygs_txt .txtbox .txt{
- font-size: 16px;
- color: #666;
- text-align: left;
- line-height: 26px;
- }
- .zjlist{
- position: absolute;
- width: 6.72rem;
- height: 0.25rem;
- background: url(../../upload/images/linebg.png) no-repeat center top / 100% 0.25rem;
- top: 11.8rem;
- left: 50%;
- margin-left: -3.36rem;
- }
- .zjlist .lucky_jg{
- width: 6.3rem;
- margin: 8px auto 0;
- background: #fff;
- box-shadow: 0.05rem 0.05rem 0px #bfcce1;
- height: 108px;
- overflow: hidden;
- }
- .zjlist ul li{
- color: #5b98fc;
- font-size: 14px;
- height: 36px;
- line-height: 36px;
- padding: 0 15px;
- }
- .zjlist ul li:nth-child(even){
- background: #e2ecff;
- }
- #dialogs{
- position: relative;
- z-index: 10;
- }
|