123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- @charset "UTF-8";
- /*每个页面公共css */
- .font72.data-v-23e44ade {
- font-size: 72rpx;
- }
- .font44.data-v-23e44ade {
- font-size: 44rpx;
- }
- .font36.data-v-23e44ade {
- font-size: 36rpx;
- }
- .font32.data-v-23e44ade {
- font-size: 32rpx;
- }
- .font28.data-v-23e44ade {
- font-size: 28rpx;
- }
- .font24.data-v-23e44ade {
- font-size: 24rpx;
- }
- .font22.data-v-23e44ade {
- font-size: 22rpx;
- }
- .font20.data-v-23e44ade {
- font-size: 20rpx;
- }
- .fw400.data-v-23e44ade {
- font-weight: 400;
- }
- .fw500.data-v-23e44ade {
- font-weight: 500;
- }
- .fw600.data-v-23e44ade {
- font-weight: 600;
- }
- .fw700.data-v-23e44ade {
- font-weight: 700;
- }
- .el.data-v-23e44ade {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- button.data-v-23e44ade {
- background-color: transparent;
- }
- .button-hover.data-v-23e44ade {
- background: transparent;
- }
- button.data-v-23e44ade::after {
- border: none;
- box-sizing: content-box;
- }
- .data-v-23e44ade::-webkit-scrollbar {
- width: 0;
- height: 0;
- color: transparent;
- }
- .placeholder-input.data-v-23e44ade {
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #B7B7C5;
- line-height: 40rpx;
- }
- /*每个页面公共css */
- .flex-center.data-v-23e44ade {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .flex-around.data-v-23e44ade {
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .flex-between.data-v-23e44ade {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .flex-start.data-v-23e44ade {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .flex-end.data-v-23e44ade {
- display: flex;
- justify-content: flex-end;
- align-items: flex-end;
- }
- .null-box.data-v-23e44ade {
- width: 100%;
- height: 176rpx;
- background-color: #151126;
- }
- .no-more.data-v-23e44ade {
- color: #9A9ABF;
- text-align: center;
- padding: 10rpx 0rpx 30rpx 0rpx;
- }
- .container.data-v-23e44ade {
- flex-direction: column;
- }
- .container .popup.data-v-23e44ade {
- width: 590rpx;
- height: 668rpx;
- background-color: #171325;
- position: relative;
- flex-direction: column;
- border-radius: 40rpx;
- }
- .container .popup .close.data-v-23e44ade {
- position: absolute;
- right: 20rpx;
- top: 20rpx;
- width: 32rpx;
- height: 32rpx;
- }
- .container .popup .popop-img.data-v-23e44ade {
- width: 436rpx;
- height: 312rpx;
- }
- .container .popup .content.data-v-23e44ade {
- margin-bottom: 16rpx;
- color: #ffffff;
- }
- .container .popup .btn.data-v-23e44ade {
- width: 470rpx;
- height: 84rpx;
- background: #6C52F4;
- border-radius: 42rpx;
- line-height: 84rpx;
- text-align: center;
- color: #ffffff;
- margin-top: 68rpx;
- }
|