1234567891011121314 |
- .tool-bar {
- position: fixed;
- bottom: 100rpx;
- right: 0rpx;
- width: 136rpx;
- z-index: 999999;
- padding: 16rpx;
- /* border-radius: 50rpx 0rpx 0rpx 50rpx; */
- background: #33ad37;
- color: #fff;
- font-size: 30rpx;
- text-align: center;
- /*box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.15);*/
- }
|