123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- /*新版浮动*/
- .new_float_menu{
- position:fixed;bottom:140px;right:20px;z-index:5000;
- background:#fff;
- box-shadow: 0 0 10px rgba(0,0,0,.1);
- }
- .new_float_menu *{
- box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- }
- .new_float_menu .item{
- height:75px;width:75px;
- position:relative;
- border-bottom:1px solid #f2f2f2;
- }
- .new_float_menu .item .item_txt{
- display:block;
- width:100%;
- height:100%;
- cursor:pointer;
- padding-top:45px;
- text-align:center;
- color:#666666;
- }
- .new_float_menu .item:hover .item_txt{
- color:#fff;
- }
- .new_float_menu .item.mobile .item_txt{
- background:url(../images/float_menu/menu_mobile.png) no-repeat center 12px #fff;
- }
- .new_float_menu .item.mobile:hover .item_txt{
- background:url(../images/float_menu/menu_mobile_hover.png) no-repeat center 12px #3598f3;
- }
- .new_float_menu .item.ask .item_txt{
- background:url(../images/float_menu/menu_ask.png) no-repeat center 15px #fff;
- }
- .new_float_menu .item.ask:hover .item_txt{
- background:url(../images/float_menu/menu_ask_hover.png) no-repeat center 15px #ff5861;
- }
- .new_float_menu .item.online2021 .item_txt{
- background:url(../images/float_menu/menu_online2021.png) no-repeat center 15px #fff;
- }
- .new_float_menu .item.online2021:hover .item_txt{
- background:url(../images/float_menu/menu_online2021_hover.png) no-repeat center 15px #cfcc02;
- }
- .new_float_menu .item.qq .item_txt{
- background:url(../images/float_menu/menu_qq.png) no-repeat center 14px #fff;
- }
- .new_float_menu .item.qq:hover .item_txt{
- background:url(../images/float_menu/menu_qq_hover.png) no-repeat center 14px #ff9700;
- }
- .new_float_menu .item.backtop .item_txt{
- background:url(../images/float_menu/menu_back.png) no-repeat center 17px #fff;
- }
- .new_float_menu .item.backtop:hover .item_txt{
- background:url(../images/float_menu/menu_back_hover.png) no-repeat center 17px rgba(0,0,0,.6);
- }
- .new_float_menu .popover{display:none;position:absolute;right: 63px;top: 8px;padding-right:15px;text-align:center;}
- .new_float_menu .popover1{right:167px;bottom:0;}
- .new_float_menu .item:hover .popover{display:block;}
- .new_float_menu .popover .popover-arr{position:absolute;top:15px;right:9px;background:url(../images/141.png) no-repeat;height:11px;width:7px;}
- .new_float_menu .ask .popover p i{margin-right:4px;}
- .new_float_menu .popover .popover-bd{width:120px;padding:2px;border:1px solid #d8d8d8;background:#fff;}
- .new_float_menu .popover label{display:block;padding:4px 0 0;color:#5e8dc9;font-size:14px;background:url(../images/144.png) no-repeat;background-position:18px 7px;padding-left:15px;}
- .new_float_menu .popover label.wx{background-position:18px -19px;padding-left:17px;}
- .new_float_menu .popover p{color:#999;padding:0 5px 4px;font-size:12px}
- .new_float_menu .popover .btn{display:block;background:#86bf2f;color:#fff;border-radius:3px;margin:5px 5px 10px;height:30px;line-height:28px;}
- .new_float_menu .backtop{display:block;}
- .img-qrcode{display:inline-block;*zoom:1;*display:inline;vertical-align:middle;}
- .img-qrcode-wechat,.img-qrcode-mobile{height:100px;width:100px;padding: 0;}
- .img-qrcode-wechat img,.img-qrcode-mobile img{height:100px;width:100px;border:0;}
|