.imgDetail { height: 100vh; width: 100vw; overflow: hidden; position: relative; } .imgDetail .main-img { width: 100%; height: 100%; } .imgDetail .toolbar { width: 60px; background-color: rgba(255, 255, 255, 0.2); position: absolute; bottom: 76px; right: 10px; border-radius: 60px; padding-top: 40rpx; } .imgDetail .toolbar .share-box { outline: none; background: none; border: none; } .imgDetail .toolbar .share-box > button { line-height: auto!important; padding: 0; } .imgDetail .toolbar .share-box > button ::after { border: none; } .imgDetail .toolbar .toolbar-box { height: 60px; text-align: center; margin-bottom: 40rpx; } .imgDetail .toolbar .toolbar-box text { display: block; text-align: center; line-height: 60rpx; font-size: 12px; } .imgDetail .toolbar .toolbar-box image { width: 50rpx; height: 50rpx; margin: 0 auto; } .imgDetail .toolbar .toolbar-box:first-child { line-height: 40rpx; height: 40rpx; }