123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- @charset "UTF-8";
- page.data-v-3c069b6c, block.data-v-3c069b6c, view.data-v-3c069b6c, scroll-view.data-v-3c069b6c, swiper.data-v-3c069b6c, movable-view.data-v-3c069b6c, icon.data-v-3c069b6c, text.data-v-3c069b6c, progress.data-v-3c069b6c, button.data-v-3c069b6c, checkbox.data-v-3c069b6c, form.data-v-3c069b6c, input.data-v-3c069b6c, label.data-v-3c069b6c, picker.data-v-3c069b6c, picker-view.data-v-3c069b6c, radio.data-v-3c069b6c, slider.data-v-3c069b6c, switch.data-v-3c069b6c, textarea.data-v-3c069b6c, navigator.data-v-3c069b6c, audio.data-v-3c069b6c, image.data-v-3c069b6c, video.data-v-3c069b6c, map.data-v-3c069b6c, canvas.data-v-3c069b6c, contact-button.data-v-3c069b6c, cover-image.data-v-3c069b6c, cover-view.data-v-3c069b6c {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- .text-center.data-v-3c069b6c {
- text-align: center;
- }
- .font-weight.data-v-3c069b6c {
- font-weight: bold;
- }
- .page-width.data-v-3c069b6c {
- width: 100%;
- }
- .background-image.data-v-3c069b6c {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-3c069b6c {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-3c069b6c {
- width: 100%;
- }
- .app-loading.data-v-3c069b6c {
- position: fixed;
- z-index: 1501;
- }
- .app-loading-toast.data-v-3c069b6c {
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- }
- .app-loading-global.data-v-3c069b6c {
- top: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(31, 31, 31, 0.5);
- }
- .app-loading-global-text.data-v-3c069b6c {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- }
- .app-loading-global-image.data-v-3c069b6c {
- position: absolute;
- top: 40%;
- left: 50%;
- width: 80rpx;
- height: 80rpx;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- }
- .app-loading-toast-image.data-v-3c069b6c {
- width: 130rpx;
- height: 130rpx;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- }
- .app-loading-toast.data-v-3c069b6c {
- width: 80rpx;
- height: 80rpx;
- background-color: rgba(0, 0, 0, 0.5);
- -webkit-border-radius: 20rpx;
- border-radius: 20rpx;
- color: white;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .app-loading-toast-text.data-v-3c069b6c {
- font-size: 30rpx;
- }
- .app-loading-image.data-v-3c069b6c {
- opacity: .8;
- background-size: 100% 100%;
- }
|