12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- @charset "UTF-8";
- .addbt.data-v-59369512 {
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- background-color: #409eff;
- color: #fff;
- line-height: 80rpx;
- text-align: center;
- box-shadow: 0 2px 10rpx rgba(64, 158, 255, 0.3);
- position: fixed;
- right: 10rpx;
- top: 50%;
- z-index: 99;
- font-size: 60rpx;
- }
- .rtbox.data-v-59369512 {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .delbt.data-v-59369512 {
- padding: 20rpx;
- }
- .delbt image.data-v-59369512 {
- display: block;
- width: 30rpx;
- height: 30rpx;
- }
|