| 12345678910111213141516171819202122232425262728293031323334 |
- .avatar-page.data-v-09b088cb {
- height: 100%;
- width: 100%;
- }
- .avatar-page .left-button.data-v-09b088cb {
- background: #e0e0e0;
- color: #333;
- text-align: center;
- font-size: 26rpx;
- width: 140rpx;
- height: 60rpx;
- line-height: 60rpx;
- position: fixed;
- left: 40rpx;
- bottom: 40rpx;
- z-index: 100;
- border-radius: 10rpx;
- }
- .avatar-page .right-button.data-v-09b088cb {
- background: #007aff;
- color: #fff;
- text-align: center;
- font-size: 26rpx;
- width: 140rpx;
- height: 60rpx;
- line-height: 60rpx;
- position: fixed;
- right: 40rpx;
- bottom: 40rpx;
- z-index: 100;
- border-radius: 10rpx;
- }
|