123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- .tui-loading-init.data-v-6e963f76 {
- min-width: 200rpx;
- min-height: 200rpx;
- max-width: 500rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- position: fixed;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- z-index: 9999;
- font-size: 26rpx;
- color: #fff;
- background-color: rgba(0, 0, 0, 0.7);
- border-radius: 10rpx;
- }
- .tui-loading-center.data-v-6e963f76 {
- width: 50rpx;
- height: 50rpx;
- border: 3px solid #fff;
- border-radius: 50%;
- margin: 0 6px;
- display: inline-block;
- vertical-align: middle;
- -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 40%);
- clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 40%);
- -webkit-animation: rotate-data-v-6e963f76 1s linear infinite;
- animation: rotate-data-v-6e963f76 1s linear infinite;
- margin-bottom: 36rpx;
- }
- .tui-loadmore-tips.data-v-6e963f76 {
- text-align: center;
- padding: 0 20rpx;
- box-sizing: border-box;
- }
- @-webkit-keyframes rotate-data-v-6e963f76 {
- from {
- -webkit-transform: rotatez(0deg);
- transform: rotatez(0deg);
- }
- to {
- -webkit-transform: rotatez(360deg);
- transform: rotatez(360deg);
- }
- }
- @keyframes rotate-data-v-6e963f76 {
- from {
- -webkit-transform: rotatez(0deg);
- transform: rotatez(0deg);
- }
- to {
- -webkit-transform: rotatez(360deg);
- transform: rotatez(360deg);
- }
- }
|