webView.wxss 299 B

1234567891011121314
  1. .tool-bar {
  2. position: fixed;
  3. bottom: 100rpx;
  4. right: 0rpx;
  5. width: 136rpx;
  6. z-index: 999999;
  7. padding: 16rpx;
  8. /* border-radius: 50rpx 0rpx 0rpx 50rpx; */
  9. background: #33ad37;
  10. color: #fff;
  11. font-size: 30rpx;
  12. text-align: center;
  13. /*box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.15);*/
  14. }