12345678910111213141516171819202122232425262728 |
- .top {
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- background-color: #fff;
- border: 1px solid #ccc;
- position: fixed;
- right: 32rpx;
- bottom: 15rpx;
- background-color: transparent;
- }
- .activebottom {
- width: 90rpx;
- height: 90rpx;
- border-radius: 50%;
- background-color: #fff;
- border: 1px solid #ccc;
- position: fixed;
- right: 32rpx;
- bottom: 130rpx;
- background-color: transparent;
- }
- .imgTop {
- width: 100%;
- height: 100%;
- }
|