@charset "utf-8"; /* CSS Document */ .weixin{ position: relative; text-align: center; margin: 0; width: 100%; display: inline-block; float: none; height: 45px; font-size: 24px; } .weixin A{ position:absolute; width: 100%; text-align: left; display:block; height:45px; top:0px; border-radius:50%; left:0px; opacity:1; } .weixin A svg{ fill:#fff; width: 35px; margin: 0; height: 35px; } .weixin .weixin_nr { position: absolute; text-align: center; padding-bottom: 10px; padding-left: 10px; line-height: 1; transform: scale(0); z-index: 9; left: 0%; width: 100%; transition: .4s ease; font-weight: normal; font-size: 14px; padding-right: 10px; margin-left: 0px; display: block; opacity: 0; background: #fff; height: auto; top: 0; padding-top: 10px; box-shadow: 0 1px 15px 0 rgb(0 0 0 / 10%) !important; } .weixin .weixin_nr IMG{ margin-bottom:5px; } .weixin .weixin_nr .arrow{ border-top:transparent 0px solid; position:absolute; border-left:transparent 10px solid; width:0px; border-bottom:#fff 10px solid; height:0px; top:-10px; border-right:transparent 10px solid; left:47px; } .on.weixin .weixin_nr{ display:block; transform: scale(1); top: 50px; opacity: 1; } .on.weixin A{ opacity:1; }